pcie: 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:22 -07:00
parent d1b5b4444a
commit 72d8f1219e

View File

@@ -405,7 +405,7 @@ always_comb begin
end end
end end
if (s_apb.psel && s_apb.penable) begin if (s_apb.psel) begin
rd_data_shift_next = s_apb_paddr_word; rd_data_shift_next = s_apb_paddr_word;
if (s_apb.pwrite) begin if (s_apb.pwrite) begin