diff --git a/hw/ip_templates/alert_handler/rtl/alert_handler_ping_timer.sv.tpl b/hw/ip_templates/alert_handler/rtl/alert_handler_ping_timer.sv.tpl index eabf0db31f7d3..8fafe35560ba3 100644 --- a/hw/ip_templates/alert_handler/rtl/alert_handler_ping_timer.sv.tpl +++ b/hw/ip_templates/alert_handler/rtl/alert_handler_ping_timer.sv.tpl @@ -276,7 +276,7 @@ module ${module_instance_name}_ping_timer import ${module_instance_name}_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 diff --git a/hw/top_darjeeling/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv b/hw/top_darjeeling/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv index 6523fc7394fa5..edae445f52ac5 100644 --- a/hw/top_darjeeling/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv +++ b/hw/top_darjeeling/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv @@ -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 diff --git a/hw/top_earlgrey/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv b/hw/top_earlgrey/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv index 6523fc7394fa5..edae445f52ac5 100644 --- a/hw/top_earlgrey/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv +++ b/hw/top_earlgrey/ip_autogen/alert_handler/rtl/alert_handler_ping_timer.sv @@ -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