mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
update setup scripts to new testvector files
This commit is contained in:
parent
221dbe92b2
commit
8b97f8154f
@ -1,9 +1,5 @@
|
|||||||
echo "Warning: this script will only work if your repo is on Tera"
|
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/all.txt all.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
|
|
||||||
ln -s /courses/e190ax/buildroot_boot/bootmem.txt bootmem.txt
|
ln -s /courses/e190ax/buildroot_boot/bootmem.txt bootmem.txt
|
||||||
ln -s /courses/e190ax/buildroot_boot/ram.txt ram.txt
|
ln -s /courses/e190ax/buildroot_boot/ram.txt ram.txt
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
# This could be nice to use if you want to mess with the testvectors
|
# This could be nice to use if you want to mess with the testvectors
|
||||||
# without corrupting the stable copies on Tera.
|
# without corrupting the stable copies on Tera.
|
||||||
unlink parsedCSRs.txt
|
unlink all.txt
|
||||||
unlink parsedMemRead.txt
|
|
||||||
unlink parsedMemWrite.txt
|
|
||||||
unlink parsedPC.txt
|
|
||||||
unlink parsedRegs.txt
|
|
||||||
unlink bootmem.txt
|
unlink bootmem.txt
|
||||||
unlink ram.txt
|
unlink ram.txt
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
Loading…
Reference in New Issue
Block a user