Skip to content

Commit

Permalink
asmicon/refresher: fix refresh sequence done signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Mar 30, 2012
1 parent ab799b8 commit cd82f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion milkymist/asmicon/refresher.py
Expand Up @@ -27,7 +27,8 @@ def get_fragment(self):
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, [
Expand Down

0 comments on commit cd82f16

Please sign in to comment.