forked from Github_Repos/cvw
gitignore merge
This commit is contained in:
commit
26512348b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
7
wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh
Executable file
7
wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh
Executable 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!"
|
Loading…
Reference in New Issue
Block a user