1
0
Fork 0

cxp fmc: fix typo

This commit is contained in:
morgan 2024-08-22 10:51:07 +08:00
parent f746f66a3a
commit 6f6e580a92
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fmc_adapter_io = [
Subsignal("txp", Pins("HPC:DP2_C2M_P")), Subsignal("txp", Pins("HPC:DP2_C2M_P")),
Subsignal("txn", Pins("HPC:DP2_C2M_N")), Subsignal("txn", Pins("HPC:DP2_C2M_N")),
Subsignal("rxp", Pins("HPC:DP2_M2C_P")), Subsignal("rxp", Pins("HPC:DP2_M2C_P")),
Subsignal("rxn", Pins("HPC:DP2_M2C_n")), Subsignal("rxn", Pins("HPC:DP2_M2C_N")),
), ),
("CXP_HS", 3, ("CXP_HS", 3,
Subsignal("txp", Pins("HPC:DP3_C2M_P")), Subsignal("txp", Pins("HPC:DP3_C2M_P")),