Module Definition
dashboard | hierarchy | modlist | groups | tests | asserts

Module : alert_handler_ping_timer
SCORELINECONDTOGGLEFSMBRANCHASSERT
91.46 100.00 97.30 60.00 100.00 100.00

Source File(s) :
/workspace/default/sim-vcs/../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv

Module self-instances :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
tb.dut.u_ping_timer 99.46 100.00 97.30 100.00 100.00 100.00



Module Instance : tb.dut.u_ping_timer

Instance :
SCORELINECONDTOGGLEFSMBRANCHASSERT
99.46 100.00 97.30 100.00 100.00 100.00


Instance's subtree :
SCORELINECONDTOGGLEFSMBRANCHASSERT
97.49 100.00 97.44 87.50 100.00 100.00 100.00


Parent :
SCORELINECONDTOGGLEFSMBRANCHASSERTNAME
99.07 100.00 97.20 100.00 dut


Subtrees :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
u_prim_buf_spurious_alert_ping 100.00 100.00
u_prim_buf_spurious_esc_ping 100.00 100.00
u_prim_count_cnt 100.00 100.00
u_prim_count_esc_cnt 24.32 24.32
u_prim_double_lfsr 100.00 100.00 100.00 100.00 100.00
u_state_regs 100.00 100.00 100.00 100.00

Line Coverage for Module : alert_handler_ping_timer
Line No.TotalCoveredPercent
TOTAL6262100.00
CONT_ASSIGN7511100.00
CONT_ASSIGN7811100.00
CONT_ASSIGN7911100.00
ALWAYS8233100.00
CONT_ASSIGN9611100.00
CONT_ASSIGN13111100.00
ALWAYS13844100.00
CONT_ASSIGN14911100.00
CONT_ASSIGN15311100.00
CONT_ASSIGN19311100.00
CONT_ASSIGN22611100.00
CONT_ASSIGN22711100.00
CONT_ASSIGN25311100.00
CONT_ASSIGN25411100.00
CONT_ASSIGN25711100.00
CONT_ASSIGN26711100.00
CONT_ASSIGN26811100.00
ALWAYS3203737100.00
ALWAYS41533100.00
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv' or '../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv' was not found, so annotated line coverage report could not be generated.
Line No.CoveredStatements
75 1 1
78 1 1
79 1 1
82 1 1
83 1 1
85 1 1
96 1 1
131 1 1
138 1 1
139 1 1
141 1 1
142 1 1
MISSING_ELSE
149 1 1
153 1 1
193 1 1
226 1 1
227 1 1
253 1 1
254 1 1
257 1 1
267 1 1
268 1 1
320 1 1
321 1 1
322 1 1
323 1 1
324 1 1
325 1 1
327 1 1
328 1 1
330 1 1
335 1 1
336 1 1
337 1 1
MISSING_ELSE
342 1 1
343 1 1
344 1 1
MISSING_ELSE
353 1 1
354 1 1
355 1 1
356 1 1
357 1 1
358 1 1
MISSING_ELSE
MISSING_ELSE
364 1 1
365 1 1
366 1 1
MISSING_ELSE
373 1 1
374 1 1
375 1 1
376 1 1
377 1 1
378 1 1
379 1 1
MISSING_ELSE
MISSING_ELSE
388 1 1
389 1 1
401 1 1
402 1 1
403 1 1
404 1 1
MISSING_ELSE
415 3 3


Cond Coverage for Module : alert_handler_ping_timer
TotalCoveredPercent
Conditions373697.30
Logical373697.30
Non-Logical00
Event00

 LINE       75
 EXPRESSION ((reseed_timer_q > '0) ? ((reseed_timer_q - 1'b1)) : (reseed_en ? ({wait_cyc_mask_i, {ReseedLfsrExtraBits {1'b1}}}) : '0))
             ----------1----------
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       75
 SUB-EXPRESSION (reseed_en ? ({wait_cyc_mask_i, {ReseedLfsrExtraBits {1'b1}}}) : '0)
                 ----1----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       78
 EXPRESSION (reseed_timer_q == '0)
            -----------1----------
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       79
 EXPRESSION (edn_req_o & edn_ack_i)
             ----1----   ----2----
-1--2-StatusTests
01Not Covered
10CoveredT1,T2,T3
11CoveredT1,T2,T3

 LINE       96
 EXPRESSION (reseed_en ? edn_data_i[(alert_pkg::LfsrWidth - 1):0] : '0)
             ----1----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       114
 EXPRESSION (reseed_en || cnt_set)
             ----1----    ---2---
-1--2-StatusTests
00CoveredT1,T2,T3
01CoveredT3,T4,T5
10CoveredT1,T2,T3

 LINE       131
 EXPRESSION 
 Number  Term
      1  (lfsr_state[alert_pkg::PING_CNT_DW+:IdDw] >= alert_pkg::NAlerts) ? ((lfsr_state[alert_pkg::PING_CNT_DW+:IdDw] - alert_pkg::NAlerts)) : lfsr_state[alert_pkg::PING_CNT_DW+:IdDw])
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T3,T4

 LINE       193
 EXPRESSION ((esc_cnt >= 16'((alert_pkg::N_ESC_SEV - 1))) && esc_cnt_en)
             ----------------------1---------------------    -----2----
-1--2-StatusTests
01CoveredT3,T8,T9
10CoveredT3,T8,T9
11CoveredT3,T8,T9

 LINE       226
 EXPRESSION (cnt == '0)
            -----1-----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       227
 EXPRESSION (wait_cnt_set || timeout_cnt_set)
             ------1-----    -------2-------
-1--2-StatusTests
00CoveredT1,T2,T3
01CoveredT3,T5,T8
10CoveredT3,T4,T5

 LINE       257
 EXPRESSION (wait_cnt_set ? ((wait_cyc & wait_cyc_mask_i)) : ping_timeout_cyc_i)
             ------1-----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT3,T4,T5

 LINE       354
 EXPRESSION (timer_expired || ((|(alert_ping_ok_i & alert_ping_req_o))) || ((!id_vld)))
             ------1------    --------------------2--------------------    -----3-----
-1--2--3-StatusTests
000CoveredT3,T5,T8
001CoveredT3,T8,T14
010CoveredT3,T5,T8
100CoveredT8,T15,T16

 LINE       374
 EXPRESSION (timer_expired || ((|(esc_ping_ok_i & esc_ping_req_o))))
             ------1------    ------------------2------------------
-1--2-StatusTests
00CoveredT3,T8,T9
01CoveredT3,T8,T9
10CoveredT15,T17,T18

 LINE       401
 EXPRESSION (lfsr_err || cnt_error || esc_cnt_error)
             ----1---    ----2----    ------3------
-1--2--3-StatusTests
000CoveredT1,T2,T3
001CoveredT4,T6,T7
010CoveredT4,T6,T7
100CoveredT4,T6,T7

FSM Coverage for Module : alert_handler_ping_timer
Summary for FSM :: state_q
TotalCoveredPercent
States 6 6 100.00 (Not included in score)
Transitions 10 6 60.00
Sequences 0 0

State, Transition and Sequence Details for FSM :: state_q
statesLine No.CoveredTests
AlertPingSt 343 Covered T3,T5,T8
AlertWaitSt 336 Covered T3,T4,T5
EscPingSt 365 Covered T3,T8,T9
EscWaitSt 355 Covered T3,T5,T8
FsmErrorSt 402 Covered T4,T6,T7
InitSt 334 Covered T1,T2,T3


transitionsLine No.CoveredTests
AlertPingSt->EscWaitSt 355 Covered T3,T5,T8
AlertPingSt->FsmErrorSt 402 Not Covered
AlertWaitSt->AlertPingSt 343 Covered T3,T5,T8
AlertWaitSt->FsmErrorSt 402 Covered T4,T6,T7
EscPingSt->AlertWaitSt 375 Covered T3,T8,T9
EscPingSt->FsmErrorSt 402 Not Covered
EscWaitSt->EscPingSt 365 Covered T3,T8,T9
EscWaitSt->FsmErrorSt 402 Not Covered
InitSt->AlertWaitSt 336 Covered T3,T4,T5
InitSt->FsmErrorSt 402 Not Covered



Branch Coverage for Module : alert_handler_ping_timer
Line No.TotalCoveredPercent
Branches 32 32 100.00
TERNARY 75 3 3 100.00
TERNARY 96 2 2 100.00
TERNARY 131 2 2 100.00
TERNARY 257 2 2 100.00
IF 82 2 2 100.00
IF 138 3 3 100.00
CASE 330 14 14 100.00
IF 401 2 2 100.00
IF 415 2 2 100.00

WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv' or '../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv was not found/opened, so annotated branch coverage report could not be generated.

LineNo. Expression -1-: 75 ((reseed_timer_q > '0)) ? -2-: 75 (reseed_en) ?

Branches:
-1--2-StatusTests
1 - Covered T1,T2,T3
0 1 Covered T1,T2,T3
0 0 Covered T1,T2,T3


LineNo. Expression -1-: 96 (reseed_en) ?

Branches:
-1-StatusTests
1 Covered T1,T2,T3
0 Covered T1,T2,T3


LineNo. Expression -1-: 131 ((lfsr_state[alert_pkg::PING_CNT_DW+:IdDw] >= alert_pkg::NAlerts)) ?

Branches:
-1-StatusTests
1 Covered T1,T3,T4
0 Covered T1,T2,T3


LineNo. Expression -1-: 257 (wait_cnt_set) ?

Branches:
-1-StatusTests
1 Covered T3,T4,T5
0 Covered T1,T2,T3


LineNo. Expression -1-: 82 if ((!rst_ni))

Branches:
-1-StatusTests
1 Covered T1,T2,T3
0 Covered T1,T2,T3


LineNo. Expression -1-: 138 if ((!rst_ni)) -2-: 141 if (cnt_set)

Branches:
-1--2-StatusTests
1 - Covered T1,T2,T3
0 1 Covered T3,T4,T5
0 0 Covered T1,T2,T3


LineNo. Expression -1-: 330 case (state_q) -2-: 335 if (en_i) -3-: 342 if (timer_expired) -4-: 354 if (((timer_expired || (|(alert_ping_ok_i & alert_ping_req_o))) || (!id_vld))) -5-: 357 if (timer_expired) -6-: 364 if (timer_expired) -7-: 374 if ((timer_expired || (|(esc_ping_ok_i & esc_ping_req_o)))) -8-: 378 if (timer_expired)

Branches:
-1--2--3--4--5--6--7--8-StatusTests
InitSt 1 - - - - - - Covered T3,T4,T5
InitSt 0 - - - - - - Covered T1,T2,T3
AlertWaitSt - 1 - - - - - Covered T3,T5,T8
AlertWaitSt - 0 - - - - - Covered T3,T4,T5
AlertPingSt - - 1 1 - - - Covered T8,T15,T16
AlertPingSt - - 1 0 - - - Covered T3,T5,T8
AlertPingSt - - 0 - - - - Covered T3,T5,T8
EscWaitSt - - - - 1 - - Covered T3,T8,T9
EscWaitSt - - - - 0 - - Covered T3,T5,T8
EscPingSt - - - - - 1 1 Covered T15,T17,T18
EscPingSt - - - - - 1 0 Covered T3,T8,T9
EscPingSt - - - - - 0 - Covered T3,T8,T9
FsmErrorSt - - - - - - - Covered T4,T6,T7
default - - - - - - - Covered T4,T6,T7


LineNo. Expression -1-: 401 if (((lfsr_err || cnt_error) || esc_cnt_error))

Branches:
-1-StatusTests
1 Covered T4,T6,T7
0 Covered T1,T2,T3


LineNo. Expression -1-: 415 if ((!rst_ni))

Branches:
-1-StatusTests
1 Covered T1,T2,T3
0 Covered T1,T2,T3


Assert Coverage for Module : alert_handler_ping_timer
TotalAttemptedPercentSucceeded/MatchedPercent
Assertions 7 7 100.00 7 100.00
Cover properties 0 0 0
Cover sequences 0 0 0
Total 7 7 100.00 7 100.00




Assertion Details

NameAttemptsReal SuccessesFailuresIncomplete
AlertPingOH_A 694166456 180404 0 0
EscPingOH_A 694166456 118293 0 0
MaxIdDw_A 625 625 0 0
PingOH0_A 694166456 693980546 0 0
WaitCycMaskIsRightAlignedMask_A 694166456 693980546 0 0
WaitCycMaskMin_A 694166456 693980546 0 0
u_state_regs_A 694166456 693980546 0 0


AlertPingOH_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 180404 0 0
T3 162522 84 0 0
T4 46038 0 0 0
T5 627321 6 0 0
T8 0 201 0 0
T9 0 93 0 0
T10 30619 0 0 0
T11 20153 0 0 0
T14 0 6 0 0
T15 0 2037 0 0
T16 0 441 0 0
T19 0 1317 0 0
T20 0 93 0 0
T21 0 327 0 0
T22 32642 0 0 0
T23 17432 0 0 0
T24 3104 0 0 0
T25 33285 0 0 0
T26 84577 0 0 0

EscPingOH_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 118293 0 0
T3 162522 115 0 0
T4 46038 0 0 0
T5 627321 0 0 0
T8 0 70 0 0
T9 0 55 0 0
T10 30619 0 0 0
T11 20153 0 0 0
T14 0 55 0 0
T15 0 614 0 0
T16 0 195 0 0
T19 0 1245 0 0
T20 0 215 0 0
T21 0 210 0 0
T22 32642 0 0 0
T23 17432 0 0 0
T24 3104 0 0 0
T25 33285 0 0 0
T26 84577 0 0 0
T27 0 5 0 0

MaxIdDw_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 625 625 0 0
T1 1 1 0 0
T2 1 1 0 0
T3 1 1 0 0
T4 1 1 0 0
T5 1 1 0 0
T10 1 1 0 0
T11 1 1 0 0
T22 1 1 0 0
T23 1 1 0 0
T24 1 1 0 0

PingOH0_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

WaitCycMaskIsRightAlignedMask_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

WaitCycMaskMin_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

u_state_regs_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

Line Coverage for Instance : tb.dut.u_ping_timer
Line No.TotalCoveredPercent
TOTAL6262100.00
CONT_ASSIGN7511100.00
CONT_ASSIGN7811100.00
CONT_ASSIGN7911100.00
ALWAYS8233100.00
CONT_ASSIGN9611100.00
CONT_ASSIGN13111100.00
ALWAYS13844100.00
CONT_ASSIGN14911100.00
CONT_ASSIGN15311100.00
CONT_ASSIGN19311100.00
CONT_ASSIGN22611100.00
CONT_ASSIGN22711100.00
CONT_ASSIGN25311100.00
CONT_ASSIGN25411100.00
CONT_ASSIGN25711100.00
CONT_ASSIGN26711100.00
CONT_ASSIGN26811100.00
ALWAYS3203737100.00
ALWAYS41533100.00
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv' or '../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv' was not found, so annotated line coverage report could not be generated.
Line No.CoveredStatements
75 1 1
78 1 1
79 1 1
82 1 1
83 1 1
85 1 1
96 1 1
131 1 1
138 1 1
139 1 1
141 1 1
142 1 1
MISSING_ELSE
149 1 1
153 1 1
193 1 1
226 1 1
227 1 1
253 1 1
254 1 1
257 1 1
267 1 1
268 1 1
320 1 1
321 1 1
322 1 1
323 1 1
324 1 1
325 1 1
327 1 1
328 1 1
330 1 1
335 1 1
336 1 1
337 1 1
MISSING_ELSE
342 1 1
343 1 1
344 1 1
MISSING_ELSE
353 1 1
354 1 1
355 1 1
356 1 1
357 1 1
358 1 1
MISSING_ELSE
MISSING_ELSE
364 1 1
365 1 1
366 1 1
MISSING_ELSE
373 1 1
374 1 1
375 1 1
376 1 1
377 1 1
378 1 1
379 1 1
MISSING_ELSE
MISSING_ELSE
388 1 1
389 1 1
401 1 1
402 1 1
403 1 1
404 1 1
MISSING_ELSE
415 3 3


Cond Coverage for Instance : tb.dut.u_ping_timer
TotalCoveredPercent
Conditions373697.30
Logical373697.30
Non-Logical00
Event00

 LINE       75
 EXPRESSION ((reseed_timer_q > '0) ? ((reseed_timer_q - 1'b1)) : (reseed_en ? ({wait_cyc_mask_i, {ReseedLfsrExtraBits {1'b1}}}) : '0))
             ----------1----------
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       75
 SUB-EXPRESSION (reseed_en ? ({wait_cyc_mask_i, {ReseedLfsrExtraBits {1'b1}}}) : '0)
                 ----1----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       78
 EXPRESSION (reseed_timer_q == '0)
            -----------1----------
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       79
 EXPRESSION (edn_req_o & edn_ack_i)
             ----1----   ----2----
-1--2-StatusTests
01Not Covered
10CoveredT1,T2,T3
11CoveredT1,T2,T3

 LINE       96
 EXPRESSION (reseed_en ? edn_data_i[(alert_pkg::LfsrWidth - 1):0] : '0)
             ----1----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       114
 EXPRESSION (reseed_en || cnt_set)
             ----1----    ---2---
-1--2-StatusTests
00CoveredT1,T2,T3
01CoveredT3,T4,T5
10CoveredT1,T2,T3

 LINE       131
 EXPRESSION 
 Number  Term
      1  (lfsr_state[alert_pkg::PING_CNT_DW+:IdDw] >= alert_pkg::NAlerts) ? ((lfsr_state[alert_pkg::PING_CNT_DW+:IdDw] - alert_pkg::NAlerts)) : lfsr_state[alert_pkg::PING_CNT_DW+:IdDw])
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T3,T4

 LINE       193
 EXPRESSION ((esc_cnt >= 16'((alert_pkg::N_ESC_SEV - 1))) && esc_cnt_en)
             ----------------------1---------------------    -----2----
-1--2-StatusTests
01CoveredT3,T8,T9
10CoveredT3,T8,T9
11CoveredT3,T8,T9

 LINE       226
 EXPRESSION (cnt == '0)
            -----1-----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT1,T2,T3

 LINE       227
 EXPRESSION (wait_cnt_set || timeout_cnt_set)
             ------1-----    -------2-------
-1--2-StatusTests
00CoveredT1,T2,T3
01CoveredT3,T5,T8
10CoveredT3,T4,T5

 LINE       257
 EXPRESSION (wait_cnt_set ? ((wait_cyc & wait_cyc_mask_i)) : ping_timeout_cyc_i)
             ------1-----
-1-StatusTests
0CoveredT1,T2,T3
1CoveredT3,T4,T5

 LINE       354
 EXPRESSION (timer_expired || ((|(alert_ping_ok_i & alert_ping_req_o))) || ((!id_vld)))
             ------1------    --------------------2--------------------    -----3-----
-1--2--3-StatusTests
000CoveredT3,T5,T8
001CoveredT3,T8,T14
010CoveredT3,T5,T8
100CoveredT8,T15,T16

 LINE       374
 EXPRESSION (timer_expired || ((|(esc_ping_ok_i & esc_ping_req_o))))
             ------1------    ------------------2------------------
-1--2-StatusTests
00CoveredT3,T8,T9
01CoveredT3,T8,T9
10CoveredT15,T17,T18

 LINE       401
 EXPRESSION (lfsr_err || cnt_error || esc_cnt_error)
             ----1---    ----2----    ------3------
-1--2--3-StatusTests
000CoveredT1,T2,T3
001CoveredT4,T6,T7
010CoveredT4,T6,T7
100CoveredT4,T6,T7

FSM Coverage for Instance : tb.dut.u_ping_timer
Summary for FSM :: state_q
TotalCoveredPercent
States 6 6 100.00 (Not included in score)
Transitions 6 6 100.00
Sequences 0 0

State, Transition and Sequence Details for FSM :: state_q
statesLine No.CoveredTests
AlertPingSt 343 Covered T3,T5,T8
AlertWaitSt 336 Covered T3,T4,T5
EscPingSt 365 Covered T3,T8,T9
EscWaitSt 355 Covered T3,T5,T8
FsmErrorSt 402 Covered T4,T6,T7
InitSt 334 Covered T1,T2,T3


transitionsLine No.CoveredTestsExclude Annotation
AlertPingSt->EscWaitSt 355 Covered T3,T5,T8
AlertPingSt->FsmErrorSt 402 Excluded [LOW_RISK]: Forcing from any state other than IdleSt to FSMErrorSt is covered in FPV.
AlertWaitSt->AlertPingSt 343 Covered T3,T5,T8
AlertWaitSt->FsmErrorSt 402 Covered T4,T6,T7
EscPingSt->AlertWaitSt 375 Covered T3,T8,T9
EscPingSt->FsmErrorSt 402 Excluded [LOW_RISK]: Forcing from any state other than IdleSt to FSMErrorSt is covered in FPV.
EscWaitSt->EscPingSt 365 Covered T3,T8,T9
EscWaitSt->FsmErrorSt 402 Excluded [LOW_RISK]: Forcing from any state other than IdleSt to FSMErrorSt is covered in FPV.
InitSt->AlertWaitSt 336 Covered T3,T4,T5
InitSt->FsmErrorSt 402 Excluded [LOW_RISK]: Forcing from any state other than IdleSt to FSMErrorSt is covered in FPV.



Branch Coverage for Instance : tb.dut.u_ping_timer
Line No.TotalCoveredPercent
Branches 32 32 100.00
TERNARY 75 3 3 100.00
TERNARY 96 2 2 100.00
TERNARY 131 2 2 100.00
TERNARY 257 2 2 100.00
IF 82 2 2 100.00
IF 138 3 3 100.00
CASE 330 14 14 100.00
IF 401 2 2 100.00
IF 415 2 2 100.00

WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv' or '../src/lowrisc_ip_alert_handler_component_0.1/rtl/alert_handler_ping_timer.sv was not found/opened, so annotated branch coverage report could not be generated.

LineNo. Expression -1-: 75 ((reseed_timer_q > '0)) ? -2-: 75 (reseed_en) ?

Branches:
-1--2-StatusTests
1 - Covered T1,T2,T3
0 1 Covered T1,T2,T3
0 0 Covered T1,T2,T3


LineNo. Expression -1-: 96 (reseed_en) ?

Branches:
-1-StatusTests
1 Covered T1,T2,T3
0 Covered T1,T2,T3


LineNo. Expression -1-: 131 ((lfsr_state[alert_pkg::PING_CNT_DW+:IdDw] >= alert_pkg::NAlerts)) ?

Branches:
-1-StatusTests
1 Covered T1,T3,T4
0 Covered T1,T2,T3


LineNo. Expression -1-: 257 (wait_cnt_set) ?

Branches:
-1-StatusTests
1 Covered T3,T4,T5
0 Covered T1,T2,T3


LineNo. Expression -1-: 82 if ((!rst_ni))

Branches:
-1-StatusTests
1 Covered T1,T2,T3
0 Covered T1,T2,T3


LineNo. Expression -1-: 138 if ((!rst_ni)) -2-: 141 if (cnt_set)

Branches:
-1--2-StatusTests
1 - Covered T1,T2,T3
0 1 Covered T3,T4,T5
0 0 Covered T1,T2,T3


LineNo. Expression -1-: 330 case (state_q) -2-: 335 if (en_i) -3-: 342 if (timer_expired) -4-: 354 if (((timer_expired || (|(alert_ping_ok_i & alert_ping_req_o))) || (!id_vld))) -5-: 357 if (timer_expired) -6-: 364 if (timer_expired) -7-: 374 if ((timer_expired || (|(esc_ping_ok_i & esc_ping_req_o)))) -8-: 378 if (timer_expired)

Branches:
-1--2--3--4--5--6--7--8-StatusTests
InitSt 1 - - - - - - Covered T3,T4,T5
InitSt 0 - - - - - - Covered T1,T2,T3
AlertWaitSt - 1 - - - - - Covered T3,T5,T8
AlertWaitSt - 0 - - - - - Covered T3,T4,T5
AlertPingSt - - 1 1 - - - Covered T8,T15,T16
AlertPingSt - - 1 0 - - - Covered T3,T5,T8
AlertPingSt - - 0 - - - - Covered T3,T5,T8
EscWaitSt - - - - 1 - - Covered T3,T8,T9
EscWaitSt - - - - 0 - - Covered T3,T5,T8
EscPingSt - - - - - 1 1 Covered T15,T17,T18
EscPingSt - - - - - 1 0 Covered T3,T8,T9
EscPingSt - - - - - 0 - Covered T3,T8,T9
FsmErrorSt - - - - - - - Covered T4,T6,T7
default - - - - - - - Covered T4,T6,T7


LineNo. Expression -1-: 401 if (((lfsr_err || cnt_error) || esc_cnt_error))

Branches:
-1-StatusTests
1 Covered T4,T6,T7
0 Covered T1,T2,T3


LineNo. Expression -1-: 415 if ((!rst_ni))

Branches:
-1-StatusTests
1 Covered T1,T2,T3
0 Covered T1,T2,T3


Assert Coverage for Instance : tb.dut.u_ping_timer
TotalAttemptedPercentSucceeded/MatchedPercent
Assertions 7 7 100.00 7 100.00
Cover properties 0 0 0
Cover sequences 0 0 0
Total 7 7 100.00 7 100.00




Assertion Details

NameAttemptsReal SuccessesFailuresIncomplete
AlertPingOH_A 694166456 180404 0 0
EscPingOH_A 694166456 118293 0 0
MaxIdDw_A 625 625 0 0
PingOH0_A 694166456 693980546 0 0
WaitCycMaskIsRightAlignedMask_A 694166456 693980546 0 0
WaitCycMaskMin_A 694166456 693980546 0 0
u_state_regs_A 694166456 693980546 0 0


AlertPingOH_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 180404 0 0
T3 162522 84 0 0
T4 46038 0 0 0
T5 627321 6 0 0
T8 0 201 0 0
T9 0 93 0 0
T10 30619 0 0 0
T11 20153 0 0 0
T14 0 6 0 0
T15 0 2037 0 0
T16 0 441 0 0
T19 0 1317 0 0
T20 0 93 0 0
T21 0 327 0 0
T22 32642 0 0 0
T23 17432 0 0 0
T24 3104 0 0 0
T25 33285 0 0 0
T26 84577 0 0 0

EscPingOH_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 118293 0 0
T3 162522 115 0 0
T4 46038 0 0 0
T5 627321 0 0 0
T8 0 70 0 0
T9 0 55 0 0
T10 30619 0 0 0
T11 20153 0 0 0
T14 0 55 0 0
T15 0 614 0 0
T16 0 195 0 0
T19 0 1245 0 0
T20 0 215 0 0
T21 0 210 0 0
T22 32642 0 0 0
T23 17432 0 0 0
T24 3104 0 0 0
T25 33285 0 0 0
T26 84577 0 0 0
T27 0 5 0 0

MaxIdDw_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 625 625 0 0
T1 1 1 0 0
T2 1 1 0 0
T3 1 1 0 0
T4 1 1 0 0
T5 1 1 0 0
T10 1 1 0 0
T11 1 1 0 0
T22 1 1 0 0
T23 1 1 0 0
T24 1 1 0 0

PingOH0_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

WaitCycMaskIsRightAlignedMask_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

WaitCycMaskMin_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

u_state_regs_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 694166456 693980546 0 0
T1 401278 401178 0 0
T2 19567 19513 0 0
T3 162522 162515 0 0
T4 46038 20441 0 0
T5 627321 627308 0 0
T10 30619 30533 0 0
T11 20153 20053 0 0
T22 32642 32576 0 0
T23 17432 17380 0 0
T24 3104 3042 0 0

0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%