Skip to content

Commit

Permalink
platforms/kc705: add SFP pins
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 16, 2016
1 parent 64341a6 commit 5b1df78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -206,6 +206,14 @@
Subsignal("p", Pins("K6")),
Subsignal("n", Pins("K5"))
),
("sfp_tx", 0,
Subsignal("p", Pins("H2")),
Subsignal("n", Pins("H1"))
),
("sfp_rx", 0,
Subsignal("p", Pins("G4")),
Subsignal("n", Pins("G3"))
),

("si5324", 0,
Subsignal("rst_n", Pins("AE20"), IOStandard("LVCMOS25")),

0 comments on commit 5b1df78

Please sign in to comment.