litex_acorn_baseboard_mini: Assert cleanups.
This commit is contained in:
parent
6857418deb
commit
07881259a5
|
@ -136,7 +136,7 @@ class BaseSoC(SoCCore):
|
|||
|
||||
# PCIe -------------------------------------------------------------------------------------
|
||||
if with_pcie:
|
||||
assert not with_sata and (not with_ethernet or with_etherbone)
|
||||
assert not with_sata
|
||||
self.pcie_phy = S7PCIEPHY(platform, platform.request("pcie_x1_baseboard"),
|
||||
data_width = 64,
|
||||
bar0_size = 0x20000)
|
||||
|
@ -146,8 +146,6 @@ class BaseSoC(SoCCore):
|
|||
|
||||
# PCIe / Ethernet / SATA / Shared-QPLL -----------------------------------------------------
|
||||
|
||||
assert not (with_pcie and with_sata)
|
||||
|
||||
if not with_pcie:
|
||||
# Ethernet QPLL Settings.
|
||||
qpll_eth_settings = QPLLSettings(
|
||||
|
|
Loading…
Reference in New Issue