Skip to content

Commit

Permalink
[alert_handler,rtl] Regenerate alert_handler_ping_timer
Browse files Browse the repository at this point in the history
Signed-off-by: Quan Nguyen <[email protected]>
  • Loading branch information
qmn authored and rswarbrick committed Feb 21, 2025
1 parent 6c89976 commit 7858cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module alert_handler_ping_timer import alert_handler_pkg::*; #(

// generate ping enable vector
assign alert_ping_req_o = NAlerts'(alert_ping_en) << id_to_ping_q;
assign esc_ping_req_o = EscSenderIdxWidth'(esc_ping_en) << esc_cnt;
assign esc_ping_req_o = N_ESC_SEV'(esc_ping_en) << esc_cnt;

// under normal operation, these signals should never be asserted.
// we place hand instantiated buffers here such that these signals are not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module alert_handler_ping_timer import alert_handler_pkg::*; #(

// generate ping enable vector
assign alert_ping_req_o = NAlerts'(alert_ping_en) << id_to_ping_q;
assign esc_ping_req_o = EscSenderIdxWidth'(esc_ping_en) << esc_cnt;
assign esc_ping_req_o = N_ESC_SEV'(esc_ping_en) << esc_cnt;

// under normal operation, these signals should never be asserted.
// we place hand instantiated buffers here such that these signals are not
Expand Down

0 comments on commit 7858cde

Please sign in to comment.