mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
eth: Use unpacked arrays for multidimensional ports
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -555,12 +555,11 @@ end else begin : sfp_mac
|
||||
/*
|
||||
* PTP clock
|
||||
*/
|
||||
.tx_ptp_ts('0),
|
||||
.tx_ptp_ts('{4{'0}}),
|
||||
.tx_ptp_ts_step('0),
|
||||
.rx_ptp_ts('0),
|
||||
.rx_ptp_ts('{4{'0}}),
|
||||
.rx_ptp_ts_step('0),
|
||||
|
||||
|
||||
/*
|
||||
* Link-level Flow Control (LFC) (IEEE 802.3 annex 31B PAUSE)
|
||||
*/
|
||||
@@ -573,11 +572,11 @@ end else begin : sfp_mac
|
||||
/*
|
||||
* Priority Flow Control (PFC) (IEEE 802.3 annex 31D PFC)
|
||||
*/
|
||||
.tx_pfc_req('0),
|
||||
.tx_pfc_req('{4{'0}}),
|
||||
.tx_pfc_resend('0),
|
||||
.rx_pfc_en('0),
|
||||
.rx_pfc_en('{4{'0}}),
|
||||
.rx_pfc_req(),
|
||||
.rx_pfc_ack('0),
|
||||
.rx_pfc_ack('{4{'0}}),
|
||||
|
||||
/*
|
||||
* Pause interface
|
||||
|
||||
Reference in New Issue
Block a user