mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
needed to initialize checkpoint directory
This commit is contained in:
parent
6b1b471ca6
commit
ca6bb7c2d2
@ -44,6 +44,8 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p $checkPtDir
|
||||
|
||||
# Identify instruction in trace
|
||||
instr=$(sed "${instrs}q;d" "$traceFile")
|
||||
echo "Found ${instrs}th instr: ${instr}"
|
||||
|
Loading…
Reference in New Issue
Block a user