[benchmarks] Pass DV_OPTS to dhrystone execution. (#2582)

ix the dhrystone execution script so that any ISS options accumulated in shell variable DV_OPTS are duly propagated to cva6.py.
This commit is contained in:
Zbigniew Chamski 2024-11-06 18:23:14 +01:00 committed by GitHub
parent 6bbc1e6d35
commit 4604195f52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,4 +69,5 @@ python3 cva6.py \
--iss="$DV_SIMULATORS" \
--iss_yaml=cva6.yaml \
--c_tests "$src0" \
--gcc_opts "${srcA[*]} ${cflags[*]}"
--gcc_opts "${srcA[*]} ${cflags[*]}" \
$DV_OPTS