1
0
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:
Alex Forencich 2023-11-19 19:50:29 -08:00
parent c48735216c
commit 67e0e07c43

View File

@ -770,6 +770,7 @@ fpga_core #(
// Board configuration
.QSFPDD_CNT(QSFPDD_CNT),
.CH_CNT(CH_CNT),
.PORT_GROUP_SIZE(MAC_100G ? 2 : 8),
// Structural configuration
.IF_COUNT(IF_COUNT),