mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
wishbone2lasmi: fix "READ_DATA" state
This commit is contained in:
parent
d244eba583
commit
e6da1d16b2
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ class WB2LASMI(Module):
|
|||
If(lasmim.dat_r_ack,
|
||||
wishbone.ack.eq(1),
|
||||
NextState("IDLE")
|
||||
),
|
||||
NextState("IDLE")
|
||||
)
|
||||
)
|
||||
|
||||
# Address / Datapath
|
||||
|
|
Loading…
Reference in a new issue