how to remove debug module SimDTM #3327
-
What should I do to get Testharness without SimDTM more conveniently? I found the answer "case DebugModuleKey = > None" in some issues, but I'm confused about details. Which file should I modify? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You might create a config that overrides that key, for example, in
and then apply it in
That will depend on which branch of rocket-chip you are using. For dev branch it now emits a bunch of systemverilog file in If you are in master branch or releases you may run |
Beta Was this translation helpful? Give feedback.
You might create a config that overrides that key, for example, in
subsystem/Config.scala
and then apply it in
system/Configs.scala
to the default configThat will depend on which branch of rocket-chip you are using. For dev branch it now emits a bunch of systemverilog file in
out/emulator/freechips.rocketchip.system.TestHarness/freechips.rocketchip.system.DefaultConfig/firtool.dest
if you have run throughmill -i "emulator[freechips.rocketchip.system.TestHarness,freechips.ro…