From: Florent Kermarrec Date: Sat, 21 Mar 2020 20:39:34 +0000 (+0100) Subject: targets: remove Etherbone imports. X-Git-Tag: 24jan2021_ls180~533 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d99847549895d5a97b8822113c9d5288b86ee15a;p=litex.git targets: remove Etherbone imports. --- diff --git a/litex/boards/targets/arty.py b/litex/boards/targets/arty.py index 24fab476..8f336838 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 c6b92d28..d97b68a3 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 ----------------------------------------------------------------------------------------------