Skip to content

Commit 891562a

Browse files
committedOct 27, 2017
revert part of 948a234 (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.
1 parent 948a234 commit 891562a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎migen/build/platforms/kc705.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@
218218
Subsignal("n", Pins("H1"))
219219
),
220220
("sfp_rx", 0, # inverted prior to HW rev 1.1
221-
Subsignal("p", Pins("G3")),
222-
Subsignal("n", Pins("G4"))
221+
Subsignal("p", Pins("G4")),
222+
Subsignal("n", Pins("G3"))
223223
),
224224
("sfp_tx_disable_n", 0, Pins("Y20"), IOStandard("LVCMOS25")),
225225
("sfp_rx_los", 0, Pins("P19"), IOStandard("LVCMOS25")),

0 commit comments

Comments
 (0)
Please sign in to comment.