mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
targets/nexys4ddr: fix typo
This commit is contained in:
parent
36e5274a2b
commit
008a089471
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue