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:
|
if self.waveform_writer is not None:
|
||||||
self.waveform_writer.update(self.timestamp,
|
self.waveform_writer.update(self.timestamp,
|
||||||
signal_state.signal, signal_state.curr)
|
signal_state.signal, signal_state.curr)
|
||||||
|
self.pending.clear()
|
||||||
return awoken_any
|
return awoken_any
|
||||||
|
|
||||||
def advance(self):
|
def advance(self):
|
||||||
|
|
Loading…
Reference in a new issue