mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 08:58:40 -08:00
eth: Use 2D array for PFC config
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -160,8 +160,8 @@ module taxi_eth_mac_phy_10g #
|
||||
input wire logic [15:0] cfg_tx_pfc_eth_type = 16'h8808,
|
||||
input wire logic [15:0] cfg_tx_pfc_opcode = 16'h0101,
|
||||
input wire logic cfg_tx_pfc_en = 1'b0,
|
||||
input wire logic [8*16-1:0] cfg_tx_pfc_quanta = {8{16'hffff}},
|
||||
input wire logic [8*16-1:0] cfg_tx_pfc_refresh = {8{16'h7fff}},
|
||||
input wire logic [7:0][15:0] cfg_tx_pfc_quanta = '{8{16'hffff}},
|
||||
input wire logic [7:0][15:0] cfg_tx_pfc_refresh = '{8{16'h7fff}},
|
||||
input wire logic [15:0] cfg_rx_lfc_opcode = 16'h0001,
|
||||
input wire logic cfg_rx_lfc_en = 1'b0,
|
||||
input wire logic [15:0] cfg_rx_pfc_opcode = 16'h0101,
|
||||
|
||||
Reference in New Issue
Block a user