Skip to content

Commit

Permalink
bench/serwb: Cleanup imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 18, 2024
1 parent dc3eeb4 commit 7ae4369
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions bench/serwb/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@
from litex.gen import *

from litex.build.generic_platform import *
from litex.build.sim import SimPlatform
from litex.build.sim.config import SimConfig
from litex.build.sim import SimPlatform
from litex.build.sim.config import SimConfig

from litex.soc.interconnect.csr import *
from litex.soc.interconnect import wishbone

from litex.soc.integration.soc_core import *
from litex.soc.integration.soc import SoCRegion
from litex.soc.integration.builder import *
from litex.soc.interconnect import wishbone
from litex.soc.integration.soc import SoCRegion
from litex.soc.integration.builder import *

from liteeth.phy.model import LiteEthPHYModel
from liteeth.core import LiteEthUDPIPCore
from liteeth.phy.model import LiteEthPHYModel
from liteeth.core import LiteEthUDPIPCore
from liteeth.frontend.etherbone import LiteEthEtherbone

from liteiclink.serwb.genphy import SERWBPHY
from liteiclink.serwb.core import SERWBCore, SERIOCore
from liteiclink.serwb.core import SERWBCore, SERIOCore

# IOs ----------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 7ae4369

Please sign in to comment.