mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 12:17:19 -04:00
Disable random of UVM to shorten OBI bus latencies
This commit is contained in:
parent
84808d44be
commit
4c3f74da5f
1 changed files with 4 additions and 1 deletions
|
@ -57,10 +57,13 @@ cflags=(
|
|||
-DNOPRINT
|
||||
)
|
||||
|
||||
export DV_OPTS="$DV_OPTS --issrun_opts=+tb_performance_mode+debug_disable=1+UVM_VERBOSITY=$UVM_VERBOSITY"
|
||||
|
||||
python3 cva6.py \
|
||||
--target $DV_TARGET \
|
||||
--iss="$DV_SIMULATORS" \
|
||||
--iss_yaml=cva6.yaml \
|
||||
--c_tests "$src0" \
|
||||
--sv_seed 1 \
|
||||
--gcc_opts "${srcA[*]} ${cflags[*]}"
|
||||
--gcc_opts "${srcA[*]} ${cflags[*]}" \
|
||||
$DV_OPTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue