mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
checkpoint initialization bugfix
This commit is contained in:
parent
9423b90780
commit
d348ebffda
@ -32,7 +32,7 @@ then
|
||||
# Post-Process GDB outputs
|
||||
./parseState.py "$checkOutDir"
|
||||
./fix_mem.py "$checkIntermedDir/ramGDB.txt" "$checkOutDir/ram.txt"
|
||||
tail -n+$(($instrs-9)) "$outDir/$traceFile" > "$checkOutDir/$traceFile"
|
||||
tail -n+$instrs "$outDir/$traceFile" > "$checkOutDir/$traceFile"
|
||||
else
|
||||
echo "You can change the number of instructions by editing the \"instrs\" variable in this script."
|
||||
echo "Have a nice day!"
|
||||
|
Loading…
Reference in New Issue
Block a user