mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Added makefile rule to build the embench benchmarks.
This commit is contained in:
parent
a2f8d70342
commit
24fb2b1617
11
sim/Makefile
11
sim/Makefile
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
all: riscoftests memfiles coveragetests deriv
|
all: riscoftests memfiles coveragetests deriv benchmarks
|
||||||
# *** Build old tests/imperas-riscv-tests for now;
|
# *** Build old tests/imperas-riscv-tests for now;
|
||||||
# Delete this part when the privileged tests transition over to tests/wally-riscv-arch-test
|
# Delete this part when the privileged tests transition over to tests/wally-riscv-arch-test
|
||||||
# DH: 2/27/22 temporarily commented out imperas-riscv-tests because license expired
|
# DH: 2/27/22 temporarily commented out imperas-riscv-tests because license expired
|
||||||
@ -54,7 +54,7 @@ riscoftests:
|
|||||||
wallyriscoftests:
|
wallyriscoftests:
|
||||||
# Builds riscv-arch-test 64 and 32-bit versions and builds wally-riscv-arch-test 64 and 32-bit versions
|
# Builds riscv-arch-test 64 and 32-bit versions and builds wally-riscv-arch-test 64 and 32-bit versions
|
||||||
make -C ../tests/riscof/ wally-riscv-arch-test
|
make -C ../tests/riscof/ wally-riscv-arch-test
|
||||||
|
|
||||||
memfiles:
|
memfiles:
|
||||||
make -f makefile-memfile wally-sim-files --jobs
|
make -f makefile-memfile wally-sim-files --jobs
|
||||||
|
|
||||||
@ -63,4 +63,9 @@ coveragetests:
|
|||||||
|
|
||||||
deriv:
|
deriv:
|
||||||
derivgen.pl
|
derivgen.pl
|
||||||
|
|
||||||
|
benchmarks:
|
||||||
|
$(MAKE) -C ../benchmarks/embench build
|
||||||
|
$(MAKE) -C ../benchmarks/embench size
|
||||||
|
$(MAKE) -C ../benchmarks/embench modelsim_build_memfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user