diff --git a/.gitignore b/.gitignore index 12a94cd9..164df35f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ testsBP/*/OBJ/* testsBP/*/*.a wally-pipelined/linux-testgen/linux-testvectors/* !wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py +!wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh new file mode 100755 index 00000000..e6336ccc --- /dev/null +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh @@ -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!"