diff --git a/hw/chimera_top_wrapper.sv b/hw/chimera_top_wrapper.sv index d3ac121..60b64ce 100644 --- a/hw/chimera_top_wrapper.sv +++ b/hw/chimera_top_wrapper.sv @@ -55,7 +55,11 @@ module chimera_top_wrapper output logic [ 31:0] gpio_en_o, // APB interface input apb_resp_t apb_rsp_i, - output apb_req_t apb_req_o + output apb_req_t apb_req_o, + // PMU Host control signals + input logic pmu_rst_host_ni, + input logic pmu_clkgate_en_host_i, + output logic [ 31:0] pmu_interrupts_o );