From 335afb14e7eee0ac1012c66ba016455c33c90ece Mon Sep 17 00:00:00 2001 From: bbracker Date: Wed, 14 Jul 2021 11:05:34 -0400 Subject: [PATCH] testvector unlinker for dev purposes --- .gitignore | 1 + .../linux-testgen/linux-testvectors/tvUnlinker.sh | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100755 wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh diff --git a/.gitignore b/.gitignore index 3e023b15..a015fb3f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ wally-pipelined/linux-testgen/nohup* wally-pipelined/linux-testgen/x* !wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py !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/git_create_dir.txt diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh b/wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh new file mode 100755 index 00000000..183d6a6e --- /dev/null +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvUnlinker.sh @@ -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!"