Merge pull request #110 from Xiretza/gen-fix-rmii
gen: fix for RMII PHY
This commit is contained in:
commit
6930fb1cfb
|
@ -185,6 +185,7 @@ class PHYCore(SoCMini):
|
||||||
pads = platform.request("mii_eth"))
|
pads = platform.request("mii_eth"))
|
||||||
elif phy in [liteeth_phys.LiteEthPHYRMII]:
|
elif phy in [liteeth_phys.LiteEthPHYRMII]:
|
||||||
ethphy = phy(
|
ethphy = phy(
|
||||||
|
refclk_cd = None,
|
||||||
clock_pads = platform.request("rmii_eth_clocks"),
|
clock_pads = platform.request("rmii_eth_clocks"),
|
||||||
pads = platform.request("rmii_eth"))
|
pads = platform.request("rmii_eth"))
|
||||||
elif phy in [liteeth_phys.LiteEthPHYGMII]:
|
elif phy in [liteeth_phys.LiteEthPHYGMII]:
|
||||||
|
|
Loading…
Reference in New Issue