mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
asmicon/refresher: fix refresh sequence done signal
This commit is contained in:
parent
ab799b874f
commit
cd82f16806
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ class Refresher:
|
|||
self.cmd.ba.eq(0),
|
||||
self.cmd.cas_n.eq(1),
|
||||
self.cmd.ras_n.eq(1),
|
||||
self.cmd.we_n.eq(1)
|
||||
self.cmd.we_n.eq(1),
|
||||
seq_done.eq(0)
|
||||
]
|
||||
sync += timeline(seq_start, [
|
||||
(1, [
|
||||
|
|
Loading…
Reference in a new issue