Skip to content

Commit

Permalink
liteeth/phy: typo (thanks sb)
Browse files Browse the repository at this point in the history
enjoy-digital committed Mar 12, 2015
1 parent 1b72b81 commit c3c7f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoclib/com/liteeth/phy/__init__.py
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit c3c7f62

Please sign in to comment.