From: Florent Kermarrec Date: Wed, 23 Jan 2019 07:40:47 +0000 (+0100) Subject: boards/platform/kc705: add sfp pins (both tx and rx) X-Git-Tag: 24jan2021_ls180~1402 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02708d3b0f13335e494710f1f62122dcc0a1702d;p=litex.git boards/platform/kc705: add sfp pins (both tx and rx) --- diff --git a/litex/boards/platforms/kc705.py b/litex/boards/platforms/kc705.py index 7749b691..498f3565 100644 --- a/litex/boards/platforms/kc705.py +++ b/litex/boards/platforms/kc705.py @@ -253,6 +253,12 @@ _io = [ Subsignal("p", Pins("K6")), Subsignal("n", Pins("K5")) ), + ("sfp", 0, # inverted prior to HW rev 1.1 + Subsignal("txp", Pins("H2")), + Subsignal("txn", Pins("H1")), + Subsignal("rxp", Pins("G4")), + Subsignal("rxn", Pins("G3")), + ), ("sfp_tx", 0, # inverted prior to HW rev 1.1 Subsignal("p", Pins("H2")), Subsignal("n", Pins("H1"))