Add debug flag to test

This commit is contained in:
Geza Lore 2025-07-24 10:38:01 +01:00
parent 887863ca8c
commit 9a43c9d121
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ test.compile(verilator_flags2=[
"--prefix", "Vopt",
"-Werror-UNOPTFLAT",
"--dumpi-V3DfgBreakCycles", "9", # To fill code coverage
"--debug", "--debugi", "0", "--dumpi-tree", "0",
"-CFLAGS \"-I .. -I ../obj_ref\"",
"../obj_ref/Vref__ALL.a",
"../../t/" + test.name + ".cpp"