mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/pcie: switch to PCIe X4 on all boards that support it.
This commit is contained in:
parent
f9939532b6
commit
27c242b2ca
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ class PCIeSoC(SoCCore):
|
|||
|
||||
# PCIe -------------------------------------------------------------------------------------
|
||||
# PHY
|
||||
self.submodules.pcie_phy = S7PCIEPHY(platform, platform.request("pcie_x1"),
|
||||
self.submodules.pcie_phy = S7PCIEPHY(platform, platform.request("pcie_x4"),
|
||||
data_width = 64,
|
||||
bar0_size = 0x20000)
|
||||
self.pcie_phy.add_timing_constraints(platform)
|
||||
|
|
|
@ -114,7 +114,7 @@ class PCIeSoC(SoCCore):
|
|||
|
||||
# PCIe -------------------------------------------------------------------------------------
|
||||
# PHY
|
||||
self.submodules.pcie_phy = S7PCIEPHY(platform, platform.request("pcie_x1"),
|
||||
self.submodules.pcie_phy = S7PCIEPHY(platform, platform.request("pcie_x4"),
|
||||
data_width = 64,
|
||||
bar0_size = 0x20000)
|
||||
self.pcie_phy.add_timing_constraints(platform)
|
||||
|
|
Loading…
Reference in a new issue