mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
update checkpointSweep in accordance to having removed trace parsing feature
This commit is contained in:
parent
c432e2175e
commit
01eeab2131
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
for index in {450..500}
|
||||
do
|
||||
instrs=$(($index*1000000))
|
||||
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
|
||||
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue