targets/nexys4ddr: fix typo

This commit is contained in:
Florent Kermarrec 2020-01-17 13:17:08 +01:00
parent 36e5274a2b
commit 008a089471
1 changed files with 1 additions and 1 deletions

View File

@ -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")