liteeth/phy: typo (thanks sb)

This commit is contained in:
Florent Kermarrec 2015-03-12 21:54:10 +01:00
parent 1b72b81f9c
commit c3c7f627d9
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ def LiteEthPHY(clock_pads, pads, **kwargs):
from misoclib.com.liteeth.phy.mii import LiteEthPHYMII from misoclib.com.liteeth.phy.mii import LiteEthPHYMII
return LiteEthPHYMII(clock_pads, pads, **kwargs) return LiteEthPHYMII(clock_pads, pads, **kwargs)
else: 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")