targets: remove Etherbone imports.

This commit is contained in:
Florent Kermarrec 2020-03-21 21:39:34 +01:00
parent 3b04efbcae
commit d998475498
2 changed files with 0 additions and 4 deletions

View File

@ -19,8 +19,6 @@ from litedram.modules import MT41K128M16
from litedram.phy import s7ddrphy from litedram.phy import s7ddrphy
from liteeth.phy.mii import LiteEthPHYMII from liteeth.phy.mii import LiteEthPHYMII
from liteeth.core import LiteEthUDPIPCore
from liteeth.frontend.etherbone import LiteEthEtherbone
# CRG ---------------------------------------------------------------------------------------------- # CRG ----------------------------------------------------------------------------------------------

View File

@ -18,8 +18,6 @@ from litedram.modules import MT41J256M16
from litedram.phy import s7ddrphy from litedram.phy import s7ddrphy
from liteeth.phy.s7rgmii import LiteEthPHYRGMII from liteeth.phy.s7rgmii import LiteEthPHYRGMII
from liteeth.core import LiteEthUDPIPCore
from liteeth.frontend.etherbone import LiteEthEtherbone
# CRG ---------------------------------------------------------------------------------------------- # CRG ----------------------------------------------------------------------------------------------