Skip to content

how to remove debug module SimDTM #3327

Discussion options

You must be logged in to vote

Which file should I modify?

You might create a config that overrides that key, for example, in subsystem/Config.scala

class WithoutDebug extends Config ((site, here, up) => {
  case DebugModuleKey => None
})

and then apply it in system/Configs.scala to the default config

And I want to know how to get pure ExampleRocketSystem verilog file. Can anyone help on this?

That 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 through mill -i "emulator[freechips.rocketchip.system.TestHarness,freechips.ro…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ZhaoHaowenn
Comment options

@ZenithalHourlyRate
Comment options

@ZhaoHaowenn
Comment options

Answer selected by ZhaoHaowenn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants