mirror of
https://github.com/fpganinja/taxi.git
synced 2026-04-07 04:38:42 -07:00
eth: Remove extra APB idle cycles
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -285,7 +285,7 @@ always_ff @(posedge clk) begin
|
||||
com_drp_en_reg <= 1'b0;
|
||||
com_drp_we_reg <= 1'b0;
|
||||
|
||||
if (s_apb_ctrl.psel && s_apb_ctrl.penable && !s_apb_ctrl_pready_reg) begin
|
||||
if (s_apb_ctrl.psel && !s_apb_ctrl_pready_reg) begin
|
||||
act_reg <= 1'b1;
|
||||
|
||||
case (s_apb_ctrl.paddr[15:14])
|
||||
|
||||
Reference in New Issue
Block a user