Merge pull request #294 from antmicro/fix-ddr4-datacenter-platform
platforms: ddr4 datacenter: invert eth clocks
This commit is contained in:
commit
b1817af8a8
|
@ -82,8 +82,8 @@ _io = [
|
|||
# RGMII Ethernet
|
||||
("eth_ref_clk", 0, Pins("AA23"), IOStandard("LVCMOS33")),
|
||||
("eth_clocks", 0,
|
||||
Subsignal("tx", Pins("Y23")),
|
||||
Subsignal("rx", Pins("AA24")),
|
||||
Subsignal("rx", Pins("Y23")),
|
||||
Subsignal("tx", Pins("AA24")),
|
||||
IOStandard("LVCMOS33")
|
||||
),
|
||||
("eth", 0,
|
||||
|
|
Loading…
Reference in New Issue