projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f9bbe
)
Fix clock signal for ECP5 PHY
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 12 Jun 2020 10:42:22 +0000
(12:42 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 12 Jun 2020 10:42:22 +0000
(12:42 +0200)
gram/phy/ecp5ddrphy.py
patch
|
blob
|
history
diff --git
a/gram/phy/ecp5ddrphy.py
b/gram/phy/ecp5ddrphy.py
index 5e3398308eadda3aa34aaa0254d9feff0fe82c6f..289c001d3a6a49b151152461fce506a4602dacca 100644
(file)
--- a/
gram/phy/ecp5ddrphy.py
+++ b/
gram/phy/ecp5ddrphy.py
@@
-275,7
+275,7
@@
class ECP5DDRPHY(Peripheral, Elaboratable):
p_DQS_LO_DEL_ADJ="MINUS",
p_DQS_LO_DEL_VAL=4,
# Clocks / Reset
- i_SCLK=ClockSignal("sy
s
"),
+ i_SCLK=ClockSignal("sy
nc
"),
i_ECLK=ClockSignal("sync2x"),
i_RST=ResetSignal("sync2x"),
i_DDRDEL=self.init.delay,