mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/sqrl_acorn: Drive pcie_clkreq_n (Thanks @myftptoyman).
This commit is contained in:
parent
928c1a2539
commit
fd6aee0250
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue