mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[DV]Add Makefile target for functional coverage (#358)
This commit is contained in:
parent
4c0ac554a6
commit
b03ae4e2a7
1 changed files with 6 additions and 0 deletions
|
@ -137,6 +137,12 @@ post_compare:
|
|||
--simulator=${SIMULATOR} \
|
||||
--iss=${ISS}
|
||||
|
||||
|
||||
# Generate functional coverage
|
||||
fcov:
|
||||
cd ${GEN_DIR}; \
|
||||
python3 ./cov.py --dir ${OUT}/instr_gen/spike_sim -o ${OUT}/fcov
|
||||
|
||||
# Load verdi to review coverage
|
||||
cov:
|
||||
cd ${OUT}/rtl_sim; verdi -cov -covdir test.vdb &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue