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}))