From ac19cd48a491e4006725ed35a9943729bde35565 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Wed, 2 Feb 2022 19:14:42 -0600 Subject: [PATCH] Broken makefiles. --- pipelined/regression/Makefile | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/pipelined/regression/Makefile b/pipelined/regression/Makefile index 66c48e1a5..19531441b 100644 --- a/pipelined/regression/Makefile +++ b/pipelined/regression/Makefile @@ -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.