Remove BOOM debug print

This commit is contained in:
Jerry Zhao
2020-07-09 11:29:58 -07:00
committed by GitHub
parent 661038f992
commit 11c87777fe

View File

@@ -19,7 +19,6 @@ class LargeBoomConfig extends Config(
new chipyard.config.AbstractConfig)
class MegaBoomConfig extends Config(
new boom.common.WithBoomBranchPrintf ++
new boom.common.WithNMegaBooms(1) ++ // mega boom config
new chipyard.config.AbstractConfig)
@@ -43,4 +42,3 @@ class DromajoBoomConfig extends Config(
new chipyard.config.WithTraceIO ++ // enable the traceio
new boom.common.WithNSmallBooms(1) ++
new chipyard.config.AbstractConfig)