Skip to content

Commit

Permalink
Hw: Add ports for PMU control signals directed towards the Host
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Sep 5, 2024
1 parent 0786599 commit b7c1690
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hw/chimera_top_wrapper.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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

);

Expand Down

0 comments on commit b7c1690

Please sign in to comment.