Skip to content

Commit 67e527c

Browse files
committed
power: faster verilator to generate .vcd file
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d97df48 commit 67e527c

File tree

1 file changed

+4
-0
lines changed
  • test/orfs/mock-array

1 file changed

+4
-0
lines changed

test/orfs/mock-array/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ verilator_cc_library(
311311
# FIXME remove after https://github.com/The-OpenROAD-Project/OpenROAD/issues/8108 fixed
312312
"-Wno-UNDRIVEN",
313313
"--trace-underscore",
314+
# inline all PDK modules to speed up compilation
315+
"--flatten",
316+
# No-op option to retrigger a build
317+
# "-Wfuture-blah",
314318
],
315319
)
316320

0 commit comments

Comments
 (0)