Skip to content

Commit 3337111

Browse files
committed
gem5 find code
1 parent 64e8add commit 3337111

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19221,6 +19221,12 @@ gem5 uses a ton of code generation, which makes the project horrendous:
1922119221
* .isa code which describes most of the instructions: <<gem5-instruction-definitions>>
1922219222
* <<gem5-ruby-build,Ruby>> for memory systems
1922319223

19224+
To find files that are not symlinks use https://stackoverflow.com/questions/16303449/how-to-find-files-excluding-symbolic-links
19225+
19226+
....
19227+
find build -type f
19228+
....
19229+
1922419230
To find the definition of generated code, do a:
1922519231

1922619232
....
@@ -19346,9 +19352,9 @@ Value items[TheISA::PageBytes];
1934619352

1934719353
which is defined at:
1934819354

19349-
...
19355+
....
1935019356
build/ARM/config/the_isa.hh
19351-
...
19357+
....
1935219358

1935319359
as:
1935419360

0 commit comments

Comments
 (0)