forked from Github_Repos/cvw
testvector unlinker for dev purposes
This commit is contained in:
parent
e6d19be87c
commit
335afb14e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,6 +28,7 @@ wally-pipelined/linux-testgen/nohup*
|
|||||||
wally-pipelined/linux-testgen/x*
|
wally-pipelined/linux-testgen/x*
|
||||||
!wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py
|
!wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py
|
||||||
!wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh
|
!wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh
|
||||||
|
!wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh
|
||||||
!wally-pipelined/linux-testgen/linux-testvectors/intermediate-outputs
|
!wally-pipelined/linux-testgen/linux-testvectors/intermediate-outputs
|
||||||
wally-pipelined/linux-testgen/linux-testvectors/intermediate-outputs/*
|
wally-pipelined/linux-testgen/linux-testvectors/intermediate-outputs/*
|
||||||
!wally-pipelined/linux-testgen/linux-testvectors/intermediate-outputs/git_create_dir.txt
|
!wally-pipelined/linux-testgen/linux-testvectors/intermediate-outputs/git_create_dir.txt
|
||||||
|
10
wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh
Executable file
10
wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
# 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!"
|
Loading…
Reference in New Issue
Block a user