From 8b13e7a1ea2045ae7a7f84888e81a02c9c26dd28 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 16 Feb 2026 20:37:37 -0800 Subject: [PATCH] ptp: Ensure reads are consistent Signed-off-by: Alex Forencich --- src/ptp/rtl/taxi_ptp_td_phc_apb.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ptp/rtl/taxi_ptp_td_phc_apb.sv b/src/ptp/rtl/taxi_ptp_td_phc_apb.sv index 1420dab..226fb44 100644 --- a/src/ptp/rtl/taxi_ptp_td_phc_apb.sv +++ b/src/ptp/rtl/taxi_ptp_td_phc_apb.sv @@ -286,6 +286,7 @@ always_ff @(posedge clk) begin if (s_apb.penable && s_apb.psel && !s_apb_pready_reg) begin s_apb_pready_reg <= 1'b1; + s_apb_prdata_reg <= '0; if (s_apb.pwrite) begin case (7'({s_apb.paddr >> 2, 2'b00}))