frontend/avalon/SINGLE_WRITE: Remove writedata update and port.cmd.last (not useful).
This commit is contained in:
parent
ff9f75054e
commit
5e7ba4ee71
|
@ -134,12 +134,6 @@ class LiteDRAMAvalonMM2Native(LiteXModule):
|
|||
If((downconvert == True),
|
||||
avalon.waitrequest.eq(0)
|
||||
),
|
||||
NextValue(writedata, avalon.writedata),
|
||||
|
||||
port.flush.eq(1),
|
||||
If((downconvert == False),
|
||||
NextValue(port.cmd.last, 1)
|
||||
),
|
||||
NextState("START")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue