mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
Functional coverage works with wally.do
This commit is contained in:
parent
0c5b70c40a
commit
a88d5f403b
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ run -all
|
|||
# power off -r /dut/core/*
|
||||
|
||||
if {$coverage || $FunctCoverage} {
|
||||
set UCDB cov/${CFG}_${TESTSUITE}.ucdb
|
||||
set UCDB ${WALLY}/sim/questa/cov/${CFG}_${TESTSUITE}.ucdb
|
||||
echo "Saving coverage to ${UCDB}"
|
||||
do coverage-exclusions-rv64gc.do # beware: this assumes testing the rv64gc configuration
|
||||
coverage save -instance /testbench/dut/core ${UCDB}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue