You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/Build/Source/urukul ((v1.3.1) $%)$ python urukul_sim.py
Traceback (most recent call last):
File "urukul_sim.py", line 130, in <module>
main()
File "urukul_sim.py", line 126, in main
special_overrides={Tristate: SimTristate, Instance: SimInstance})
File "/Users/dpn/Build/Source/migen/migen/sim/core.py", line 414, in run_simulation
s.run()
File "/Users/dpn/Build/Source/migen/migen/sim/core.py", line 403, in run
self._process_generators(cd)
File "/Users/dpn/Build/Source/migen/migen/sim/core.py", line 357, in _process_generators
request = generator.send(reply)
File "urukul_sim.py", line 105, in test
assert ret & 0xff0000 == 0x080000, hex(ret)
AssertionError: 0x2468ac
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: