Skip to content

Commit

Permalink
kc705: add xadc/ams gpios
Browse files Browse the repository at this point in the history
jordens committed Feb 28, 2016
1 parent b54262d commit 3aa1589
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -190,9 +190,29 @@
Subsignal("rx_n", Pins("M5 P5 R3 T5 V5 W3 Y5 AA3")),
Subsignal("tx_p", Pins("L4 M2 N4 P2 T2 U4 V2 Y2")),
Subsignal("tx_n", Pins("L3 M1 N3 P1 T1 U3 V1 Y1"))
)
),

("xadc_gpio", 0, Pins("AB25"), IOStandard("LVCMOS25")),
("xadc_gpio", 1, Pins("AA25"), IOStandard("LVCMOS25")),
("xadc_gpio", 2, Pins("AB28"), IOStandard("LVCMOS25")),
("xadc_gpio", 3, Pins("AA27"), IOStandard("LVCMOS25")),

("xadc_vaux0", 0,
Subsignal("n", Pins("J24")),
Subsignal("p", Pins("J23")),
IOStandard("LVCMOS25"),
),

("xadc_vaux8", 0,
Subsignal("n", Pins("L23")),
Subsignal("p", Pins("L22")),
IOStandard("LVCMOS25"),
),

("vadj_on_b", 0, Pins("J27"), IOStandard("LVCMOS25")),
]


_connectors = [
("HPC", {
"DP1_M2C_P": "D6",

0 comments on commit 3aa1589

Please sign in to comment.