diff --git a/wally-pipelined/config/buildroot/wally-config.vh b/wally-pipelined/config/buildroot/wally-config.vh index c5469e357..ca0eaaea6 100644 --- a/wally-pipelined/config/buildroot/wally-config.vh +++ b/wally-pipelined/config/buildroot/wally-config.vh @@ -30,7 +30,7 @@ `define BUILDROOT 1 `define BUSYBEAR 0 `define LINUX_FIX_READ {'h10000005} -`define LINUX_TEST_VECTORS "/courses/e190ax/buildroot_boot/" +`define LINUX_TEST_VECTORS "../linux-testgen/linux-testvectors/" // RV32 or RV64: XLEN = 32 or 64 `define XLEN 64 diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh index e6336cccb..11c34645f 100755 --- a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh @@ -4,4 +4,6 @@ ln -s /courses/e190ax/buildroot_boot/parsedMemRead.txt parsedMemRead.txt ln -s /courses/e190ax/buildroot_boot/parsedMemWrite.txt parsedMemWrite.txt ln -s /courses/e190ax/buildroot_boot/parsedPC.txt parsedPC.txt ln -s /courses/e190ax/buildroot_boot/parsedRegs.txt parsedRegs.txt +ln -s /courses/e190ax/buildroot_boot/bootmem.txt bootmem.txt +ln -s /courses/e190ax/buildroot_boot/ram.txt ram.txt echo "Done!"