back.pysim: Clear pending updates after they are effected
This commit is contained in:
parent
1e744097ab
commit
0e40dc0a2d
|
@ -251,6 +251,7 @@ class _SimulatorState:
|
|||
if self.waveform_writer is not None:
|
||||
self.waveform_writer.update(self.timestamp,
|
||||
signal_state.signal, signal_state.curr)
|
||||
self.pending.clear()
|
||||
return awoken_any
|
||||
|
||||
def advance(self):
|
||||
|
|
Loading…
Reference in a new issue