benchmarks/riscv_tests Makefiles and modified testbench.cpp
This commit is contained in:
2
benchmarks/riscv_tests/Makefile
Normal file
2
benchmarks/riscv_tests/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
run:
|
||||
$(MAKE) -C isa run
|
||||
6
benchmarks/riscv_tests/isa/Makefile
Normal file
6
benchmarks/riscv_tests/isa/Makefile
Normal 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))
|
||||
Reference in New Issue
Block a user