forked from Github_Repos/cvw
11 lines
279 B
Bash
11 lines
279 B
Bash
|
# This could be nice to use if you want to mess with the testvectors
|
||
|
# without corrupting the stable copies on Tera.
|
||
|
unlink parsedCSRs.txt
|
||
|
unlink parsedMemRead.txt
|
||
|
unlink parsedMemWrite.txt
|
||
|
unlink parsedPC.txt
|
||
|
unlink parsedRegs.txt
|
||
|
unlink bootmem.txt
|
||
|
unlink ram.txt
|
||
|
echo "Done!"
|