Increase dump coverage
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
This commit is contained in:
parent
f81f93c898
commit
199cb3dc14
|
|
@ -11,7 +11,7 @@ import vltest_bootstrap
|
|||
|
||||
test.scenarios('vlt_all')
|
||||
|
||||
test.compile(verilator_flags2=['--coverage'])
|
||||
test.compile(verilator_flags2=['--coverage --dumpi-tree 3 --dumpi-tree-json 3'])
|
||||
|
||||
test.execute()
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import vltest_bootstrap
|
|||
|
||||
test.scenarios('vlt_all')
|
||||
|
||||
test.compile(verilator_flags2=['--coverage --Wno-COVERIGN'])
|
||||
test.compile(verilator_flags2=['--coverage --Wno-COVERIGN --dumpi-tree 3 --dumpi-tree-json 3'])
|
||||
|
||||
test.execute()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue