benchmarks/riscv_tests Makefiles and modified testbench.cpp

This commit is contained in:
MalikBurton
2020-08-07 12:54:03 -04:00
parent 58ced9d601
commit 87220f2d29
3 changed files with 40 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
run:
$(MAKE) -C isa run

View File

@@ -0,0 +1,6 @@
TESTS := $(wildcard *.hex)
#VTESTS := $(wildcard *-v-*.hex)
#TESTS := $(filter-out $(VTESTS) rv32ud-p-fclass.hex, $(TESTS))
run:
cd ../../../hw/simulate/obj_dir && ./VVortex -f $(foreach test,$(TESTS),../../../benchmarks/riscv_tests/isa/$(test))