Add debug flag to test
This commit is contained in:
parent
ab0041a6f4
commit
801e6a904a
|
@ -11,7 +11,7 @@ import vltest_bootstrap
|
|||
|
||||
test.scenarios('simulator')
|
||||
|
||||
test.compile()
|
||||
test.compile(verilator_flags2=["--debug", "--debugi", "0", "--dumpi-tree", "0"])
|
||||
|
||||
test.execute()
|
||||
|
||||
|
|
Loading…
Reference in New Issue