cvw/pipelined/regression/Makefile

19 lines
618 B
Makefile
Raw Normal View History

make all:
# Build riscv-arch-test 64 and 32-bit versions
make -C ../../addins/riscv-arch-test
make -C ../../addins/riscv-arch-test XLEN=32
exe2memfile.pl ../../addins/riscv-arch-test/work/*/*/*.elf
2022-01-05 14:35:25 +00:00
# extractFunctionRadix. ***
# Build wally-riscv-arch-test
2021-11-17 20:17:56 +00:00
make -C ../../tests/wally-riscv-arch-test/
make -C ../../tests/wally-riscv-arch-test/ XLEN=32
exe2memfile.pl ../../tests/wally-riscv-arch-test/work/*/*/*.elf
2022-01-05 14:35:25 +00:00
# ***extractFunctionRadix
# *** use elf2hex
# *** add optional imperas tests
# Link Linux test vectors (fix this later***)
#cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh