projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1eea8
)
Make RefreshPostponer more similar to LiteDRAM's
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 2 Jul 2020 12:17:44 +0000
(14:17 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 2 Jul 2020 12:17:44 +0000
(14:17 +0200)
gram/core/refresher.py
patch
|
blob
|
history
diff --git
a/gram/core/refresher.py
b/gram/core/refresher.py
index 78f79b5acf4dfbc7baa787ec784bb3a66b64bc4c..a961aea9ce253e115d615e7979a028725440adb2 100644
(file)
--- a/
gram/core/refresher.py
+++ b/
gram/core/refresher.py
@@
-193,6
+193,8
@@
class RefreshPostponer(Elaboratable):
count.eq(count-1),
self.req_o.eq(0),
]
+ with m.Else():
+ m.d.sync += self.req_o.eq(0)
return m