mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[dv] update directory paths for riscv-dv coverage
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
6db7e12073
commit
d0ea6fe449
1 changed files with 3 additions and 2 deletions
|
@ -389,11 +389,12 @@ post_compare: $(OUT-SEED)/regr.log
|
|||
|
||||
###############################################################################
|
||||
# Generate RISCV-DV functional coverage
|
||||
# TODO(udi) - add B extension
|
||||
fcov:
|
||||
python3 ${GEN_DIR}/cov.py \
|
||||
--core ibex \
|
||||
--dir ${OUT}/rtl_sim \
|
||||
-o ${OUT}/fcov \
|
||||
--dir ${OUT-SEED}/rtl_sim \
|
||||
-o ${OUT-SEED}/fcov \
|
||||
--isa rv32imc \
|
||||
--custom_target riscv_dv_extension
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue