frontend/avalon/SINGLE_WRITE: Remove writedata update and port.cmd.last (not useful).

This commit is contained in:
Florent Kermarrec 2023-05-31 11:00:45 +02:00 committed by Hans Baier
parent ff9f75054e
commit 5e7ba4ee71
1 changed files with 0 additions and 6 deletions

View File

@ -134,12 +134,6 @@ class LiteDRAMAvalonMM2Native(LiteXModule):
If((downconvert == True), If((downconvert == True),
avalon.waitrequest.eq(0) avalon.waitrequest.eq(0)
), ),
NextValue(writedata, avalon.writedata),
port.flush.eq(1),
If((downconvert == False),
NextValue(port.cmd.last, 1)
),
NextState("START") NextState("START")
) )
) )