File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
cards/silicom/fb2cdg1/config Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ set QSFP_I2C_ADDR(1) "0xA0"
3434# ------------------------------------------------------------------------------
3535
3636if {!(($PCIE_ENDPOINTS == 1 && $PCIE_GEN == 4 && $PCIE_ENDPOINT_MODE == 0) ||
37+ ($PCIE_ENDPOINTS == 1 && $PCIE_GEN == 5 && $PCIE_ENDPOINT_MODE == 0) ||
3738 ($PCIE_ENDPOINTS == 2 && $PCIE_GEN == 5 && $PCIE_ENDPOINT_MODE == 1) )} {
3839 error " Incompatible PCIe configuration: PCIE_ENDPOINTS = $PCIE_ENDPOINTS , PCIE_GEN = $PCIE_GEN , PCIE_ENDPOINT_MODE = $PCIE_ENDPOINT_MODE !
3940Allowed PCIe configurations:
4041- 1xGen4x16 -- PCIE_GEN=4, PCIE_ENDPOINTS=1, PCIE_ENDPOINT_MODE=0 (for DMA Calypte only)
42+ - 1xGen5x16 -- PCIE_GEN=5, PCIE_ENDPOINTS=1, PCIE_ENDPOINT_MODE=0 (for DMA Medusa only)
4143- 1xGen5x8x8 -- PCIE_GEN=5, PCIE_ENDPOINTS=2, PCIE_ENDPOINT_MODE=1 (for DMA Medusa only)"
4244}
4345
You can’t perform that action at this time.
0 commit comments