Add debug flag to test
This commit is contained in:
parent
887863ca8c
commit
9a43c9d121
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue