gem5 find code

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-04-29 01:00:00 +00:00
parent 64e8add2b8
commit 333711189d

View File

@@ -19221,6 +19221,12 @@ gem5 uses a ton of code generation, which makes the project horrendous:
* .isa code which describes most of the instructions: <<gem5-instruction-definitions>>
* <<gem5-ruby-build,Ruby>> for memory systems
To find files that are not symlinks use https://stackoverflow.com/questions/16303449/how-to-find-files-excluding-symbolic-links
....
find build -type f
....
To find the definition of generated code, do a:
....
@@ -19346,9 +19352,9 @@ Value items[TheISA::PageBytes];
which is defined at:
...
....
build/ARM/config/the_isa.hh
...
....
as: