Skip to content

Commit 0dde10c

Browse files
committed
[hw,soc_proxy,rtl] Remove external alerts, superseeded by tooling changes
Signed-off-by: Robert Schilling <[email protected]>
1 parent 29570f5 commit 0dde10c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5747
-14504
lines changed

hw/ip_templates/rstmgr/lint/rstmgr.waiver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ waive -rules RESET_USE -location {rstmgr.sv} -regexp {'rst_(por_aon_)?n\[1\]' is
3030
waive -rules RESET_USE -location {rstmgr.sv} -regexp {rst_lc_src_n.* is connected to 'rstmgr_ctrl' port 'rst_parent_ni.*} \
3131
-comment "Parent resets are used synchronously instead of directly as async resets"
3232

33-
waive -rules CONST_FF -location {rstmgr_crash_info.sv} -regexp {Flip-flop \'slots_q\[.*\]\[.*\]\' is driven by constant zeros in module \'rstmgr_crash_info\'} \
33+
waive -rules CONST_FF -location {rstmgr_crash_info.sv} -regexp {Flip-flop \'slots_q\[.*\]\[.*\]\' is driven by constant zeros? in module \'rstmgr_crash_info\'} \
3434
-comment "Some bits int the last slot are tied off to zero."
3535

3636
waive -rules CONST_FF -location {rstmgr_cnsty_chk.sv} -regexp {Flip-flop '(parent|child)_rst_asserted' is driven by constant zero} \

hw/top_darjeeling/data/autogen/defs.bzl

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -104,34 +104,6 @@ DARJEELING_ALERTS = [
104104
"pinmux_aon_fatal_fault",
105105
"aon_timer_aon_fatal_fault",
106106
"soc_proxy_fatal_alert_intg",
107-
"soc_proxy_fatal_alert_external_0",
108-
"soc_proxy_fatal_alert_external_1",
109-
"soc_proxy_fatal_alert_external_2",
110-
"soc_proxy_fatal_alert_external_3",
111-
"soc_proxy_fatal_alert_external_4",
112-
"soc_proxy_fatal_alert_external_5",
113-
"soc_proxy_fatal_alert_external_6",
114-
"soc_proxy_fatal_alert_external_7",
115-
"soc_proxy_fatal_alert_external_8",
116-
"soc_proxy_fatal_alert_external_9",
117-
"soc_proxy_fatal_alert_external_10",
118-
"soc_proxy_fatal_alert_external_11",
119-
"soc_proxy_fatal_alert_external_12",
120-
"soc_proxy_fatal_alert_external_13",
121-
"soc_proxy_fatal_alert_external_14",
122-
"soc_proxy_fatal_alert_external_15",
123-
"soc_proxy_fatal_alert_external_16",
124-
"soc_proxy_fatal_alert_external_17",
125-
"soc_proxy_fatal_alert_external_18",
126-
"soc_proxy_fatal_alert_external_19",
127-
"soc_proxy_fatal_alert_external_20",
128-
"soc_proxy_fatal_alert_external_21",
129-
"soc_proxy_fatal_alert_external_22",
130-
"soc_proxy_fatal_alert_external_23",
131-
"soc_proxy_recov_alert_external_0",
132-
"soc_proxy_recov_alert_external_1",
133-
"soc_proxy_recov_alert_external_2",
134-
"soc_proxy_recov_alert_external_3",
135107
"sram_ctrl_ret_aon_fatal_error",
136108
"rv_dm_fatal_fault",
137109
"rv_plic_fatal_fault",

0 commit comments

Comments
 (0)