Merge pull request #294 from antmicro/fix-ddr4-datacenter-platform

platforms: ddr4 datacenter: invert eth clocks
This commit is contained in:
enjoy-digital 2021-11-21 19:11:13 +01:00 committed by GitHub
commit b1817af8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,