projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbdb263
)
platforms/kc705: add user SMA clock
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 26 Feb 2015 23:22:22 +0000
(16:22 -0700)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 26 Feb 2015 23:22:22 +0000
(16:22 -0700)
mibuild/platforms/kc705.py
patch
|
blob
|
history
diff --git
a/mibuild/platforms/kc705.py
b/mibuild/platforms/kc705.py
index 439f2ccbbc4513983f38808564998e841feb12a9..60b0bc9918e26aab8904b15617cc6f659b7e0d3b 100644
(file)
--- a/
mibuild/platforms/kc705.py
+++ b/
mibuild/platforms/kc705.py
@@
-28,6
+28,11
@@
_io = [
("user_dip_btn", 2, Pins("AA28"), IOStandard("LVCMOS25")),
("user_dip_btn", 3, Pins("Y28"), IOStandard("LVCMOS25")),
+ ("user_sma_clock", 0,
+ Subsignal("p", Pins("L25"), IOStandard("LVDS_25")),
+ Subsignal("n", Pins("K25"), IOStandard("LVDS_25"))
+ ),
+
("clk200", 0,
Subsignal("p", Pins("AD12"), IOStandard("LVDS")),
Subsignal("n", Pins("AD11"), IOStandard("LVDS"))