diff --git a/addins/riscv-arch-test b/addins/riscv-arch-test index 307c77b26..be67c99bd 160000 --- a/addins/riscv-arch-test +++ b/addins/riscv-arch-test @@ -1 +1 @@ -Subproject commit 307c77b26e070ae85ffea665ad9b642b40e33c86 +Subproject commit be67c99bd461742aa1c100bcc0732657faae2230 diff --git a/pipelined/regression/Makefile b/pipelined/regression/Makefile index 4dce61abb..f42074298 100644 --- a/pipelined/regression/Makefile +++ b/pipelined/regression/Makefile @@ -1,3 +1,7 @@ +make allclean: + make clean + make all + make clean: make clean -C ../../addins/riscv-arch-test make clean -C ../../tests/wally-riscv-arch-test @@ -15,7 +19,9 @@ make all: cd ../../tests/wally-riscv-arch-test; elf2hex.sh # ***extractFunctionRadix - # Only compile Imperas tests if they are installed + # Only compile Imperas tests if they are installed locally. + # They are usually a symlink to $RISCV/imperas-riscv-tests and only + # get compiled there manually during installation # make -C ../../addins/imperas-riscv-tests # make -C ../../addins/imperas-riscv-tests XLEN=64 # cd ../../addins/imperas-riscv-tests; elf2hex.sh @@ -23,4 +29,4 @@ make all: # Link Linux test vectors (fix this later***) #cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh - \ No newline at end of file + diff --git a/pipelined/regression/sim-wally b/pipelined/regression/sim-wally index 51c8b3edc..a7dffc9ed 100755 --- a/pipelined/regression/sim-wally +++ b/pipelined/regression/sim-wally @@ -1,2 +1,2 @@ -vsim -do "do wally-pipelined.do rv64gc arch64d" +vsim -do "do wally-pipelined.do rv32gc arch32f" diff --git a/pipelined/regression/sim-wally-batch b/pipelined/regression/sim-wally-batch index 52b95c0ca..7db25e6cf 100755 --- a/pipelined/regression/sim-wally-batch +++ b/pipelined/regression/sim-wally-batch @@ -1,3 +1,3 @@ vsim -c <