Added makefile rule to build the embench benchmarks.

This commit is contained in:
Rose Thompson 2024-02-04 21:37:37 -06:00
parent a2f8d70342
commit 24fb2b1617

View File

@ -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
@ -64,3 +64,8 @@ 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