frontend/dma/LiteDRAMDMAWriter: Fix refactoring fsm state typo.

This commit is contained in:
Florent Kermarrec 2021-05-26 15:18:04 +02:00
parent b8cd26fa52
commit b0bbe8aa75
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class LiteDRAMDMAWriter(Module, AutoCSR):
If(self._loop.storage,
NextValue(offset, 0)
).Else(
NextState("IDLE")
NextState("DONE")
)
)
)