diff --git a/litex/boards/targets/nexys4ddr.py b/litex/boards/targets/nexys4ddr.py index b4a4494c2..8940ac4a7 100755 --- a/litex/boards/targets/nexys4ddr.py +++ b/litex/boards/targets/nexys4ddr.py @@ -79,7 +79,7 @@ class EthernetSoC(BaseSoC): # Ethernet --------------------------------------------------------------------------------- # phy - self.submodules.ethphy = LiteEthPHYMII( + self.submodules.ethphy = LiteEthPHYRMII( clock_pads = self.platform.request("eth_clocks"), pads = self.platform.request("eth")) self.add_csr("ethphy")