mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
checkpoint sweep script -- not sure if this deserves to be on the repo in the long run, but it is helpful
This commit is contained in:
parent
dd4882ab27
commit
29086ea393
5
linux/testvector-generation/checkpointSweep.sh
Executable file
5
linux/testvector-generation/checkpointSweep.sh
Executable file
@ -0,0 +1,5 @@
|
||||
for index in {450..500}
|
||||
do
|
||||
instrs=$(($index*1000000))
|
||||
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
|
||||
done
|
Loading…
Reference in New Issue
Block a user