mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Fix DV_OPTS by adding UVM_VERBOSITY flag (#2080)
This commit is contained in:
parent
1c3370950f
commit
5e4bb5f2de
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if ! [ -n "$UVM_VERBOSITY" ]; then
|
|||
export UVM_VERBOSITY=UVM_NONE
|
||||
fi
|
||||
|
||||
export DV_OPTS="$DV_OPTS --issrun_opts=+debug_disable=1"
|
||||
export DV_OPTS="$DV_OPTS --issrun_opts=+debug_disable=1+UVM_VERBOSITY=$UVM_VERBOSITY"
|
||||
|
||||
cd verif/sim/
|
||||
python3 cva6.py --testlist=../tests/testlist_riscv-compliance-cv64a6_imafdc_sv39.yaml --test rv32i-I-ADD-01 --iss_yaml cva6.yaml --target cv64a6_imafdc_sv39 --iss=$DV_SIMULATORS $DV_OPTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue