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
parent 94f8c5c258
commit e6857b4912
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")
) )
) )