mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Fix cleaning in coremark and dhrystone (#1396)
This commit is contained in:
parent
91df62885f
commit
3e5ebdf4f4
2 changed files with 4 additions and 4 deletions
|
@ -28,11 +28,11 @@ if ! [ -n "$DV_SIMULATORS" ]; then
|
|||
DV_SIMULATORS=veri-testharness
|
||||
fi
|
||||
|
||||
cd verif/sim/
|
||||
|
||||
make clean
|
||||
make -C verif/sim clean_all
|
||||
|
||||
cd verif/sim/
|
||||
|
||||
src0=../tests/custom/coremark/core_main.c
|
||||
srcA=(
|
||||
../tests/custom/coremark/uart.c
|
||||
|
|
|
@ -23,11 +23,11 @@ if ! [ -n "$DV_SIMULATORS" ]; then
|
|||
DV_SIMULATORS=veri-testharness
|
||||
fi
|
||||
|
||||
cd verif/sim
|
||||
|
||||
make clean
|
||||
make -C verif/sim clean_all
|
||||
|
||||
cd verif/sim
|
||||
|
||||
src0=../tests/riscv-tests/benchmarks/dhrystone/dhrystone_main.c
|
||||
srcA=(
|
||||
../tests/riscv-tests/benchmarks/dhrystone/dhrystone.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue