Fixed directory in Makefile for exe2memfile

This commit is contained in:
David Harris 2021-12-22 03:59:08 +00:00
parent 075a24f182
commit 79d2aacf80

View File

@ -1,7 +1,7 @@
all: all:
install make install
compile make compile
regression make regression
# install copies over the Makefile.include from riscv-isa-sim # install copies over the Makefile.include from riscv-isa-sim
# And corrects the TARGETDIR path and the RISCV_PREFIXZ # And corrects the TARGETDIR path and the RISCV_PREFIXZ
@ -14,7 +14,7 @@ install:
compile: compile:
make -C addins/riscv-arch-test make -C addins/riscv-arch-test
make -C addins/riscv-arch-test XLEN=32 make -C addins/riscv-arch-test XLEN=32
cd tests/wally-riscv-arch-test; exe2memfile.pl work/*/*/*.elf cd addins/riscv-arch-test; exe2memfile.pl work/*/*/*.elf
regression: regression:
make -C wally-pipelined/regression make -C wally-pipelined/regression