targets/sqrl_acorn: Drive pcie_clkreq_n (Thanks @myftptoyman).

This commit is contained in:
Florent Kermarrec 2023-09-27 11:06:50 +02:00
parent 928c1a2539
commit fd6aee0250
1 changed files with 1 additions and 0 deletions

View File

@ -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)