projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c506fd
)
Add comment
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 14:40:34 +0000
(16:40 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 14:40:34 +0000
(16:40 +0200)
gram/phy/ecp5ddrphy.py
patch
|
blob
|
history
diff --git
a/gram/phy/ecp5ddrphy.py
b/gram/phy/ecp5ddrphy.py
index a3d216ef0ec052c09c87e6dd0afac45b5a7f223c..73cd997458ccad85e7ad975142090e03f11c36b6 100644
(file)
--- a/
gram/phy/ecp5ddrphy.py
+++ b/
gram/phy/ecp5ddrphy.py
@@
-199,6
+199,7
@@
class ECP5DDRPHY(Peripheral, Elaboratable):
self.pads.ba.o3[i].eq(dfi.phases[1].bank[i]),
]
+ # Control pins
controls = ["ras", "cas", "we", "clk_en", "odt"]
if hasattr(self.pads, "reset"):
controls.append("reset")