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
d007208aa9
commit
11e9bbf3e4
@ -44,6 +44,8 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p $checkPtDir
|
||||||
|
|
||||||
# Identify instruction in trace
|
# Identify instruction in trace
|
||||||
instr=$(sed "${instrs}q;d" "$traceFile")
|
instr=$(sed "${instrs}q;d" "$traceFile")
|
||||||
echo "Found ${instrs}th instr: ${instr}"
|
echo "Found ${instrs}th instr: ${instr}"
|
||||||
|
Loading…
Reference in New Issue
Block a user