Add debug flag to test

This commit is contained in:
Geza Lore 2025-07-24 10:36:18 +01:00
parent ab0041a6f4
commit 801e6a904a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import vltest_bootstrap
test.scenarios('simulator')
test.compile()
test.compile(verilator_flags2=["--debug", "--debugi", "0", "--dumpi-tree", "0"])
test.execute()