Skip to content

Commit

Permalink
Fix DV_OPTS by adding UVM_VERBOSITY flag (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchauvon authored Apr 26, 2024
1 parent 1c33709 commit 5e4bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/regress/smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e4bb5f

Please sign in to comment.