|
|
@ -76,7 +76,6 @@ class WaveSim(sim.SimOps): |
|
|
|
* ``s[10]`` Overflow indicator: If non-zero, some signals in the input cone of this output had more |
|
|
|
* ``s[10]`` Overflow indicator: If non-zero, some signals in the input cone of this output had more |
|
|
|
transitions than specified in ``c_caps``. Some transitions have been discarded, the |
|
|
|
transitions than specified in ``c_caps``. Some transitions have been discarded, the |
|
|
|
final values in the waveforms are still valid. |
|
|
|
final values in the waveforms are still valid. |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
self.simctl_int = np.zeros((2, sims), dtype=np.int32) |
|
|
|
self.simctl_int = np.zeros((2, sims), dtype=np.int32) |
|
|
|