projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be55b1
)
Replace cke with clk_en
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 7 Jul 2020 10:32:46 +0000
(12:32 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 7 Jul 2020 10:32:46 +0000
(12:32 +0200)
gram/phy/ecp5ddrphy.py
patch
|
blob
|
history
diff --git
a/gram/phy/ecp5ddrphy.py
b/gram/phy/ecp5ddrphy.py
index 4a96992b93c9d39f77a828b8f81e91e6a463b52e..408a69eca2bee91435d536313bc67f688fbd14b2 100644
(file)
--- a/
gram/phy/ecp5ddrphy.py
+++ b/
gram/phy/ecp5ddrphy.py
@@
-209,7
+209,7
@@
class ECP5DDRPHY(Peripheral, Elaboratable):
i_D3=dfi.phases[1].bank[i],
o_Q=self.pads.ba.o[i]
)
- controls = ["ras_n", "cas_n", "we_n", "c
ke
", "odt"]
+ controls = ["ras_n", "cas_n", "we_n", "c
lk_en
", "odt"]
if hasattr(self.pads, "reset_n"):
controls.append("reset_n")
if hasattr(self.pads, "cs_n"):