mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Broken makefiles.
This commit is contained in:
parent
98990a294c
commit
943dff106e
@ -11,24 +11,25 @@ make all:
|
||||
# *** Build old tests/imperas-riscv-tests for now;
|
||||
# Delete this part when the privileged tests transition over to tests/wally-riscv-arch-test
|
||||
# Also delete bin/exe2memfile at that point
|
||||
make -C ../../tests/imperas-riscv-tests
|
||||
make -C ../../tests/imperas-riscv-tests XLEN=64
|
||||
cd ../../tests/imperas-riscv-tests; exe2memfile.pl work/*/*.elf
|
||||
cd ../../tests/imperas-riscv-tests; extractFunctionRadix.sh work/*/*.elf.objdump
|
||||
make -C ../../tests/imperas-riscv-tests --jobs
|
||||
make -C ../../tests/imperas-riscv-tests XLEN=64 --jobs
|
||||
#cd ../../tests/imperas-riscv-tests; exe2memfile.pl work/*/*.elf
|
||||
#cd ../../tests/imperas-riscv-tests; extractFunctionRadix.sh work/*/*.elf.objdump
|
||||
|
||||
|
||||
# Build riscv-arch-test 64 and 32-bit versions
|
||||
make -C ../../addins/riscv-arch-test
|
||||
make -C ../../addins/riscv-arch-test XLEN=32
|
||||
cd ../../addins/riscv-arch-test; elf2hex.sh
|
||||
cd ../../addins/riscv-arch-test; extractFunctionRadix.sh work/*/*/*.elf.objdump
|
||||
make -C ../../addins/riscv-arch-test --jobs
|
||||
make -C ../../addins/riscv-arch-test XLEN=32 --jobs
|
||||
#cd ../../addins/riscv-arch-test; elf2hex.sh
|
||||
#cd ../../addins/riscv-arch-test; extractFunctionRadix.sh work/*/*/*.elf.objdump
|
||||
# extractFunctionRadix. ***
|
||||
|
||||
# Build wally-riscv-arch-test
|
||||
make -C ../../tests/wally-riscv-arch-test/
|
||||
make -C ../../tests/wally-riscv-arch-test/ XLEN=32
|
||||
cd ../../tests/wally-riscv-arch-test; elf2hex.sh
|
||||
cd ../../tests/wally-riscv-arch-test; extractFunctionRadix.sh work/*/*/*.elf.objdump
|
||||
make -C ../../tests/wally-riscv-arch-test/ --jobs
|
||||
make -C ../../tests/wally-riscv-arch-test/ XLEN=32 --jobs
|
||||
make -f makefile wally-sim-files
|
||||
#cd ../../tests/wally-riscv-arch-test; elf2hex.sh
|
||||
#cd ../../tests/wally-riscv-arch-test; extractFunctionRadix.sh work/*/*/*.elf.objdump
|
||||
# ***extractFunctionRadix
|
||||
|
||||
# Only compile Imperas tests if they are installed locally.
|
||||
|
Loading…
Reference in New Issue
Block a user