Skip to content

Commit

Permalink
tests: fix being stuck in test
Browse files Browse the repository at this point in the history
fix being stuck in test.

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg committed Sep 16, 2024
1 parent 9411b79 commit 1be6e1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_spi_mmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ def phy_gen(dut, addr, data):

yield
yield dut.sink.valid.eq(1)
while (yield dut.source.valid) == 0:
yield
yield dut.sink.valid.eq(0)
yield
addr = 0xcafe
data = 0xdeadbeef
Expand Down

0 comments on commit 1be6e1d

Please sign in to comment.