projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4424fd
)
Fix write signal name for CSR (fixes #5)
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 10:31:09 +0000
(12:31 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 10:31:09 +0000
(12:31 +0200)
gram/dfii.py
patch
|
blob
|
history
diff --git
a/gram/dfii.py
b/gram/dfii.py
index 143fd27f5b3600b54c7c67d182354056ab8e34fe..f5b883f80803fe9195ce4a5b8906d7b6a04751f2 100644
(file)
--- a/
gram/dfii.py
+++ b/
gram/dfii.py
@@
-54,7
+54,7
@@
class PhaseInjector(Elaboratable):
]
with m.If(self._phase.rddata_valid):
- m.d.sync += self._rddata.
w
_data.eq(self._phase.rddata)
+ m.d.sync += self._rddata.
r
_data.eq(self._phase.rddata)
return m