mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
fpga/mqnic/DK_DEV_AGF014EA: set port group size based on selected MAC rate
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
c48735216c
commit
67e0e07c43
@ -770,6 +770,7 @@ fpga_core #(
|
|||||||
// Board configuration
|
// Board configuration
|
||||||
.QSFPDD_CNT(QSFPDD_CNT),
|
.QSFPDD_CNT(QSFPDD_CNT),
|
||||||
.CH_CNT(CH_CNT),
|
.CH_CNT(CH_CNT),
|
||||||
|
.PORT_GROUP_SIZE(MAC_100G ? 2 : 8),
|
||||||
|
|
||||||
// Structural configuration
|
// Structural configuration
|
||||||
.IF_COUNT(IF_COUNT),
|
.IF_COUNT(IF_COUNT),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user