Skip to content

Commit

Permalink
Add -default-layer-specialization=enable to Scala CLI example (#4371)
Browse files Browse the repository at this point in the history
This makes the default example output prettier.
  • Loading branch information
jackkoenig authored Aug 28, 2024
1 parent 68e3ec5 commit 849972f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Main extends App {
println(
ChiselStage.emitSystemVerilog(
gen = new Foo,
firtoolOpts = Array("-disable-all-randomization", "-strip-debug-info")
firtoolOpts = Array("-disable-all-randomization", "-strip-debug-info", "-default-layer-specialization=enable")
)
)
}

0 comments on commit 849972f

Please sign in to comment.