mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/kc705: style
This commit is contained in:
parent
8d6aa82082
commit
ea8ffd8e80
1 changed files with 2 additions and 4 deletions
|
@ -186,8 +186,7 @@ _io = [
|
||||||
]
|
]
|
||||||
|
|
||||||
_connectors = [
|
_connectors = [
|
||||||
("HPC",
|
("HPC", {
|
||||||
{
|
|
||||||
"DP1_M2C_P": "D6",
|
"DP1_M2C_P": "D6",
|
||||||
"DP1_M2C_N": "D5",
|
"DP1_M2C_N": "D5",
|
||||||
"DP2_M2C_P": "B6",
|
"DP2_M2C_P": "B6",
|
||||||
|
@ -332,8 +331,7 @@ _connectors = [
|
||||||
"HA23_N": "L13",
|
"HA23_N": "L13",
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
("LPC",
|
("LPC", {
|
||||||
{
|
|
||||||
"GBTCLK0_M2C_P": "N8",
|
"GBTCLK0_M2C_P": "N8",
|
||||||
"GBTCLK0_M2C_N": "N7",
|
"GBTCLK0_M2C_N": "N7",
|
||||||
"LA01_CC_P": "AE23",
|
"LA01_CC_P": "AE23",
|
||||||
|
|
Loading…
Reference in a new issue