mirror of
https://github.com/fpganinja/taxi.git
synced 2026-04-07 04:38:42 -07:00
ptp: Remove extra APB idle cycles
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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;
|
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;
|
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_pready_reg <= 1'b1;
|
||||||
s_apb_prdata_reg <= '0;
|
s_apb_prdata_reg <= '0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user