misoclib/com/uart: remove liteeth dependency (copy/paste error)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Apr 2015 16:53:46 +0000 (18:53 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Apr 2015 16:53:46 +0000 (18:53 +0200)
misoclib/com/uart/phy/__init__.py

index 5e083462255ac02210c37bedfeb8d9a23c6d5bbe..c6506c81fc775ede5030e8ecc146920bd31c10a5 100644 (file)
@@ -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"):