Line Coverage for Module :
prim_generic_clock_div ( parameter Divisor=2,ResetValue=0 )
Line Coverage for Module self-instances :
| Line No. | Total | Covered | Percent |
| TOTAL | | 5 | 5 | 100.00 |
| CONT_ASSIGN | 27 | 1 | 1 | 100.00 |
| ALWAYS | 54 | 3 | 3 | 100.00 |
| CONT_ASSIGN | 71 | 1 | 1 | 100.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements | |
| 27 |
1 |
1 |
| 54 |
1 |
1 |
| 55 |
1 |
1 |
| 57 |
1 |
1 |
| 71 |
1 |
1 |
Line Coverage for Module :
prim_generic_clock_div ( parameter Divisor=4,ResetValue=0,gen_div.ToggleCnt=2,gen_div.CntWidth=1 )
Line Coverage for Module self-instances :
| Line No. | Total | Covered | Percent |
| TOTAL | | 12 | 12 | 100.00 |
| CONT_ASSIGN | 27 | 1 | 1 | 100.00 |
| CONT_ASSIGN | 80 | 1 | 1 | 100.00 |
| ALWAYS | 84 | 7 | 7 | 100.00 |
| ALWAYS | 96 | 3 | 3 | 100.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements | |
| 27 |
1 |
1 |
| 80 |
1 |
1 |
| 84 |
1 |
1 |
| 85 |
1 |
1 |
| 86 |
1 |
1 |
| 87 |
1 |
1 |
| 88 |
1 |
1 |
| 89 |
1 |
1 |
| 91 |
1 |
1 |
| 96 |
1 |
1 |
| 97 |
1 |
1 |
| 99 |
1 |
1 |
Cond Coverage for Module :
prim_generic_clock_div ( parameter Divisor=2,ResetValue=0 )
Cond Coverage for Module self-instances :
| Total | Covered | Percent |
| Conditions | 2 | 2 | 100.00 |
| Logical | 2 | 2 | 100.00 |
| Non-Logical | 0 | 0 | |
| Event | 0 | 0 | |
LINE 27
EXPRESSION (test_en_i ? '0 : step_down_req_i)
----1----
| -1- | Status | Tests |
| 0 | Covered | T21,T22,T23 |
| 1 | Covered | T21,T22,T23 |
Cond Coverage for Module :
prim_generic_clock_div ( parameter Divisor=4,ResetValue=0,gen_div.ToggleCnt=2,gen_div.CntWidth=1 )
Cond Coverage for Module self-instances :
| Total | Covered | Percent |
| Conditions | 4 | 4 | 100.00 |
| Logical | 4 | 4 | 100.00 |
| Non-Logical | 0 | 0 | |
| Event | 0 | 0 | |
LINE 27
EXPRESSION (test_en_i ? '0 : step_down_req_i)
----1----
| -1- | Status | Tests |
| 0 | Covered | T21,T22,T23 |
| 1 | Covered | T21,T22,T23 |
LINE 80
EXPRESSION (((!step_down_req)) ? (1'((gen_div.ToggleCnt - 1))) : ((((gen_div.ToggleCnt / 2) == 2) ? '0 : 1'(((gen_div.ToggleCnt / 2) - 1)))))
---------1--------
| -1- | Status | Tests |
| 0 | Covered | T21,T22,T23 |
| 1 | Covered | T21,T22,T23 |
Branch Coverage for Module :
prim_generic_clock_div ( parameter Divisor=2,ResetValue=0 )
Branch Coverage for Module self-instances :
| Line No. | Total | Covered | Percent |
| Branches |
|
4 |
4 |
100.00 |
| TERNARY |
27 |
2 |
2 |
100.00 |
| IF |
54 |
2 |
2 |
100.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 27 (test_en_i) ?
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 54 if ((!rst_ni))
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
Branch Coverage for Module :
prim_generic_clock_div ( parameter Divisor=4,ResetValue=0,gen_div.ToggleCnt=2,gen_div.CntWidth=1 )
Branch Coverage for Module self-instances :
| Line No. | Total | Covered | Percent |
| Branches |
|
9 |
9 |
100.00 |
| TERNARY |
27 |
2 |
2 |
100.00 |
| TERNARY |
80 |
2 |
2 |
100.00 |
| IF |
84 |
3 |
3 |
100.00 |
| IF |
96 |
2 |
2 |
100.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 27 (test_en_i) ?
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 80 ((!step_down_req)) ?
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 84 if ((!rst_ni))
-2-: 87 if ((gen_div.cnt >= gen_div.limit))
Branches:
| -1- | -2- | Status | Tests |
| 1 |
- |
Covered |
T21,T22,T23 |
| 0 |
1 |
Covered |
T21,T22,T23 |
| 0 |
0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 96 if ((!rst_ni))
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
Assert Coverage for Module :
prim_generic_clock_div
Assertion Details
| Name | Attempts | Real Successes | Failures | Incomplete |
|
DivEven_A |
1566 |
1566 |
0 |
0 |
DivEven_A
| Name | Attempts | Real Successes | Failures | Incomplete |
| Total |
1566 |
1566 |
0 |
0 |
| T1 |
2 |
2 |
0 |
0 |
| T2 |
2 |
2 |
0 |
0 |
| T4 |
2 |
2 |
0 |
0 |
| T16 |
2 |
2 |
0 |
0 |
| T17 |
2 |
2 |
0 |
0 |
| T18 |
2 |
2 |
0 |
0 |
| T21 |
2 |
2 |
0 |
0 |
| T22 |
2 |
2 |
0 |
0 |
| T23 |
2 |
2 |
0 |
0 |
| T24 |
2 |
2 |
0 |
0 |
Line Coverage for Instance : tb.dut.u_no_scan_io_div2_div.gen_generic.u_impl_generic
| Line No. | Total | Covered | Percent |
| TOTAL | | 5 | 5 | 100.00 |
| CONT_ASSIGN | 27 | 1 | 1 | 100.00 |
| ALWAYS | 54 | 3 | 3 | 100.00 |
| CONT_ASSIGN | 71 | 1 | 1 | 100.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements | |
| 27 |
1 |
1 |
| 54 |
1 |
1 |
| 55 |
1 |
1 |
| 57 |
1 |
1 |
| 71 |
1 |
1 |
Cond Coverage for Instance : tb.dut.u_no_scan_io_div2_div.gen_generic.u_impl_generic
| Total | Covered | Percent |
| Conditions | 2 | 2 | 100.00 |
| Logical | 2 | 2 | 100.00 |
| Non-Logical | 0 | 0 | |
| Event | 0 | 0 | |
LINE 27
EXPRESSION (test_en_i ? '0 : step_down_req_i)
----1----
| -1- | Status | Tests |
| 0 | Covered | T21,T22,T23 |
| 1 | Covered | T21,T22,T23 |
Branch Coverage for Instance : tb.dut.u_no_scan_io_div2_div.gen_generic.u_impl_generic
| Line No. | Total | Covered | Percent |
| Branches |
|
4 |
4 |
100.00 |
| TERNARY |
27 |
2 |
2 |
100.00 |
| IF |
54 |
2 |
2 |
100.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 27 (test_en_i) ?
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 54 if ((!rst_ni))
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
Assert Coverage for Instance : tb.dut.u_no_scan_io_div2_div.gen_generic.u_impl_generic
Assertion Details
| Name | Attempts | Real Successes | Failures | Incomplete |
|
DivEven_A |
783 |
783 |
0 |
0 |
DivEven_A
| Name | Attempts | Real Successes | Failures | Incomplete |
| Total |
783 |
783 |
0 |
0 |
| T1 |
1 |
1 |
0 |
0 |
| T2 |
1 |
1 |
0 |
0 |
| T4 |
1 |
1 |
0 |
0 |
| T16 |
1 |
1 |
0 |
0 |
| T17 |
1 |
1 |
0 |
0 |
| T18 |
1 |
1 |
0 |
0 |
| T21 |
1 |
1 |
0 |
0 |
| T22 |
1 |
1 |
0 |
0 |
| T23 |
1 |
1 |
0 |
0 |
| T24 |
1 |
1 |
0 |
0 |
Line Coverage for Instance : tb.dut.u_no_scan_io_div4_div.gen_generic.u_impl_generic
| Line No. | Total | Covered | Percent |
| TOTAL | | 12 | 12 | 100.00 |
| CONT_ASSIGN | 27 | 1 | 1 | 100.00 |
| CONT_ASSIGN | 80 | 1 | 1 | 100.00 |
| ALWAYS | 84 | 7 | 7 | 100.00 |
| ALWAYS | 96 | 3 | 3 | 100.00 |
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements | |
| 27 |
1 |
1 |
| 80 |
1 |
1 |
| 84 |
1 |
1 |
| 85 |
1 |
1 |
| 86 |
1 |
1 |
| 87 |
1 |
1 |
| 88 |
1 |
1 |
| 89 |
1 |
1 |
| 91 |
1 |
1 |
| 96 |
1 |
1 |
| 97 |
1 |
1 |
| 99 |
1 |
1 |
Cond Coverage for Instance : tb.dut.u_no_scan_io_div4_div.gen_generic.u_impl_generic
| Total | Covered | Percent |
| Conditions | 4 | 4 | 100.00 |
| Logical | 4 | 4 | 100.00 |
| Non-Logical | 0 | 0 | |
| Event | 0 | 0 | |
LINE 27
EXPRESSION (test_en_i ? '0 : step_down_req_i)
----1----
| -1- | Status | Tests |
| 0 | Covered | T21,T22,T23 |
| 1 | Covered | T21,T22,T23 |
LINE 80
EXPRESSION (((!step_down_req)) ? (1'((gen_div.ToggleCnt - 1))) : ((((gen_div.ToggleCnt / 2) == 2) ? '0 : 1'(((gen_div.ToggleCnt / 2) - 1)))))
---------1--------
| -1- | Status | Tests |
| 0 | Covered | T21,T22,T23 |
| 1 | Covered | T21,T22,T23 |
Branch Coverage for Instance : tb.dut.u_no_scan_io_div4_div.gen_generic.u_impl_generic
| Line No. | Total | Covered | Percent |
| Branches |
|
9 |
9 |
100.00 |
| TERNARY |
27 |
2 |
2 |
100.00 |
| TERNARY |
80 |
2 |
2 |
100.00 |
| IF |
84 |
3 |
3 |
100.00 |
| IF |
96 |
2 |
2 |
100.00 |
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv' or '../src/lowrisc_prim_generic_clock_div_0/rtl/prim_generic_clock_div.sv was not found/opened, so annotated branch coverage report could not be generated.
LineNo. Expression
-1-: 27 (test_en_i) ?
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 80 ((!step_down_req)) ?
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 84 if ((!rst_ni))
-2-: 87 if ((gen_div.cnt >= gen_div.limit))
Branches:
| -1- | -2- | Status | Tests |
| 1 |
- |
Covered |
T21,T22,T23 |
| 0 |
1 |
Covered |
T21,T22,T23 |
| 0 |
0 |
Covered |
T21,T22,T23 |
LineNo. Expression
-1-: 96 if ((!rst_ni))
Branches:
| -1- | Status | Tests |
| 1 |
Covered |
T21,T22,T23 |
| 0 |
Covered |
T21,T22,T23 |
Assert Coverage for Instance : tb.dut.u_no_scan_io_div4_div.gen_generic.u_impl_generic
Assertion Details
| Name | Attempts | Real Successes | Failures | Incomplete |
|
DivEven_A |
783 |
783 |
0 |
0 |
DivEven_A
| Name | Attempts | Real Successes | Failures | Incomplete |
| Total |
783 |
783 |
0 |
0 |
| T1 |
1 |
1 |
0 |
0 |
| T2 |
1 |
1 |
0 |
0 |
| T4 |
1 |
1 |
0 |
0 |
| T16 |
1 |
1 |
0 |
0 |
| T17 |
1 |
1 |
0 |
0 |
| T18 |
1 |
1 |
0 |
0 |
| T21 |
1 |
1 |
0 |
0 |
| T22 |
1 |
1 |
0 |
0 |
| T23 |
1 |
1 |
0 |
0 |
| T24 |
1 |
1 |
0 |
0 |