projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32f9be
)
platforms/kc705: add GPIO SMA
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 27 Jul 2015 16:19:39 +0000
(
00:19
+0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 27 Jul 2015 16:19:39 +0000
(
00:19
+0800)
mibuild/platforms/kc705.py
patch
|
blob
|
history
diff --git
a/mibuild/platforms/kc705.py
b/mibuild/platforms/kc705.py
index a60b05b44f5158cc1cc6583f6b30ab8595c7b763..bc67d2bec7fbdd9c710e7a0948884e228c3194cb 100644
(file)
--- a/
mibuild/platforms/kc705.py
+++ b/
mibuild/platforms/kc705.py
@@
-29,6
+29,11
@@
_io = [
Subsignal("p", Pins("L25"), IOStandard("LVDS_25")),
Subsignal("n", Pins("K25"), IOStandard("LVDS_25"))
),
+ ("user_sma_clock_p", 0, Pins("L25"), IOStandard("LVCMOS25")),
+ ("user_sma_clock_n", 0, Pins("K25"), IOStandard("LVCMOS25")),
+
+ ("user_sma_gpio_p", 0, Pins("Y23"), IOStandard("LVCMOS33")),
+ ("user_sma_gpio_n", 0, Pins("Y24"), IOStandard("LVCMOS33")),
("clk200", 0,
Subsignal("p", Pins("AD12"), IOStandard("LVDS")),