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
|
@ -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 New Issue