[aes] Add life cycle escalation signal
If the life cycle escalation signal is received, the main controller FSM
of the AES unit locks up in the terminal error state. A reset is required.
Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
index c0893a8..820ad82 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -1818,6 +1818,7 @@
// Inter-module signals
.idle_o(clkmgr_aon_idle[0]),
+ .lc_escalate_en_i(lc_ctrl_lc_escalate_en),
.tl_i(aes_tl_req),
.tl_o(aes_tl_rsp),