Skip to content

Commit

Permalink
targets/sqrl_acorn: Drive pcie_clkreq_n (Thanks @myftptoyman).
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 27, 2023
1 parent 928c1a2 commit fd6aee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex_boards/targets/sqrl_acorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __init__(self, variant="cle-215+", sys_clk_freq=100e6,

# 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)
Expand Down

0 comments on commit fd6aee0

Please sign in to comment.