Commit 891562a6 authored by Robert Jordens's avatar Robert Jordens
Browse files

revert part of 948a234d (rx pin polarity)

The UCF in UG810 does not match Table 1-14. The table matches the
package pinout however:
https://www.xilinx.com/support/packagefiles/k7packages/xc7k325tffg900pkg.txt

Keep the comment change and the LOS addition.
parent 948a234d
...@@ -218,8 +218,8 @@ _io = [ ...@@ -218,8 +218,8 @@ _io = [
Subsignal("n", Pins("H1")) Subsignal("n", Pins("H1"))
), ),
("sfp_rx", 0, # inverted prior to HW rev 1.1 ("sfp_rx", 0, # inverted prior to HW rev 1.1
Subsignal("p", Pins("G3")), Subsignal("p", Pins("G4")),
Subsignal("n", Pins("G4")) Subsignal("n", Pins("G3"))
), ),
("sfp_tx_disable_n", 0, Pins("Y20"), IOStandard("LVCMOS25")), ("sfp_tx_disable_n", 0, Pins("Y20"), IOStandard("LVCMOS25")),
("sfp_rx_los", 0, Pins("P19"), IOStandard("LVCMOS25")), ("sfp_rx_los", 0, Pins("P19"), IOStandard("LVCMOS25")),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment