mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-07-25 19:37:44 +00:00
alinx_axau15/PCIe: Switch to Gen3/128-bit for now (configuration used on others Ultrascale+ Gen3 X4 boards).
This commit is contained in:
parent
e229d1a0b6
commit
982038508e
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ class BaseSoC(SoCCore):
|
|||
# PCIe -------------------------------------------------------------------------------------
|
||||
if with_pcie:
|
||||
self.pcie_phy = USPPCIEPHY(platform, platform.request("pcie_x4"),
|
||||
speed = "gen4",
|
||||
data_width = 256,
|
||||
speed = "gen3",
|
||||
data_width = 128,
|
||||
bar0_size = 0x20000)
|
||||
self.add_pcie(phy=self.pcie_phy, ndmas=1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue