projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529909e
)
Use clk pin definition from upstream nmigen-boards
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 23 Jul 2020 12:33:08 +0000
(14:33 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 23 Jul 2020 12:33:08 +0000
(14:33 +0200)
examples/ecpix5_85.py
patch
|
blob
|
history
diff --git
a/examples/ecpix5_85.py
b/examples/ecpix5_85.py
index 5f9cf900317f9eebd2ffb2c3847849dc9b91390a..62f06ef38660a1d61c76233aa170eaed7afdc26a 100644
(file)
--- a/
examples/ecpix5_85.py
+++ b/
examples/ecpix5_85.py
@@
-56,8
+56,7
@@
class _ECPIX5Platform(LatticeECP5Platform):
Resource("eth_int", 0, PinsN("B13", dir="i"), Attrs(IO_TYPE="LVCMOS33")),
Resource("ddr3", 0,
- Subsignal("clk", Pins("H3", dir="o")),
- #Subsignal("clk", DiffPairs("H3", "J3", dir="o"), Attrs(IO_TYPE="SSTL135D_I")),
+ Subsignal("clk", DiffPairs("H3", "J3", dir="o"), Attrs(IO_TYPE="SSTL135D_I")),
Subsignal("clk_en", Pins("P1", dir="o")),
Subsignal("we", PinsN("R3", dir="o")),
Subsignal("ras", PinsN("T3", dir="o")),