litex_acorn_baseboard_mini: Fix imports.

This commit is contained in:
Florent Kermarrec 2024-03-04 13:22:41 +01:00
parent 85971de42e
commit 0b5727692f
1 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,7 @@ from migen import *
from litex.gen import *
from litex.build.generic_platform import Subsignal, Pins
from litex.build.io import DifferentialInput
from litex.build.openocd import OpenOCD
@ -30,6 +31,8 @@ from litedram.phy import s7ddrphy
from liteeth.phy.a7_gtp import QPLLSettings, QPLL
from liteeth.phy.a7_1000basex import A7_1000BASEX
from litesata.phy import LiteSATAPHY
# Platform -----------------------------------------------------------------------------------------
class Platform(sqrl_acorn.Platform):
@ -150,9 +153,6 @@ class BaseSoC(SoCCore):
# SATA -------------------------------------------------------------------------------------
if with_sata:
from litex.build.generic_platform import Subsignal, Pins
from litesata.phy import LiteSATAPHY
# IOs
_sata_io = [
("sata", 0,