From d99847549895d5a97b8822113c9d5288b86ee15a Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sat, 21 Mar 2020 21:39:34 +0100 Subject: [PATCH] targets: remove Etherbone imports. --- litex/boards/targets/arty.py | 2 -- litex/boards/targets/genesys2.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/litex/boards/targets/arty.py b/litex/boards/targets/arty.py index 24fab476b..8f3368389 100755 --- a/litex/boards/targets/arty.py +++ b/litex/boards/targets/arty.py @@ -19,8 +19,6 @@ from litedram.modules import MT41K128M16 from litedram.phy import s7ddrphy from liteeth.phy.mii import LiteEthPHYMII -from liteeth.core import LiteEthUDPIPCore -from liteeth.frontend.etherbone import LiteEthEtherbone # CRG ---------------------------------------------------------------------------------------------- diff --git a/litex/boards/targets/genesys2.py b/litex/boards/targets/genesys2.py index c6b92d288..d97b68a36 100755 --- a/litex/boards/targets/genesys2.py +++ b/litex/boards/targets/genesys2.py @@ -18,8 +18,6 @@ from litedram.modules import MT41J256M16 from litedram.phy import s7ddrphy from liteeth.phy.s7rgmii import LiteEthPHYRGMII -from liteeth.core import LiteEthUDPIPCore -from liteeth.frontend.etherbone import LiteEthEtherbone # CRG ----------------------------------------------------------------------------------------------