forked from Github_Repos/cvw
change buildroot config to use relative path for testvectors
This commit is contained in:
parent
26512348b0
commit
a3eafc6e5b
@ -30,7 +30,7 @@
|
|||||||
`define BUILDROOT 1
|
`define BUILDROOT 1
|
||||||
`define BUSYBEAR 0
|
`define BUSYBEAR 0
|
||||||
`define LINUX_FIX_READ {'h10000005}
|
`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
|
// RV32 or RV64: XLEN = 32 or 64
|
||||||
`define XLEN 64
|
`define XLEN 64
|
||||||
|
|
||||||
|
@ -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/parsedMemWrite.txt parsedMemWrite.txt
|
||||||
ln -s /courses/e190ax/buildroot_boot/parsedPC.txt parsedPC.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/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!"
|
echo "Done!"
|
||||||
|
Loading…
Reference in New Issue
Block a user