mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed directory in Makefile for exe2memfile
This commit is contained in:
parent
075a24f182
commit
79d2aacf80
8
Makefile
8
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user