targets/nexys4ddr: fix typo
This commit is contained in:
parent
bb99a8dd0c
commit
908539d49f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue