liteeth/phy: typo (thanks sb)
This commit is contained in:
parent
1b72b81f9c
commit
c3c7f627d9
|
@ -13,4 +13,4 @@ def LiteEthPHY(clock_pads, pads, **kwargs):
|
|||
from misoclib.com.liteeth.phy.mii import LiteEthPHYMII
|
||||
return LiteEthPHYMII(clock_pads, pads, **kwargs)
|
||||
else:
|
||||
raise ValueError("Unable to autodetect PHY from platform file, use direct instanciation")
|
||||
raise ValueError("Unable to autodetect PHY from platform file, use direct instantiation")
|
||||
|
|
Loading…
Reference in New Issue