mirror of
https://github.com/fpganinja/taxi.git
synced 2026-02-28 05:55:09 -08:00
cndm_proto: Update MAC instances
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -231,8 +231,10 @@ taxi_eth_mac_25g_us #(
|
|||||||
.DIC_EN(1'b1),
|
.DIC_EN(1'b1),
|
||||||
.MIN_FRAME_LEN(64),
|
.MIN_FRAME_LEN(64),
|
||||||
.PTP_TS_EN(1'b0),
|
.PTP_TS_EN(1'b0),
|
||||||
|
.PTP_TD_EN(1'b0),
|
||||||
.PTP_TS_FMT_TOD(1'b1),
|
.PTP_TS_FMT_TOD(1'b1),
|
||||||
.PTP_TS_W(96),
|
.PTP_TS_W(96),
|
||||||
|
.PTP_TD_SDI_PIPELINE(2),
|
||||||
.PRBS31_EN(1'b0),
|
.PRBS31_EN(1'b0),
|
||||||
.TX_SERDES_PIPELINE(1),
|
.TX_SERDES_PIPELINE(1),
|
||||||
.RX_SERDES_PIPELINE(1),
|
.RX_SERDES_PIPELINE(1),
|
||||||
@@ -284,7 +286,6 @@ sfp_mac_inst (
|
|||||||
.tx_clk(sfp_tx_clk),
|
.tx_clk(sfp_tx_clk),
|
||||||
.tx_rst_in('{2{1'b0}}),
|
.tx_rst_in('{2{1'b0}}),
|
||||||
.tx_rst_out(sfp_tx_rst),
|
.tx_rst_out(sfp_tx_rst),
|
||||||
.ptp_sample_clk('{2{1'b0}}),
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Transmit interface (AXI stream)
|
* Transmit interface (AXI stream)
|
||||||
@@ -300,10 +301,18 @@ sfp_mac_inst (
|
|||||||
/*
|
/*
|
||||||
* PTP clock
|
* PTP clock
|
||||||
*/
|
*/
|
||||||
.tx_ptp_ts('{2{'0}}),
|
.ptp_clk(1'b0),
|
||||||
.tx_ptp_ts_step('{2{1'b0}}),
|
.ptp_rst(1'b0),
|
||||||
.rx_ptp_ts('{2{'0}}),
|
.ptp_sample_clk(1'b0),
|
||||||
.rx_ptp_ts_step('{2{1'b0}}),
|
.ptp_td_sdi(1'b0),
|
||||||
|
.tx_ptp_ts_in('{2{'0}}),
|
||||||
|
.tx_ptp_ts_out(),
|
||||||
|
.tx_ptp_ts_step_out(),
|
||||||
|
.tx_ptp_locked(),
|
||||||
|
.rx_ptp_ts_in('{2{'0}}),
|
||||||
|
.rx_ptp_ts_out(),
|
||||||
|
.rx_ptp_ts_step_out(),
|
||||||
|
.rx_ptp_locked(),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Link-level Flow Control (LFC) (IEEE 802.3 annex 31B PAUSE)
|
* Link-level Flow Control (LFC) (IEEE 802.3 annex 31B PAUSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user