From eb289eb04530a348bd78b92143c7a37fb34f7d14 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 13 Feb 2026 22:21:00 -0800 Subject: [PATCH] cndm_proto: Update MAC instances Signed-off-by: Alex Forencich --- .../board/AS02MC04/fpga/rtl/fpga_core.sv | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/cndm_proto/board/AS02MC04/fpga/rtl/fpga_core.sv b/src/cndm_proto/board/AS02MC04/fpga/rtl/fpga_core.sv index bdb38e7..64eec7e 100644 --- a/src/cndm_proto/board/AS02MC04/fpga/rtl/fpga_core.sv +++ b/src/cndm_proto/board/AS02MC04/fpga/rtl/fpga_core.sv @@ -231,8 +231,10 @@ taxi_eth_mac_25g_us #( .DIC_EN(1'b1), .MIN_FRAME_LEN(64), .PTP_TS_EN(1'b0), + .PTP_TD_EN(1'b0), .PTP_TS_FMT_TOD(1'b1), .PTP_TS_W(96), + .PTP_TD_SDI_PIPELINE(2), .PRBS31_EN(1'b0), .TX_SERDES_PIPELINE(1), .RX_SERDES_PIPELINE(1), @@ -284,7 +286,6 @@ sfp_mac_inst ( .tx_clk(sfp_tx_clk), .tx_rst_in('{2{1'b0}}), .tx_rst_out(sfp_tx_rst), - .ptp_sample_clk('{2{1'b0}}), /* * Transmit interface (AXI stream) @@ -300,10 +301,18 @@ sfp_mac_inst ( /* * PTP clock */ - .tx_ptp_ts('{2{'0}}), - .tx_ptp_ts_step('{2{1'b0}}), - .rx_ptp_ts('{2{'0}}), - .rx_ptp_ts_step('{2{1'b0}}), + .ptp_clk(1'b0), + .ptp_rst(1'b0), + .ptp_sample_clk(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)