1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

fpga/mqnic: Use all ports for TDMA designs

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-10-15 23:30:54 -07:00
parent b19ff209da
commit e3f2d8990d
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ set eth_xcvr_rx_eq_mode {DFE}
# Structural configuration
dict set params IF_COUNT "2"
dict set params PORTS_PER_IF "1"
dict set params PORTS_PER_IF "4"
dict set params SCHED_PER_IF [dict get $params PORTS_PER_IF]
dict set params PORT_MASK "0"

View File

@ -94,7 +94,7 @@ set eth_xcvr_rx_eq_mode {DFE}
# Structural configuration
dict set params IF_COUNT "2"
dict set params PORTS_PER_IF "1"
dict set params PORTS_PER_IF "4"
dict set params SCHED_PER_IF [dict get $params PORTS_PER_IF]
dict set params PORT_MASK "0"