on-Tera solution for sym linking to linux testvectors

This commit is contained in:
bbracker 2021-06-18 22:01:18 -04:00
parent cd7d403f92
commit 1781ae9c93
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ testsBP/*/OBJ/*
testsBP/*/*.a
wally-pipelined/linux-testgen/linux-testvectors/*
!wally-pipelined/linux-testgen/linux-testvectors/tvCopierTemplate.py
!wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh

View File

@ -0,0 +1,7 @@
echo "Warning: this script will only work if your repo is on Tera"
ln -s /courses/e190ax/buildroot_boot/parsedCSRs.txt parsedCSRs.txt
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
echo "Done!"