mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
[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:
parent
6bbc1e6d35
commit
4604195f52
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue