Skip to content

Commit

Permalink
kc705: make xadc an extension header
Browse files Browse the repository at this point in the history
jordens committed Feb 28, 2016
1 parent 3aa1589 commit 4ea8074
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -192,23 +192,6 @@
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")),
]

@@ -435,7 +418,18 @@
"LA33_P": "AC29",
"LA33_N": "AC30",
}
)
),
("XADC", {
"GPIO0": "AB25",
"GPIO1": "AA25",
"GPIO2": "AB28",
"GPIO3": "AA27",
"VAUX0_N": "J24",
"VAUX0_P": "J23",
"VAUX8_N": "L23",
"VAUX8_P": "L22",
}
),
]


0 comments on commit 4ea8074

Please sign in to comment.