mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Output testcoverage in CI trace
This commit is contained in:
parent
65fd5a35be
commit
692a76bb5f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ testALU:
|
|||
script:
|
||||
- make build
|
||||
- vsim-10.5c alu_tb_optimized -c +UVM_TESTNAME=alu_test -coverage -do "coverage save -onexit alu.ucdb; run -a; exit"
|
||||
- vcover report alu.ucdb
|
||||
- vcover report -html alu.ucdb
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue