From: Florent Kermarrec Date: Thu, 12 Mar 2015 20:54:10 +0000 (+0100) Subject: liteeth/phy: typo (thanks sb) X-Git-Tag: 24jan2021_ls180~2491 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3c7f627d93aeaf6599baf40e03e07b03442c2d8;p=litex.git liteeth/phy: typo (thanks sb) --- diff --git a/misoclib/com/liteeth/phy/__init__.py b/misoclib/com/liteeth/phy/__init__.py index a1800d01..311afc8e 100644 --- a/misoclib/com/liteeth/phy/__init__.py +++ b/misoclib/com/liteeth/phy/__init__.py @@ -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")