mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -04:00
Fix ccov
This commit is contained in:
parent
3377dce425
commit
825d3ddc5f
2 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@ QuestaCodeCoverage:
|
|||
vcover report questa/ucdb/cov.ucdb -details -instance=/core/lsu. > questa/cov/rv64gc_coverage_lsu.rpt
|
||||
vcover report questa/ucdb/cov.ucdb -details -instance=/core/fpu. > questa/cov/rv64gc_coverage_fpu.rpt
|
||||
vcover report questa/ucdb/cov.ucdb -details -instance=/core/ieu. > questa/cov/rv64gc_coverage_ieu.rpt
|
||||
vcover report questa/ucdb/cov.ucdb -details -instance=/core/hzu. > questa/cov/rv64gc_coverage_hzu.rpt
|
||||
vcover report questa/ucdb/cov.ucdb -below 100 -details -instance=/core/ebu. > questa/cov/rv64gc_uncovered_ebu.rpt
|
||||
vcover report questa/ucdb/cov.ucdb -below 100 -details -instance=/core/priv. > questa/cov/rv64gc_uncovered_priv.rpt
|
||||
vcover report questa/ucdb/cov.ucdb -below 100 -details -instance=/core/ifu. > questa/cov/rv64gc_uncovered_ifu.rpt
|
||||
|
|
|
@ -760,7 +760,7 @@ end
|
|||
.CMP_GPR (1),
|
||||
.CMP_FPR (P.F_SUPPORTED),
|
||||
.CMP_VR (0),
|
||||
.CMP_CSR (1)
|
||||
.CMP_CSR (P.ZICSR_SUPPORTED)
|
||||
) idv_trace2api(rvvi);
|
||||
|
||||
string filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue