From: Florent Kermarrec Date: Tue, 28 Apr 2015 16:53:46 +0000 (+0200) Subject: misoclib/com/uart: remove liteeth dependency (copy/paste error) X-Git-Tag: 24jan2021_ls180~2288 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fc96da51c9feda5d73aaf971d36ffc0b63c00d6;p=litex.git misoclib/com/uart: remove liteeth dependency (copy/paste error) --- diff --git a/misoclib/com/uart/phy/__init__.py b/misoclib/com/uart/phy/__init__.py index 5e083462..c6506c81 100644 --- a/misoclib/com/uart/phy/__init__.py +++ b/misoclib/com/uart/phy/__init__.py @@ -1,7 +1,3 @@ -from misoclib.com.liteeth.common import * -from misoclib.com.liteeth.generic import * - - def UARTPHY(pads, *args, **kwargs): # Autodetect PHY if hasattr(pads, "source_stb"):