mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
automated checkpoint generator
This commit is contained in:
parent
97403af403
commit
9f2a583590
5
tests/linux-testgen/testvector-generation/checkpointSweep.sh
Executable file
5
tests/linux-testgen/testvector-generation/checkpointSweep.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
for index in {0..105}
|
||||||
|
do
|
||||||
|
instrs=$(((400+$index)*1000000))
|
||||||
|
echo "y" | ./genCheckpoint.sh $instrs
|
||||||
|
done
|
@ -22,6 +22,7 @@ Is that what you wanted? (y/n) " -n 1 -r
|
|||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
|
echo "Creating checkpoint at $instrs instructions!"
|
||||||
mkdir -p $checkOutDir
|
mkdir -p $checkOutDir
|
||||||
mkdir -p $checkIntermedDir
|
mkdir -p $checkIntermedDir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user