platforms/nexys_video: add LPC transceivers pins

This commit is contained in:
Florent Kermarrec 2019-02-01 23:39:17 +01:00
parent 1d9c55888f
commit 22ccf9ddf1
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ _io = [
_connectors = [ _connectors = [
("LPC", { ("LPC", {
"DP0_C2M_P": "D7",
"DP0_C2M_N": "C7",
"DP0_M2C_P": "D9",
"DP0_M2C_N": "C9",
"GBTCLK0_M2C_P": "F10", "GBTCLK0_M2C_P": "F10",
"GBTCLK0_M2C_N": "E10", "GBTCLK0_M2C_N": "E10",
"LA01_CC_P": "J20", "LA01_CC_P": "J20",