targets/sqrl_acorn: Drive pcie_clkreq_n (Thanks @myftptoyman).
This commit is contained in:
parent
928c1a2539
commit
fd6aee0250
|
@ -109,6 +109,7 @@ class BaseSoC(SoCCore):
|
|||
|
||||
# PCIe -------------------------------------------------------------------------------------
|
||||
if with_pcie:
|
||||
self.comb += platform.request("pcie_clkreq_n").eq(0)
|
||||
self.pcie_phy = S7PCIEPHY(platform, platform.request("pcie_x4"),
|
||||
data_width = 128,
|
||||
bar0_size = 0x20000)
|
||||
|
|
Loading…
Reference in New Issue