Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPI readback tests don't pass #10

Open
dnadlinger opened this issue Apr 5, 2020 · 2 comments
Open

SPI readback tests don't pass #10

dnadlinger opened this issue Apr 5, 2020 · 2 comments

Comments

@dnadlinger
Copy link

~/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
@jordens
Copy link
Member

jordens commented Apr 13, 2020

IIRC Last time I bisected this they were broken by the v1.1 or v1.3 changes.

@dnadlinger
Copy link
Author

Yep, the SPI changes in 44ea1cb seem to be what actually broke it (as opposed to just the test protocol revision not being up to date).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants