-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dv, aon_timer] Waiving RTL unreachable statements pending rtl change
These exclusions cover the missing branch/line coverage for aon_timer. Once are PRs #25812/#26072 make it to maste these exclusions can be ammendeed/removed. There's also a github issue #26164 to re-evaluate the RTL changes which may affect CDC sign-off. Signed-off-by: Antonio Martinez Zambrana <[email protected]>
- Loading branch information
Showing
2 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
hw/ip/aon_timer/dv/cov/rtl_exclusions_pending_rtl_changes.el
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
//================================================== | ||
// This file contains the Excluded objects | ||
// Generated By User: amz | ||
// Format Version: 2 | ||
// Date: Fri Feb 7 15:32:07 2025 | ||
// ExclMode: default | ||
//================================================== | ||
CHECKSUM: "2180545894 2543311903" | ||
INSTANCE: tb.dut.u_reg.u_wkup_count_hi_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Block 43 "3846199569" "gen_wr_req.state_d = StIdle;" | ||
CHECKSUM: "2180545894 2543311903" | ||
INSTANCE: tb.dut.u_reg.u_wkup_count_lo_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Block 43 "3846199569" "gen_wr_req.state_d = StIdle;" | ||
CHECKSUM: "2180545894 2543311903" | ||
INSTANCE: tb.dut.u_reg.u_wdog_count_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Block 43 "3846199569" "gen_wr_req.state_d = StIdle;" | ||
CHECKSUM: "2180545894 2543311903" | ||
INSTANCE: tb.dut.u_reg.u_wkup_cause_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Block 43 "3846199569" "gen_wr_req.state_d = StIdle;" | ||
CHECKSUM: "2180545894 3849341449" | ||
INSTANCE: tb.dut.u_reg.u_wkup_count_hi_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Branch 4 "3547459906" "gen_wr_req.state_q" (6) "gen_wr_req.state_q default,-,-,-,-" | ||
CHECKSUM: "2180545894 3849341449" | ||
INSTANCE: tb.dut.u_reg.u_wkup_count_lo_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Branch 4 "3547459906" "gen_wr_req.state_q" (6) "gen_wr_req.state_q default,-,-,-,-" | ||
CHECKSUM: "2180545894 3849341449" | ||
INSTANCE: tb.dut.u_reg.u_wdog_count_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Branch 4 "3547459906" "gen_wr_req.state_q" (6) "gen_wr_req.state_q default,-,-,-,-" | ||
CHECKSUM: "2180545894 3849341449" | ||
INSTANCE: tb.dut.u_reg.u_wkup_cause_cdc.u_arb | ||
ANNOTATION: "Default statement can't be hit. PR#26072 takes care of ammending RTL. In the meantime excluded to close coverage." | ||
Branch 4 "3547459906" "gen_wr_req.state_q" (6) "gen_wr_req.state_q default,-,-,-,-" | ||
CHECKSUM: "1125143680 279071062" | ||
INSTANCE: tb.dut.u_reg.u_wkup_count_hi_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 4 "937119686" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 279071062" | ||
INSTANCE: tb.dut.u_reg.u_wkup_count_lo_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 4 "937119686" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 279071062" | ||
INSTANCE: tb.dut.u_reg.u_wdog_count_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 4 "937119686" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 3293469597" | ||
INSTANCE: tb.dut.u_reg.u_wkup_cause_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 5 "937119686" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 1408670975" | ||
INSTANCE: tb.dut.u_reg.u_wkup_ctrl_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 3 "86646938" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 1408670975" | ||
INSTANCE: tb.dut.u_reg.u_wkup_thold_hi_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 3 "86646938" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 1408670975" | ||
INSTANCE: tb.dut.u_reg.u_wkup_thold_lo_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 3 "86646938" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 1408670975" | ||
INSTANCE: tb.dut.u_reg.u_wdog_bark_thold_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 3 "86646938" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 1408670975" | ||
INSTANCE: tb.dut.u_reg.u_wdog_bite_thold_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 3 "86646938" "(src_busy_q && src_ack) 1 -1" (1 "01") | ||
CHECKSUM: "1125143680 1408670975" | ||
INSTANCE: tb.dut.u_reg.u_wdog_ctrl_cdc | ||
ANNOTATION: "Src_ack will only be set after src_busy_q is set. This can be removed via RTL modification, and it will be revisit after the next CDC sign-off. Issue is #26164" | ||
Condition 3 "86646938" "(src_busy_q && src_ack) 1 -1" (1 "01") |