liteeth/phy: typo (thanks sb)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Mar 2015 20:54:10 +0000 (21:54 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Mar 2015 20:54:10 +0000 (21:54 +0100)
misoclib/com/liteeth/phy/__init__.py

index a1800d0124fab205d76ccd32d062d2d6e55d45bc..311afc8e1297af0c7ccb6df85e0ee34691d660a6 100644 (file)
@@ -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")