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