We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80dcb6b + 6623cef commit ccb11ffCopy full SHA for ccb11ff
1 file changed
src/svf_jtag.cpp
@@ -230,7 +230,9 @@ void SVF_jtag::parse_runtest(vector<string> const &vstr)
230
}
231
_jtag->set_state(_run_state);
232
_jtag->toggleClk(nb_iter);
233
- if (min_duration > 0) {
+ _jtag->flush();
234
+ if (min_duration > 0)
235
+ {
236
usleep((useconds_t)(min_duration * 1.0E6));
237
238
_jtag->set_state(_end_state);
0 commit comments