Skip to content

Commit cd82f16

Browse files
author
Sebastien Bourdeauducq
committedMar 30, 2012
asmicon/refresher: fix refresh sequence done signal
1 parent ab799b8 commit cd82f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎milkymist/asmicon/refresher.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def get_fragment(self):
2727
self.cmd.ba.eq(0),
2828
self.cmd.cas_n.eq(1),
2929
self.cmd.ras_n.eq(1),
30-
self.cmd.we_n.eq(1)
30+
self.cmd.we_n.eq(1),
31+
seq_done.eq(0)
3132
]
3233
sync += timeline(seq_start, [
3334
(1, [

0 commit comments

Comments
 (0)
Please sign in to comment.