mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 06:25:20 +00:00
19 lines
618 B
Makefile
19 lines
618 B
Makefile
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
|
|
# extractFunctionRadix. ***
|
|
|
|
# Build wally-riscv-arch-test
|
|
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
|
|
# ***extractFunctionRadix
|
|
# *** use elf2hex
|
|
|
|
# *** add optional imperas tests
|
|
|
|
# Link Linux test vectors (fix this later***)
|
|
#cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh
|