mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 18:25:27 +00:00
change buildroot config to use relative path for testvectors
This commit is contained in:
parent
3d99c9c2c4
commit
ebe893b70c
@ -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
|
||||
|
||||
|
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user