From 333711189d3ad802280a68a818a04e98166a1d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 29 Apr 2021 01:00:00 +0000 Subject: [PATCH] gem5 find code --- README.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 575446c..a7d4079 100644 --- a/README.adoc +++ b/README.adoc @@ -19221,6 +19221,12 @@ gem5 uses a ton of code generation, which makes the project horrendous: * .isa code which describes most of the instructions: <> * <> 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: