Skip to content

Commit bac4ea2

Browse files
authored
top: enable all layers by default (#236)
Chisel v7.0.0 wraps Verification primitives in a verification layer. The generated file should be included by a filelist. To simplify this, we enable all layers by default in NutShell.
1 parent 54974b3 commit bac4ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/scala/TopMain.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@ object TopMain extends App {
9292
(new ChiselStage).execute(newArgs, Seq(generator) ++ firtoolOptions
9393
:+ CIRCTTargetAnnotation(CIRCTTarget.SystemVerilog)
9494
:+ FirtoolOption("--disable-annotation-unknown")
95+
:+ FirtoolOption("--default-layer-specialization=enable")
9596
)
9697
}

0 commit comments

Comments
 (0)