Line Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_l2h
| Line No. | Total | Covered | Percent |
TOTAL | | 46 | 0 | 0.00 |
CONT_ASSIGN | 60 | 1 | 0 | 0.00 |
ALWAYS | 69 | 3 | 0 | 0.00 |
CONT_ASSIGN | 76 | 1 | 0 | 0.00 |
CONT_ASSIGN | 92 | 1 | 0 | 0.00 |
CONT_ASSIGN | 99 | 1 | 0 | 0.00 |
CONT_ASSIGN | 101 | 1 | 0 | 0.00 |
ALWAYS | 104 | 3 | 0 | 0.00 |
ALWAYS | 125 | 32 | 0 | 0.00 |
ALWAYS | 219 | 3 | 0 | 0.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' was not found, so annotated line coverage report could not be generated.
Line No. | Covered | Statements | |
60 |
0 |
1 |
69 |
0 |
1 |
70 |
0 |
1 |
72 |
0 |
1 |
76 |
0 |
1 |
92 |
0 |
1 |
99 |
0 |
1 |
101 |
0 |
1 |
104 |
0 |
1 |
105 |
0 |
1 |
107 |
0 |
1 |
125 |
0 |
1 |
128 |
0 |
1 |
129 |
0 |
1 |
132 |
0 |
1 |
133 |
0 |
1 |
138 |
0 |
1 |
140 |
0 |
1 |
147 |
0 |
1 |
148 |
0 |
1 |
149 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
160 |
0 |
1 |
162 |
0 |
1 |
163 |
0 |
1 |
164 |
0 |
1 |
165 |
0 |
1 |
166 |
0 |
1 |
167 |
0 |
1 |
168 |
0 |
1 |
170 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
181 |
0 |
1 |
182 |
0 |
1 |
185 |
0 |
1 |
186 |
0 |
1 |
187 |
0 |
1 |
190 |
0 |
1 |
191 |
0 |
1 |
192 |
0 |
1 |
193 |
0 |
1 |
194 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
205 |
0 |
1 |
206 |
0 |
1 |
209 |
0 |
1 |
|
|
|
Exclude Annotation: VC_COV_UNR |
219 |
0 |
1 |
220 |
0 |
1 |
222 |
0 |
1 |
Cond Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_l2h
| Total | Covered | Percent |
Conditions | 21 | 0 | 0.00 |
Logical | 21 | 0 | 0.00 |
Non-Logical | 0 | 0 | |
Event | 0 | 0 | |
LINE 60
EXPRESSION (trigger_i == 1'b1)
---------1---------
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 76
EXPRESSION (trigger_active & ((~gen_trigger_event_edge.trigger_active_q)))
-------1------ ----------------------2---------------------
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 92
EXPRESSION (cnt_clr ? '0 : (cnt_en ? ((cnt_q + 1'b1)) : cnt_q))
---1---
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 92
SUB-EXPRESSION (cnt_en ? ((cnt_q + 1'b1)) : cnt_q)
---1--
-1- | Status | Tests | Exclude Annotation |
0 | Excluded | |
VC_COV_UNR |
1 | Not Covered | |
LINE 99
EXPRESSION (thresh_sel ? (16'(cfg_detect_timer_i)) : (16'(cfg_debounce_timer_i)))
-----1----
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 147
EXPRESSION (trigger_event && cfg_enable_i)
------1------ ------2-----
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 185
EXPRESSION (((!cfg_enable_i)) || ((!trigger_active)))
--------1-------- ---------2---------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
EXPRESSION (((!cfg_enable_i)) || (((!trigger_active)) && ((!Sticky))))
--------1-------- ------------------2-----------------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
SUB-EXPRESSION (((!trigger_active)) && ((!Sticky)))
---------1--------- -----2-----
-1- | -2- | Status | Tests |
0 | - | Not Covered | |
1 | - | Not Covered | |
FSM Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_l2h
Summary for FSM :: state_q
| Total | Covered | Percent | |
States |
4 |
0 |
0.00 |
(Not included in score) |
Transitions |
6 |
0 |
0.00 |
|
Sequences |
0 |
0 |
|
|
State, Transition and Sequence Details for FSM :: state_q
states | Line No. | Covered | Tests |
DebounceSt |
148 |
Not Covered |
|
DetectSt |
168 |
Not Covered |
|
IdleSt |
163 |
Not Covered |
|
StableSt |
191 |
Not Covered |
|
transitions | Line No. | Covered | Tests |
DebounceSt->DetectSt |
168 |
Not Covered |
|
DebounceSt->IdleSt |
163 |
Not Covered |
|
DetectSt->IdleSt |
186 |
Not Covered |
|
DetectSt->StableSt |
191 |
Not Covered |
|
IdleSt->DebounceSt |
148 |
Not Covered |
|
StableSt->IdleSt |
206 |
Not Covered |
|
Branch Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_l2h
| Line No. | Total | Covered | Percent |
Branches |
|
20 |
0 |
0.00 |
TERNARY |
92 |
2 |
0 |
0.00 |
TERNARY |
99 |
2 |
0 |
0.00 |
IF |
104 |
2 |
0 |
0.00 |
CASE |
140 |
10 |
0 |
0.00 |
IF |
219 |
2 |
0 |
0.00 |
IF |
69 |
2 |
0 |
0.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 92 (cnt_clr) ?
-2-: 92 (cnt_en) ?
Branches:
-1- | -2- | Status | Tests | Exclude Annotation |
1 |
- |
Not Covered |
|
|
0 |
1 |
Not Covered |
|
|
0 |
0 |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 99 (thresh_sel) ?
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 104 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 140 case (state_q)
-2-: 147 if ((trigger_event && cfg_enable_i))
-3-: 162 if ((!cfg_enable_i))
-4-: 165 if (cnt_done)
-5-: 167 if (trigger_active)
-6-: 185 if (((!cfg_enable_i) || (!trigger_active)))
-7-: 190 if (cnt_done)
-8-: 205 if (((!cfg_enable_i) || ((!trigger_active) && (!Sticky))))
Branches:
-1- | -2- | -3- | -4- | -5- | -6- | -7- | -8- | Status | Tests | Exclude Annotation |
IdleSt |
1 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
IdleSt |
0 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
1 |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
1 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
0 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
0 |
- |
- |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
1 |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
1 |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
0 |
- |
Excluded |
|
VC_COV_UNR |
StableSt |
- |
- |
- |
- |
- |
- |
1 |
Not Covered |
|
|
StableSt |
- |
- |
- |
- |
- |
- |
0 |
Not Covered |
|
|
default |
- |
- |
- |
- |
- |
- |
- |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 219 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 69 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
Line Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_h2l
| Line No. | Total | Covered | Percent |
TOTAL | | 46 | 0 | 0.00 |
CONT_ASSIGN | 58 | 1 | 0 | 0.00 |
ALWAYS | 69 | 3 | 0 | 0.00 |
CONT_ASSIGN | 76 | 1 | 0 | 0.00 |
CONT_ASSIGN | 92 | 1 | 0 | 0.00 |
CONT_ASSIGN | 99 | 1 | 0 | 0.00 |
CONT_ASSIGN | 101 | 1 | 0 | 0.00 |
ALWAYS | 104 | 3 | 0 | 0.00 |
ALWAYS | 125 | 32 | 0 | 0.00 |
ALWAYS | 219 | 3 | 0 | 0.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' was not found, so annotated line coverage report could not be generated.
Line No. | Covered | Statements | |
58 |
0 |
1 |
69 |
0 |
1 |
70 |
0 |
1 |
72 |
0 |
1 |
76 |
0 |
1 |
92 |
0 |
1 |
99 |
0 |
1 |
101 |
0 |
1 |
104 |
0 |
1 |
105 |
0 |
1 |
107 |
0 |
1 |
125 |
0 |
1 |
128 |
0 |
1 |
129 |
0 |
1 |
132 |
0 |
1 |
133 |
0 |
1 |
138 |
0 |
1 |
140 |
0 |
1 |
147 |
0 |
1 |
148 |
0 |
1 |
149 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
160 |
0 |
1 |
162 |
0 |
1 |
163 |
0 |
1 |
164 |
0 |
1 |
165 |
0 |
1 |
166 |
0 |
1 |
167 |
0 |
1 |
168 |
0 |
1 |
170 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
181 |
0 |
1 |
182 |
0 |
1 |
185 |
0 |
1 |
186 |
0 |
1 |
187 |
0 |
1 |
190 |
0 |
1 |
191 |
0 |
1 |
192 |
0 |
1 |
193 |
0 |
1 |
194 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
205 |
0 |
1 |
206 |
0 |
1 |
209 |
0 |
1 |
|
|
|
Exclude Annotation: VC_COV_UNR |
219 |
0 |
1 |
220 |
0 |
1 |
222 |
0 |
1 |
Cond Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_h2l
| Total | Covered | Percent |
Conditions | 21 | 0 | 0.00 |
Logical | 21 | 0 | 0.00 |
Non-Logical | 0 | 0 | |
Event | 0 | 0 | |
LINE 58
EXPRESSION (trigger_i == 1'b0)
---------1---------
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 76
EXPRESSION (trigger_active & ((~gen_trigger_event_edge.trigger_active_q)))
-------1------ ----------------------2---------------------
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 92
EXPRESSION (cnt_clr ? '0 : (cnt_en ? ((cnt_q + 1'b1)) : cnt_q))
---1---
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 92
SUB-EXPRESSION (cnt_en ? ((cnt_q + 1'b1)) : cnt_q)
---1--
-1- | Status | Tests | Exclude Annotation |
0 | Excluded | |
VC_COV_UNR |
1 | Not Covered | |
LINE 99
EXPRESSION (thresh_sel ? (16'(cfg_detect_timer_i)) : (16'(cfg_debounce_timer_i)))
-----1----
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 147
EXPRESSION (trigger_event && cfg_enable_i)
------1------ ------2-----
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 185
EXPRESSION (((!cfg_enable_i)) || ((!trigger_active)))
--------1-------- ---------2---------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
EXPRESSION (((!cfg_enable_i)) || (((!trigger_active)) && ((!Sticky))))
--------1-------- ------------------2-----------------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
SUB-EXPRESSION (((!trigger_active)) && ((!Sticky)))
---------1--------- -----2-----
-1- | -2- | Status | Tests |
0 | - | Not Covered | |
1 | - | Not Covered | |
FSM Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_h2l
Summary for FSM :: state_q
| Total | Covered | Percent | |
States |
4 |
0 |
0.00 |
(Not included in score) |
Transitions |
6 |
0 |
0.00 |
|
Sequences |
0 |
0 |
|
|
State, Transition and Sequence Details for FSM :: state_q
states | Line No. | Covered | Tests |
DebounceSt |
148 |
Not Covered |
|
DetectSt |
168 |
Not Covered |
|
IdleSt |
163 |
Not Covered |
|
StableSt |
191 |
Not Covered |
|
transitions | Line No. | Covered | Tests |
DebounceSt->DetectSt |
168 |
Not Covered |
|
DebounceSt->IdleSt |
163 |
Not Covered |
|
DetectSt->IdleSt |
186 |
Not Covered |
|
DetectSt->StableSt |
191 |
Not Covered |
|
IdleSt->DebounceSt |
148 |
Not Covered |
|
StableSt->IdleSt |
206 |
Not Covered |
|
Branch Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[1].u_sysrst_ctrl_detect_h2l
| Line No. | Total | Covered | Percent |
Branches |
|
20 |
0 |
0.00 |
TERNARY |
92 |
2 |
0 |
0.00 |
TERNARY |
99 |
2 |
0 |
0.00 |
IF |
104 |
2 |
0 |
0.00 |
CASE |
140 |
10 |
0 |
0.00 |
IF |
219 |
2 |
0 |
0.00 |
IF |
69 |
2 |
0 |
0.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 92 (cnt_clr) ?
-2-: 92 (cnt_en) ?
Branches:
-1- | -2- | Status | Tests | Exclude Annotation |
1 |
- |
Not Covered |
|
|
0 |
1 |
Not Covered |
|
|
0 |
0 |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 99 (thresh_sel) ?
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 104 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 140 case (state_q)
-2-: 147 if ((trigger_event && cfg_enable_i))
-3-: 162 if ((!cfg_enable_i))
-4-: 165 if (cnt_done)
-5-: 167 if (trigger_active)
-6-: 185 if (((!cfg_enable_i) || (!trigger_active)))
-7-: 190 if (cnt_done)
-8-: 205 if (((!cfg_enable_i) || ((!trigger_active) && (!Sticky))))
Branches:
-1- | -2- | -3- | -4- | -5- | -6- | -7- | -8- | Status | Tests | Exclude Annotation |
IdleSt |
1 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
IdleSt |
0 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
1 |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
1 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
0 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
0 |
- |
- |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
1 |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
1 |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
0 |
- |
Excluded |
|
VC_COV_UNR |
StableSt |
- |
- |
- |
- |
- |
- |
1 |
Not Covered |
|
|
StableSt |
- |
- |
- |
- |
- |
- |
0 |
Not Covered |
|
|
default |
- |
- |
- |
- |
- |
- |
- |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 219 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 69 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
Line Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_l2h
| Line No. | Total | Covered | Percent |
TOTAL | | 46 | 0 | 0.00 |
CONT_ASSIGN | 60 | 1 | 0 | 0.00 |
ALWAYS | 69 | 3 | 0 | 0.00 |
CONT_ASSIGN | 76 | 1 | 0 | 0.00 |
CONT_ASSIGN | 92 | 1 | 0 | 0.00 |
CONT_ASSIGN | 99 | 1 | 0 | 0.00 |
CONT_ASSIGN | 101 | 1 | 0 | 0.00 |
ALWAYS | 104 | 3 | 0 | 0.00 |
ALWAYS | 125 | 32 | 0 | 0.00 |
ALWAYS | 219 | 3 | 0 | 0.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' was not found, so annotated line coverage report could not be generated.
Line No. | Covered | Statements | |
60 |
0 |
1 |
69 |
0 |
1 |
70 |
0 |
1 |
72 |
0 |
1 |
76 |
0 |
1 |
92 |
0 |
1 |
99 |
0 |
1 |
101 |
0 |
1 |
104 |
0 |
1 |
105 |
0 |
1 |
107 |
0 |
1 |
125 |
0 |
1 |
128 |
0 |
1 |
129 |
0 |
1 |
132 |
0 |
1 |
133 |
0 |
1 |
138 |
0 |
1 |
140 |
0 |
1 |
147 |
0 |
1 |
148 |
0 |
1 |
149 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
160 |
0 |
1 |
162 |
0 |
1 |
163 |
0 |
1 |
164 |
0 |
1 |
165 |
0 |
1 |
166 |
0 |
1 |
167 |
0 |
1 |
168 |
0 |
1 |
170 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
181 |
0 |
1 |
182 |
0 |
1 |
185 |
0 |
1 |
186 |
0 |
1 |
187 |
0 |
1 |
190 |
0 |
1 |
191 |
0 |
1 |
192 |
0 |
1 |
193 |
0 |
1 |
194 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
205 |
0 |
1 |
206 |
0 |
1 |
209 |
0 |
1 |
|
|
|
Exclude Annotation: VC_COV_UNR |
219 |
0 |
1 |
220 |
0 |
1 |
222 |
0 |
1 |
Cond Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_l2h
| Total | Covered | Percent |
Conditions | 21 | 0 | 0.00 |
Logical | 21 | 0 | 0.00 |
Non-Logical | 0 | 0 | |
Event | 0 | 0 | |
LINE 60
EXPRESSION (trigger_i == 1'b1)
---------1---------
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 76
EXPRESSION (trigger_active & ((~gen_trigger_event_edge.trigger_active_q)))
-------1------ ----------------------2---------------------
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 92
EXPRESSION (cnt_clr ? '0 : (cnt_en ? ((cnt_q + 1'b1)) : cnt_q))
---1---
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 92
SUB-EXPRESSION (cnt_en ? ((cnt_q + 1'b1)) : cnt_q)
---1--
-1- | Status | Tests | Exclude Annotation |
0 | Excluded | |
VC_COV_UNR |
1 | Not Covered | |
LINE 99
EXPRESSION (thresh_sel ? (16'(cfg_detect_timer_i)) : (16'(cfg_debounce_timer_i)))
-----1----
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 147
EXPRESSION (trigger_event && cfg_enable_i)
------1------ ------2-----
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 185
EXPRESSION (((!cfg_enable_i)) || ((!trigger_active)))
--------1-------- ---------2---------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
EXPRESSION (((!cfg_enable_i)) || (((!trigger_active)) && ((!Sticky))))
--------1-------- ------------------2-----------------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
SUB-EXPRESSION (((!trigger_active)) && ((!Sticky)))
---------1--------- -----2-----
-1- | -2- | Status | Tests |
0 | - | Not Covered | |
1 | - | Not Covered | |
FSM Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_l2h
Summary for FSM :: state_q
| Total | Covered | Percent | |
States |
4 |
0 |
0.00 |
(Not included in score) |
Transitions |
6 |
0 |
0.00 |
|
Sequences |
0 |
0 |
|
|
State, Transition and Sequence Details for FSM :: state_q
states | Line No. | Covered | Tests |
DebounceSt |
148 |
Not Covered |
|
DetectSt |
168 |
Not Covered |
|
IdleSt |
163 |
Not Covered |
|
StableSt |
191 |
Not Covered |
|
transitions | Line No. | Covered | Tests |
DebounceSt->DetectSt |
168 |
Not Covered |
|
DebounceSt->IdleSt |
163 |
Not Covered |
|
DetectSt->IdleSt |
186 |
Not Covered |
|
DetectSt->StableSt |
191 |
Not Covered |
|
IdleSt->DebounceSt |
148 |
Not Covered |
|
StableSt->IdleSt |
206 |
Not Covered |
|
Branch Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_l2h
| Line No. | Total | Covered | Percent |
Branches |
|
20 |
0 |
0.00 |
TERNARY |
92 |
2 |
0 |
0.00 |
TERNARY |
99 |
2 |
0 |
0.00 |
IF |
104 |
2 |
0 |
0.00 |
CASE |
140 |
10 |
0 |
0.00 |
IF |
219 |
2 |
0 |
0.00 |
IF |
69 |
2 |
0 |
0.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 92 (cnt_clr) ?
-2-: 92 (cnt_en) ?
Branches:
-1- | -2- | Status | Tests | Exclude Annotation |
1 |
- |
Not Covered |
|
|
0 |
1 |
Not Covered |
|
|
0 |
0 |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 99 (thresh_sel) ?
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 104 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 140 case (state_q)
-2-: 147 if ((trigger_event && cfg_enable_i))
-3-: 162 if ((!cfg_enable_i))
-4-: 165 if (cnt_done)
-5-: 167 if (trigger_active)
-6-: 185 if (((!cfg_enable_i) || (!trigger_active)))
-7-: 190 if (cnt_done)
-8-: 205 if (((!cfg_enable_i) || ((!trigger_active) && (!Sticky))))
Branches:
-1- | -2- | -3- | -4- | -5- | -6- | -7- | -8- | Status | Tests | Exclude Annotation |
IdleSt |
1 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
IdleSt |
0 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
1 |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
1 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
0 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
0 |
- |
- |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
1 |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
1 |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
0 |
- |
Excluded |
|
VC_COV_UNR |
StableSt |
- |
- |
- |
- |
- |
- |
1 |
Not Covered |
|
|
StableSt |
- |
- |
- |
- |
- |
- |
0 |
Not Covered |
|
|
default |
- |
- |
- |
- |
- |
- |
- |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 219 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 69 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
Line Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_h2l
| Line No. | Total | Covered | Percent |
TOTAL | | 46 | 0 | 0.00 |
CONT_ASSIGN | 58 | 1 | 0 | 0.00 |
ALWAYS | 69 | 3 | 0 | 0.00 |
CONT_ASSIGN | 76 | 1 | 0 | 0.00 |
CONT_ASSIGN | 92 | 1 | 0 | 0.00 |
CONT_ASSIGN | 99 | 1 | 0 | 0.00 |
CONT_ASSIGN | 101 | 1 | 0 | 0.00 |
ALWAYS | 104 | 3 | 0 | 0.00 |
ALWAYS | 125 | 32 | 0 | 0.00 |
ALWAYS | 219 | 3 | 0 | 0.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' was not found, so annotated line coverage report could not be generated.
Line No. | Covered | Statements | |
58 |
0 |
1 |
69 |
0 |
1 |
70 |
0 |
1 |
72 |
0 |
1 |
76 |
0 |
1 |
92 |
0 |
1 |
99 |
0 |
1 |
101 |
0 |
1 |
104 |
0 |
1 |
105 |
0 |
1 |
107 |
0 |
1 |
125 |
0 |
1 |
128 |
0 |
1 |
129 |
0 |
1 |
132 |
0 |
1 |
133 |
0 |
1 |
138 |
0 |
1 |
140 |
0 |
1 |
147 |
0 |
1 |
148 |
0 |
1 |
149 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
160 |
0 |
1 |
162 |
0 |
1 |
163 |
0 |
1 |
164 |
0 |
1 |
165 |
0 |
1 |
166 |
0 |
1 |
167 |
0 |
1 |
168 |
0 |
1 |
170 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
181 |
0 |
1 |
182 |
0 |
1 |
185 |
0 |
1 |
186 |
0 |
1 |
187 |
0 |
1 |
190 |
0 |
1 |
191 |
0 |
1 |
192 |
0 |
1 |
193 |
0 |
1 |
194 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
205 |
0 |
1 |
206 |
0 |
1 |
209 |
0 |
1 |
|
|
|
Exclude Annotation: VC_COV_UNR |
219 |
0 |
1 |
220 |
0 |
1 |
222 |
0 |
1 |
Cond Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_h2l
| Total | Covered | Percent |
Conditions | 21 | 0 | 0.00 |
Logical | 21 | 0 | 0.00 |
Non-Logical | 0 | 0 | |
Event | 0 | 0 | |
LINE 58
EXPRESSION (trigger_i == 1'b0)
---------1---------
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 76
EXPRESSION (trigger_active & ((~gen_trigger_event_edge.trigger_active_q)))
-------1------ ----------------------2---------------------
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 92
EXPRESSION (cnt_clr ? '0 : (cnt_en ? ((cnt_q + 1'b1)) : cnt_q))
---1---
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 92
SUB-EXPRESSION (cnt_en ? ((cnt_q + 1'b1)) : cnt_q)
---1--
-1- | Status | Tests | Exclude Annotation |
0 | Excluded | |
VC_COV_UNR |
1 | Not Covered | |
LINE 99
EXPRESSION (thresh_sel ? (16'(cfg_detect_timer_i)) : (16'(cfg_debounce_timer_i)))
-----1----
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 147
EXPRESSION (trigger_event && cfg_enable_i)
------1------ ------2-----
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 185
EXPRESSION (((!cfg_enable_i)) || ((!trigger_active)))
--------1-------- ---------2---------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
EXPRESSION (((!cfg_enable_i)) || (((!trigger_active)) && ((!Sticky))))
--------1-------- ------------------2-----------------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
SUB-EXPRESSION (((!trigger_active)) && ((!Sticky)))
---------1--------- -----2-----
-1- | -2- | Status | Tests |
0 | - | Not Covered | |
1 | - | Not Covered | |
FSM Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_h2l
Summary for FSM :: state_q
| Total | Covered | Percent | |
States |
4 |
0 |
0.00 |
(Not included in score) |
Transitions |
6 |
0 |
0.00 |
|
Sequences |
0 |
0 |
|
|
State, Transition and Sequence Details for FSM :: state_q
states | Line No. | Covered | Tests |
DebounceSt |
148 |
Not Covered |
|
DetectSt |
168 |
Not Covered |
|
IdleSt |
163 |
Not Covered |
|
StableSt |
191 |
Not Covered |
|
transitions | Line No. | Covered | Tests |
DebounceSt->DetectSt |
168 |
Not Covered |
|
DebounceSt->IdleSt |
163 |
Not Covered |
|
DetectSt->IdleSt |
186 |
Not Covered |
|
DetectSt->StableSt |
191 |
Not Covered |
|
IdleSt->DebounceSt |
148 |
Not Covered |
|
StableSt->IdleSt |
206 |
Not Covered |
|
Branch Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[2].u_sysrst_ctrl_detect_h2l
| Line No. | Total | Covered | Percent |
Branches |
|
20 |
0 |
0.00 |
TERNARY |
92 |
2 |
0 |
0.00 |
TERNARY |
99 |
2 |
0 |
0.00 |
IF |
104 |
2 |
0 |
0.00 |
CASE |
140 |
10 |
0 |
0.00 |
IF |
219 |
2 |
0 |
0.00 |
IF |
69 |
2 |
0 |
0.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 92 (cnt_clr) ?
-2-: 92 (cnt_en) ?
Branches:
-1- | -2- | Status | Tests | Exclude Annotation |
1 |
- |
Not Covered |
|
|
0 |
1 |
Not Covered |
|
|
0 |
0 |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 99 (thresh_sel) ?
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 104 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 140 case (state_q)
-2-: 147 if ((trigger_event && cfg_enable_i))
-3-: 162 if ((!cfg_enable_i))
-4-: 165 if (cnt_done)
-5-: 167 if (trigger_active)
-6-: 185 if (((!cfg_enable_i) || (!trigger_active)))
-7-: 190 if (cnt_done)
-8-: 205 if (((!cfg_enable_i) || ((!trigger_active) && (!Sticky))))
Branches:
-1- | -2- | -3- | -4- | -5- | -6- | -7- | -8- | Status | Tests | Exclude Annotation |
IdleSt |
1 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
IdleSt |
0 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
1 |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
1 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
0 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
0 |
- |
- |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
1 |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
1 |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
0 |
- |
Excluded |
|
VC_COV_UNR |
StableSt |
- |
- |
- |
- |
- |
- |
1 |
Not Covered |
|
|
StableSt |
- |
- |
- |
- |
- |
- |
0 |
Not Covered |
|
|
default |
- |
- |
- |
- |
- |
- |
- |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 219 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 69 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
Line Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_l2h
| Line No. | Total | Covered | Percent |
TOTAL | | 46 | 0 | 0.00 |
CONT_ASSIGN | 60 | 1 | 0 | 0.00 |
ALWAYS | 69 | 3 | 0 | 0.00 |
CONT_ASSIGN | 76 | 1 | 0 | 0.00 |
CONT_ASSIGN | 92 | 1 | 0 | 0.00 |
CONT_ASSIGN | 99 | 1 | 0 | 0.00 |
CONT_ASSIGN | 101 | 1 | 0 | 0.00 |
ALWAYS | 104 | 3 | 0 | 0.00 |
ALWAYS | 125 | 32 | 0 | 0.00 |
ALWAYS | 219 | 3 | 0 | 0.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' was not found, so annotated line coverage report could not be generated.
Line No. | Covered | Statements | |
60 |
0 |
1 |
69 |
0 |
1 |
70 |
0 |
1 |
72 |
0 |
1 |
76 |
0 |
1 |
92 |
0 |
1 |
99 |
0 |
1 |
101 |
0 |
1 |
104 |
0 |
1 |
105 |
0 |
1 |
107 |
0 |
1 |
125 |
0 |
1 |
128 |
0 |
1 |
129 |
0 |
1 |
132 |
0 |
1 |
133 |
0 |
1 |
138 |
0 |
1 |
140 |
0 |
1 |
147 |
0 |
1 |
148 |
0 |
1 |
149 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
160 |
0 |
1 |
162 |
0 |
1 |
163 |
0 |
1 |
164 |
0 |
1 |
165 |
0 |
1 |
166 |
0 |
1 |
167 |
0 |
1 |
168 |
0 |
1 |
170 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
181 |
0 |
1 |
182 |
0 |
1 |
185 |
0 |
1 |
186 |
0 |
1 |
187 |
0 |
1 |
190 |
0 |
1 |
191 |
0 |
1 |
192 |
0 |
1 |
193 |
0 |
1 |
194 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
205 |
0 |
1 |
206 |
0 |
1 |
209 |
0 |
1 |
|
|
|
Exclude Annotation: VC_COV_UNR |
219 |
0 |
1 |
220 |
0 |
1 |
222 |
0 |
1 |
Cond Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_l2h
| Total | Covered | Percent |
Conditions | 21 | 0 | 0.00 |
Logical | 21 | 0 | 0.00 |
Non-Logical | 0 | 0 | |
Event | 0 | 0 | |
LINE 60
EXPRESSION (trigger_i == 1'b1)
---------1---------
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 76
EXPRESSION (trigger_active & ((~gen_trigger_event_edge.trigger_active_q)))
-------1------ ----------------------2---------------------
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 92
EXPRESSION (cnt_clr ? '0 : (cnt_en ? ((cnt_q + 1'b1)) : cnt_q))
---1---
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 92
SUB-EXPRESSION (cnt_en ? ((cnt_q + 1'b1)) : cnt_q)
---1--
-1- | Status | Tests | Exclude Annotation |
0 | Excluded | |
VC_COV_UNR |
1 | Not Covered | |
LINE 99
EXPRESSION (thresh_sel ? (16'(cfg_detect_timer_i)) : (16'(cfg_debounce_timer_i)))
-----1----
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 147
EXPRESSION (trigger_event && cfg_enable_i)
------1------ ------2-----
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 185
EXPRESSION (((!cfg_enable_i)) || ((!trigger_active)))
--------1-------- ---------2---------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
EXPRESSION (((!cfg_enable_i)) || (((!trigger_active)) && ((!Sticky))))
--------1-------- ------------------2-----------------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
SUB-EXPRESSION (((!trigger_active)) && ((!Sticky)))
---------1--------- -----2-----
-1- | -2- | Status | Tests |
0 | - | Not Covered | |
1 | - | Not Covered | |
FSM Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_l2h
Summary for FSM :: state_q
| Total | Covered | Percent | |
States |
4 |
0 |
0.00 |
(Not included in score) |
Transitions |
6 |
0 |
0.00 |
|
Sequences |
0 |
0 |
|
|
State, Transition and Sequence Details for FSM :: state_q
states | Line No. | Covered | Tests |
DebounceSt |
148 |
Not Covered |
|
DetectSt |
168 |
Not Covered |
|
IdleSt |
163 |
Not Covered |
|
StableSt |
191 |
Not Covered |
|
transitions | Line No. | Covered | Tests |
DebounceSt->DetectSt |
168 |
Not Covered |
|
DebounceSt->IdleSt |
163 |
Not Covered |
|
DetectSt->IdleSt |
186 |
Not Covered |
|
DetectSt->StableSt |
191 |
Not Covered |
|
IdleSt->DebounceSt |
148 |
Not Covered |
|
StableSt->IdleSt |
206 |
Not Covered |
|
Branch Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_l2h
| Line No. | Total | Covered | Percent |
Branches |
|
20 |
0 |
0.00 |
TERNARY |
92 |
2 |
0 |
0.00 |
TERNARY |
99 |
2 |
0 |
0.00 |
IF |
104 |
2 |
0 |
0.00 |
CASE |
140 |
10 |
0 |
0.00 |
IF |
219 |
2 |
0 |
0.00 |
IF |
69 |
2 |
0 |
0.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 92 (cnt_clr) ?
-2-: 92 (cnt_en) ?
Branches:
-1- | -2- | Status | Tests | Exclude Annotation |
1 |
- |
Not Covered |
|
|
0 |
1 |
Not Covered |
|
|
0 |
0 |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 99 (thresh_sel) ?
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 104 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 140 case (state_q)
-2-: 147 if ((trigger_event && cfg_enable_i))
-3-: 162 if ((!cfg_enable_i))
-4-: 165 if (cnt_done)
-5-: 167 if (trigger_active)
-6-: 185 if (((!cfg_enable_i) || (!trigger_active)))
-7-: 190 if (cnt_done)
-8-: 205 if (((!cfg_enable_i) || ((!trigger_active) && (!Sticky))))
Branches:
-1- | -2- | -3- | -4- | -5- | -6- | -7- | -8- | Status | Tests | Exclude Annotation |
IdleSt |
1 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
IdleSt |
0 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
1 |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
1 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
0 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
0 |
- |
- |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
1 |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
1 |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
0 |
- |
Excluded |
|
VC_COV_UNR |
StableSt |
- |
- |
- |
- |
- |
- |
1 |
Not Covered |
|
|
StableSt |
- |
- |
- |
- |
- |
- |
0 |
Not Covered |
|
|
default |
- |
- |
- |
- |
- |
- |
- |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 219 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 69 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
Line Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_h2l
| Line No. | Total | Covered | Percent |
TOTAL | | 46 | 0 | 0.00 |
CONT_ASSIGN | 58 | 1 | 0 | 0.00 |
ALWAYS | 69 | 3 | 0 | 0.00 |
CONT_ASSIGN | 76 | 1 | 0 | 0.00 |
CONT_ASSIGN | 92 | 1 | 0 | 0.00 |
CONT_ASSIGN | 99 | 1 | 0 | 0.00 |
CONT_ASSIGN | 101 | 1 | 0 | 0.00 |
ALWAYS | 104 | 3 | 0 | 0.00 |
ALWAYS | 125 | 32 | 0 | 0.00 |
ALWAYS | 219 | 3 | 0 | 0.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' was not found, so annotated line coverage report could not be generated.
Line No. | Covered | Statements | |
58 |
0 |
1 |
69 |
0 |
1 |
70 |
0 |
1 |
72 |
0 |
1 |
76 |
0 |
1 |
92 |
0 |
1 |
99 |
0 |
1 |
101 |
0 |
1 |
104 |
0 |
1 |
105 |
0 |
1 |
107 |
0 |
1 |
125 |
0 |
1 |
128 |
0 |
1 |
129 |
0 |
1 |
132 |
0 |
1 |
133 |
0 |
1 |
138 |
0 |
1 |
140 |
0 |
1 |
147 |
0 |
1 |
148 |
0 |
1 |
149 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
160 |
0 |
1 |
162 |
0 |
1 |
163 |
0 |
1 |
164 |
0 |
1 |
165 |
0 |
1 |
166 |
0 |
1 |
167 |
0 |
1 |
168 |
0 |
1 |
170 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
181 |
0 |
1 |
182 |
0 |
1 |
185 |
0 |
1 |
186 |
0 |
1 |
187 |
0 |
1 |
190 |
0 |
1 |
191 |
0 |
1 |
192 |
0 |
1 |
193 |
0 |
1 |
194 |
0 |
1 |
|
|
|
==> MISSING_ELSE |
205 |
0 |
1 |
206 |
0 |
1 |
209 |
0 |
1 |
|
|
|
Exclude Annotation: VC_COV_UNR |
219 |
0 |
1 |
220 |
0 |
1 |
222 |
0 |
1 |
Cond Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_h2l
| Total | Covered | Percent |
Conditions | 21 | 0 | 0.00 |
Logical | 21 | 0 | 0.00 |
Non-Logical | 0 | 0 | |
Event | 0 | 0 | |
LINE 58
EXPRESSION (trigger_i == 1'b0)
---------1---------
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 76
EXPRESSION (trigger_active & ((~gen_trigger_event_edge.trigger_active_q)))
-------1------ ----------------------2---------------------
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 92
EXPRESSION (cnt_clr ? '0 : (cnt_en ? ((cnt_q + 1'b1)) : cnt_q))
---1---
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 92
SUB-EXPRESSION (cnt_en ? ((cnt_q + 1'b1)) : cnt_q)
---1--
-1- | Status | Tests | Exclude Annotation |
0 | Excluded | |
VC_COV_UNR |
1 | Not Covered | |
LINE 99
EXPRESSION (thresh_sel ? (16'(cfg_detect_timer_i)) : (16'(cfg_debounce_timer_i)))
-----1----
-1- | Status | Tests |
0 | Not Covered | |
1 | Not Covered | |
LINE 147
EXPRESSION (trigger_event && cfg_enable_i)
------1------ ------2-----
-1- | -2- | Status | Tests |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
1 | 1 | Not Covered | |
LINE 185
EXPRESSION (((!cfg_enable_i)) || ((!trigger_active)))
--------1-------- ---------2---------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
EXPRESSION (((!cfg_enable_i)) || (((!trigger_active)) && ((!Sticky))))
--------1-------- ------------------2-----------------
-1- | -2- | Status | Tests |
0 | 0 | Not Covered | |
0 | 1 | Not Covered | |
1 | 0 | Not Covered | |
LINE 205
SUB-EXPRESSION (((!trigger_active)) && ((!Sticky)))
---------1--------- -----2-----
-1- | -2- | Status | Tests |
0 | - | Not Covered | |
1 | - | Not Covered | |
FSM Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_h2l
Summary for FSM :: state_q
| Total | Covered | Percent | |
States |
4 |
0 |
0.00 |
(Not included in score) |
Transitions |
6 |
0 |
0.00 |
|
Sequences |
0 |
0 |
|
|
State, Transition and Sequence Details for FSM :: state_q
states | Line No. | Covered | Tests |
DebounceSt |
148 |
Not Covered |
|
DetectSt |
168 |
Not Covered |
|
IdleSt |
163 |
Not Covered |
|
StableSt |
191 |
Not Covered |
|
transitions | Line No. | Covered | Tests |
DebounceSt->DetectSt |
168 |
Not Covered |
|
DebounceSt->IdleSt |
163 |
Not Covered |
|
DetectSt->IdleSt |
186 |
Not Covered |
|
DetectSt->StableSt |
191 |
Not Covered |
|
IdleSt->DebounceSt |
148 |
Not Covered |
|
StableSt->IdleSt |
206 |
Not Covered |
|
Branch Coverage for Instance : tb.dut.u_sysrst_ctrl_keyintr.gen_keyfsm[3].u_sysrst_ctrl_detect_h2l
| Line No. | Total | Covered | Percent |
Branches |
|
20 |
0 |
0.00 |
TERNARY |
92 |
2 |
0 |
0.00 |
TERNARY |
99 |
2 |
0 |
0.00 |
IF |
104 |
2 |
0 |
0.00 |
CASE |
140 |
10 |
0 |
0.00 |
IF |
219 |
2 |
0 |
0.00 |
IF |
69 |
2 |
0 |
0.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv' or '../src/lowrisc_ip_sysrst_ctrl_1.0/rtl/sysrst_ctrl_detect.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 92 (cnt_clr) ?
-2-: 92 (cnt_en) ?
Branches:
-1- | -2- | Status | Tests | Exclude Annotation |
1 |
- |
Not Covered |
|
|
0 |
1 |
Not Covered |
|
|
0 |
0 |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 99 (thresh_sel) ?
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 104 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 140 case (state_q)
-2-: 147 if ((trigger_event && cfg_enable_i))
-3-: 162 if ((!cfg_enable_i))
-4-: 165 if (cnt_done)
-5-: 167 if (trigger_active)
-6-: 185 if (((!cfg_enable_i) || (!trigger_active)))
-7-: 190 if (cnt_done)
-8-: 205 if (((!cfg_enable_i) || ((!trigger_active) && (!Sticky))))
Branches:
-1- | -2- | -3- | -4- | -5- | -6- | -7- | -8- | Status | Tests | Exclude Annotation |
IdleSt |
1 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
IdleSt |
0 |
- |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
1 |
- |
- |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
1 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
1 |
0 |
- |
- |
- |
Not Covered |
|
|
DebounceSt |
- |
0 |
0 |
- |
- |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
1 |
- |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
1 |
- |
Not Covered |
|
|
DetectSt |
- |
- |
- |
- |
0 |
0 |
- |
Excluded |
|
VC_COV_UNR |
StableSt |
- |
- |
- |
- |
- |
- |
1 |
Not Covered |
|
|
StableSt |
- |
- |
- |
- |
- |
- |
0 |
Not Covered |
|
|
default |
- |
- |
- |
- |
- |
- |
- |
Excluded |
|
VC_COV_UNR |
LineNo. Expression
-1-: 219 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|
LineNo. Expression
-1-: 69 if ((!rst_ni))
Branches:
-1- | Status | Tests |
1 |
Not Covered |
|
0 |
Not Covered |
|