mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 22:44:28 +00:00
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!"
|