diff --git a/core/cache_subsystem/miss_handler.sv b/core/cache_subsystem/miss_handler.sv index 518ac9c607..e939d51d4d 100644 --- a/core/cache_subsystem/miss_handler.sv +++ b/core/cache_subsystem/miss_handler.sv @@ -689,8 +689,8 @@ module axi_adapter_arbiter #( parameter type req_t = std_cache_pkg::bypass_req_t, parameter type rsp_t = std_cache_pkg::bypass_rsp_t ) ( - input logic clk_i, // Clock - input logic rst_ni, // Asynchronous reset active low + input logic clk_i, + input logic rst_ni, input logic clear_i, // Master ports input req_t [NR_PORTS-1:0] req_i,