boards/platform/kc705: add sfp pins (both tx and rx)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 23 Jan 2019 07:40:47 +0000 (08:40 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 23 Jan 2019 07:40:47 +0000 (08:40 +0100)
litex/boards/platforms/kc705.py

index 7749b6917dcdfd4e8c6e7c73b54682f9167b132b..498f3565c41d2363490b166ce06c7515e1477edb 100644 (file)
@@ -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"))