mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 08:58:40 -08:00
eth: Use unpacked arrays for multidimensional ports
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -282,37 +282,37 @@ eth_mac_1g_rgmii_inst (
|
||||
.cfg_ifg(cfg_ifg),
|
||||
.cfg_tx_enable(cfg_tx_enable),
|
||||
.cfg_rx_enable(cfg_rx_enable),
|
||||
.cfg_mcf_rx_eth_dst_mcast(0),
|
||||
.cfg_mcf_rx_check_eth_dst_mcast(0),
|
||||
.cfg_mcf_rx_eth_dst_ucast(0),
|
||||
.cfg_mcf_rx_check_eth_dst_ucast(0),
|
||||
.cfg_mcf_rx_eth_src(0),
|
||||
.cfg_mcf_rx_check_eth_src(0),
|
||||
.cfg_mcf_rx_eth_type(0),
|
||||
.cfg_mcf_rx_opcode_lfc(0),
|
||||
.cfg_mcf_rx_check_opcode_lfc(0),
|
||||
.cfg_mcf_rx_opcode_pfc(0),
|
||||
.cfg_mcf_rx_check_opcode_pfc(0),
|
||||
.cfg_mcf_rx_forward(0),
|
||||
.cfg_mcf_rx_enable(0),
|
||||
.cfg_tx_lfc_eth_dst(0),
|
||||
.cfg_tx_lfc_eth_src(0),
|
||||
.cfg_tx_lfc_eth_type(0),
|
||||
.cfg_tx_lfc_opcode(0),
|
||||
.cfg_tx_lfc_en(0),
|
||||
.cfg_tx_lfc_quanta(0),
|
||||
.cfg_tx_lfc_refresh(0),
|
||||
.cfg_tx_pfc_eth_dst(0),
|
||||
.cfg_tx_pfc_eth_src(0),
|
||||
.cfg_tx_pfc_eth_type(0),
|
||||
.cfg_tx_pfc_opcode(0),
|
||||
.cfg_tx_pfc_en(0),
|
||||
.cfg_tx_pfc_quanta(0),
|
||||
.cfg_tx_pfc_refresh(0),
|
||||
.cfg_rx_lfc_opcode(0),
|
||||
.cfg_rx_lfc_en(0),
|
||||
.cfg_rx_pfc_opcode(0),
|
||||
.cfg_rx_pfc_en(0)
|
||||
.cfg_mcf_rx_eth_dst_mcast('0),
|
||||
.cfg_mcf_rx_check_eth_dst_mcast('0),
|
||||
.cfg_mcf_rx_eth_dst_ucast('0),
|
||||
.cfg_mcf_rx_check_eth_dst_ucast('0),
|
||||
.cfg_mcf_rx_eth_src('0),
|
||||
.cfg_mcf_rx_check_eth_src('0),
|
||||
.cfg_mcf_rx_eth_type('0),
|
||||
.cfg_mcf_rx_opcode_lfc('0),
|
||||
.cfg_mcf_rx_check_opcode_lfc('0),
|
||||
.cfg_mcf_rx_opcode_pfc('0),
|
||||
.cfg_mcf_rx_check_opcode_pfc('0),
|
||||
.cfg_mcf_rx_forward('0),
|
||||
.cfg_mcf_rx_enable('0),
|
||||
.cfg_tx_lfc_eth_dst('0),
|
||||
.cfg_tx_lfc_eth_src('0),
|
||||
.cfg_tx_lfc_eth_type('0),
|
||||
.cfg_tx_lfc_opcode('0),
|
||||
.cfg_tx_lfc_en('0),
|
||||
.cfg_tx_lfc_quanta('0),
|
||||
.cfg_tx_lfc_refresh('0),
|
||||
.cfg_tx_pfc_eth_dst('0),
|
||||
.cfg_tx_pfc_eth_src('0),
|
||||
.cfg_tx_pfc_eth_type('0),
|
||||
.cfg_tx_pfc_opcode('0),
|
||||
.cfg_tx_pfc_en('0),
|
||||
.cfg_tx_pfc_quanta('{8{'0}}),
|
||||
.cfg_tx_pfc_refresh('{8{'0}}),
|
||||
.cfg_rx_lfc_opcode('0),
|
||||
.cfg_rx_lfc_en('0),
|
||||
.cfg_rx_pfc_opcode('0),
|
||||
.cfg_rx_pfc_en('0)
|
||||
);
|
||||
|
||||
taxi_axis_async_fifo_adapter #(
|
||||
|
||||
Reference in New Issue
Block a user