Skip to content

Commit

Permalink
Update hw/ip/pwrmgr/rtl/pwrmgr.sv
Browse files Browse the repository at this point in the history
signal name fix

Co-authored-by: Andreas Kurth <[email protected]>
Signed-off-by: neeraj-rv <[email protected]>
  • Loading branch information
neeraj-rv and andreaskurth authored Apr 18, 2024
1 parent a312b4b commit 112de00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/pwrmgr/rtl/pwrmgr.sv
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ module pwrmgr
.fall_through_o (low_power_fall_through),
.abort_o (low_power_abort),
.clr_hint_o (clr_hint),
.light_rst_req_i (internal_reset_req),
.int_rst_req_i (internal_reset_req),
.ext_reset_req_i (ext_reset_req),

// rstmgr
Expand Down

0 comments on commit 112de00

Please sign in to comment.