We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2989645 commit 25330bfCopy full SHA for 25330bf
nmigen/sim/cxxsim.py
@@ -116,13 +116,13 @@ def reset(self):
116
process.reset()
117
118
def _real_step(self):
119
- for process in self._processes:
120
- if process.runnable:
121
- process.runnable = False
122
- process.run()
123
-
124
while True:
125
self._state.eval()
+ for process in self._processes:
+ if process.runnable:
+ process.runnable = False
+ process.run()
+
126
if not self._state.commit():
127
break
128
0 commit comments