frontend/dma/LiteDRAMDMAWriter: Fix refactoring fsm state typo.
This commit is contained in:
parent
b8cd26fa52
commit
b0bbe8aa75
|
@ -267,7 +267,7 @@ class LiteDRAMDMAWriter(Module, AutoCSR):
|
|||
If(self._loop.storage,
|
||||
NextValue(offset, 0)
|
||||
).Else(
|
||||
NextState("IDLE")
|
||||
NextState("DONE")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue