ptp: Remove extra APB idle cycles

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-03-12 16:57:34 -07:00
parent 72d8f1219e
commit 615e90e16d

View File

@@ -284,7 +284,7 @@ always_ff @(posedge clk) begin
offset_ptp_ts_req_reg <= offset_ptp_ts_req_reg && !offset_ptp_ts_ack_sync2_reg;
set_ptp_period_req_reg <= set_ptp_period_req_reg && !set_ptp_period_ack_sync2_reg;
if (s_apb.penable && s_apb.psel && !s_apb_pready_reg) begin
if (s_apb.psel && !s_apb_pready_reg) begin
s_apb_pready_reg <= 1'b1;
s_apb_prdata_reg <= '0;