We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92146c commit f75ebebCopy full SHA for f75ebeb
pcie_7x/pcie_7x_0_core_top.v
@@ -63,7 +63,7 @@ module pcie_7x_0_core_top # (
63
// MSI-X Capability offset
64
parameter MSIX_CAP_ON = "TRUE",
65
parameter [7:0] MSIX_BASE_PTR = 8'hB0,
66
- parameter [7:0] MSIX_CAP_NEXTPTR = 8'hD0,
+ parameter [7:0] MSIX_CAP_NEXTPTR = 8'h100,
67
68
// PCI Power Management Capability Offset
69
parameter PM_CAP_ON = "TRUE",
@@ -88,7 +88,7 @@ module pcie_7x_0_core_top # (
88
// AER CAP
89
parameter AER_CAP_ON = "TRUE",
90
parameter [11:0] AER_BASE_PTR = 12'h100,
91
- parameter [11:0] AER_CAP_NEXTPTR = 12'h148,
+ parameter [11:0] AER_CAP_NEXTPTR = 12'h168,
92
93
// VSEC CAP
94
parameter VSEC_CAP_ON = "TRUE",
0 commit comments