Line Coverage for Instance : tb.dut.u_tlul2sram_egress.u_rspfifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 15 | 13 | 86.67 | 
| ALWAYS | 69 | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 81 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 82 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 100 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 101 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 108 | 1 | 0 | 0.00 | 
| ALWAYS | 111 | 2 | 1 | 50.00 | 
| CONT_ASSIGN | 116 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 130 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 131 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 138 | 1 | 1 | 100.00 | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 69 | 
1 | 
1 | 
| 70 | 
1 | 
1 | 
| 71 | 
1 | 
1 | 
| 72 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 81 | 
1 | 
1 | 
| 82 | 
1 | 
1 | 
| 100 | 
1 | 
1 | 
| 101 | 
1 | 
1 | 
| 108 | 
0 | 
1 | 
| 111 | 
1 | 
1 | 
| 112 | 
0 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 116 | 
1 | 
1 | 
| 130 | 
1 | 
1 | 
| 131 | 
1 | 
1 | 
| 138 | 
1 | 
1 | 
Cond Coverage for Instance : tb.dut.u_tlul2sram_egress.u_rspfifo
 | Total | Covered | Percent | 
| Conditions | 24 | 8 | 33.33 | 
| Logical | 24 | 8 | 33.33 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       81
 EXPRESSION (((~full_o)) & ((~gen_normal_fifo.under_rst)))
             -----1-----   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Not Covered |  | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       82
 EXPRESSION (((~gen_normal_fifo.empty)) & ((~gen_normal_fifo.under_rst)))
             -------------1------------   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | Not Covered |  | 
| 1 | 1 | Not Covered |  | 
 LINE       100
 EXPRESSION (wvalid_i & wready_o & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Not Covered |  | 
 LINE       101
 EXPRESSION (rvalid_o & rready_i & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Not Covered |  | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Not Covered |  | 
 LINE       130
 EXPRESSION ((gen_normal_fifo.fifo_empty && wvalid_i) ? wdata_i : gen_normal_fifo.storage_rdata)
             --------------------1-------------------
| -1- | Status | Tests |                       
| 0 | Covered | T1,T2,T3 | 
| 1 | Not Covered |  | 
 LINE       130
 SUB-EXPRESSION (gen_normal_fifo.fifo_empty && wvalid_i)
                 -------------1------------    ----2---
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Not Covered |  | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Not Covered |  | 
 LINE       131
 EXPRESSION (gen_normal_fifo.fifo_empty & ((~wvalid_i)))
             -------------1------------   ------2------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Not Covered |  | 
| 1 | 0 | Not Covered |  | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       138
 EXPRESSION (gen_normal_fifo.empty ? (40'(0)) : gen_normal_fifo.rdata_int)
             ----------1----------
| -1- | Status | Tests |                       
| 0 | Not Covered |  | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_tlul2sram_egress.u_rspfifo
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
9 | 
6 | 
66.67  | 
| TERNARY | 
130 | 
2 | 
1 | 
50.00  | 
| TERNARY | 
138 | 
2 | 
1 | 
50.00  | 
| IF | 
69 | 
3 | 
3 | 
100.00 | 
| IF | 
111 | 
2 | 
1 | 
50.00  | 
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv was not found/opened, so annotated branch coverage report could not be generated.
	LineNo.	Expression
-1-:	130	((gen_normal_fifo.fifo_empty && wvalid_i)) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Not Covered | 
 | 
| 0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	138	(gen_normal_fifo.empty) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Not Covered | 
 | 
	LineNo.	Expression
-1-:	69	if ((!rst_ni))
-2-:	71	if (gen_normal_fifo.under_rst)
Branches:
| -1- | -2- | Status | Tests | 
| 1 | 
- | 
Covered | 
T1,T2,T3 | 
| 0 | 
1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	111	if (gen_normal_fifo.fifo_incr_wptr)
Branches:
| -1- | Status | Tests | 
| 1 | 
Not Covered | 
 | 
| 0 | 
Covered | 
T1,T2,T3 | 
Assert Coverage for Instance : tb.dut.u_tlul2sram_egress.u_rspfifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
0 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_normal_fifo.depthShallNotExceedParamDepth
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
0 | 
0 | 
0 | 
 
Line Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_reqfifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 15 | 15 | 100.00 | 
| ALWAYS | 69 | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 81 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 82 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 100 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 101 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 108 | 1 | 1 | 100.00 | 
| ALWAYS | 111 | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 116 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 133 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 134 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 138 | 1 | 1 | 100.00 | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 69 | 
1 | 
1 | 
| 70 | 
1 | 
1 | 
| 71 | 
1 | 
1 | 
| 72 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 81 | 
1 | 
1 | 
| 82 | 
1 | 
1 | 
| 100 | 
1 | 
1 | 
| 101 | 
1 | 
1 | 
| 108 | 
1 | 
1 | 
| 111 | 
1 | 
1 | 
| 112 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 116 | 
1 | 
1 | 
| 133 | 
1 | 
1 | 
| 134 | 
1 | 
1 | 
| 138 | 
1 | 
1 | 
Cond Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_reqfifo
 | Total | Covered | Percent | 
| Conditions | 16 | 11 | 68.75 | 
| Logical | 16 | 11 | 68.75 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       81
 EXPRESSION (((~full_o)) & ((~gen_normal_fifo.under_rst)))
             -----1-----   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T2,T6,T7 | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       82
 EXPRESSION (((~gen_normal_fifo.empty)) & ((~gen_normal_fifo.under_rst)))
             -------------1------------   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | Not Covered |  | 
| 1 | 1 | Covered | T2,T6,T7 | 
 LINE       100
 EXPRESSION (wvalid_i & wready_o & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       101
 EXPRESSION (rvalid_o & rready_i & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Not Covered |  | 
| 1 | 0 | 1 | Covered | T2,T6,T7 | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       138
 EXPRESSION (gen_normal_fifo.empty ? (17'(0)) : gen_normal_fifo.rdata_int)
             ----------1----------
| -1- | Status | Tests |                       
| 0 | Covered | T2,T6,T7 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_reqfifo
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
7 | 
7 | 
100.00 | 
| TERNARY | 
138 | 
2 | 
2 | 
100.00 | 
| IF | 
69 | 
3 | 
3 | 
100.00 | 
| IF | 
123 | 
2 | 
2 | 
100.00 | 
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv was not found/opened, so annotated branch coverage report could not be generated.
	LineNo.	Expression
-1-:	138	(gen_normal_fifo.empty) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T2,T6,T7 | 
	LineNo.	Expression
-1-:	69	if ((!rst_ni))
-2-:	71	if (gen_normal_fifo.under_rst)
Branches:
| -1- | -2- | Status | Tests | 
| 1 | 
- | 
Covered | 
T1,T2,T3 | 
| 0 | 
1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	123	if (gen_normal_fifo.fifo_incr_wptr)
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T2,T6,T7 | 
| 0 | 
Covered | 
T1,T2,T3 | 
Assert Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_reqfifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
447070 | 
0 | 
0 | 
| T2 | 
184693 | 
647 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
2519 | 
0 | 
0 | 
| T7 | 
357917 | 
71 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
128 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
7557 | 
0 | 
0 | 
| T22 | 
0 | 
2294 | 
0 | 
0 | 
| T31 | 
0 | 
27 | 
0 | 
0 | 
| T33 | 
0 | 
98 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
879 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_normal_fifo.depthShallNotExceedParamDepth
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
447070 | 
0 | 
0 | 
| T2 | 
184693 | 
647 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
2519 | 
0 | 
0 | 
| T7 | 
357917 | 
71 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
128 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
7557 | 
0 | 
0 | 
| T22 | 
0 | 
2294 | 
0 | 
0 | 
| T31 | 
0 | 
27 | 
0 | 
0 | 
| T33 | 
0 | 
98 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
879 | 
0 | 
0 | 
 
Line Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_sramreqfifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 15 | 15 | 100.00 | 
| ALWAYS | 69 | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 81 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 82 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 100 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 101 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 108 | 1 | 1 | 100.00 | 
| ALWAYS | 111 | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 116 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 133 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 134 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 138 | 1 | 1 | 100.00 | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 69 | 
1 | 
1 | 
| 70 | 
1 | 
1 | 
| 71 | 
1 | 
1 | 
| 72 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 81 | 
1 | 
1 | 
| 82 | 
1 | 
1 | 
| 100 | 
1 | 
1 | 
| 101 | 
1 | 
1 | 
| 108 | 
1 | 
1 | 
| 111 | 
1 | 
1 | 
| 112 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 116 | 
1 | 
1 | 
| 133 | 
1 | 
1 | 
| 134 | 
1 | 
1 | 
| 138 | 
1 | 
1 | 
Cond Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_sramreqfifo
 | Total | Covered | Percent | 
| Conditions | 16 | 10 | 62.50 | 
| Logical | 16 | 10 | 62.50 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       81
 EXPRESSION (((~full_o)) & ((~gen_normal_fifo.under_rst)))
             -----1-----   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T2,T6,T7 | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       82
 EXPRESSION (((~gen_normal_fifo.empty)) & ((~gen_normal_fifo.under_rst)))
             -------------1------------   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | Not Covered |  | 
| 1 | 1 | Covered | T2,T6,T7 | 
 LINE       100
 EXPRESSION (wvalid_i & wready_o & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       101
 EXPRESSION (rvalid_o & rready_i & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Not Covered |  | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       138
 EXPRESSION (gen_normal_fifo.empty ? (5'(0)) : gen_normal_fifo.rdata_int)
             ----------1----------
| -1- | Status | Tests |                       
| 0 | Covered | T2,T6,T7 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_sramreqfifo
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
7 | 
7 | 
100.00 | 
| TERNARY | 
138 | 
2 | 
2 | 
100.00 | 
| IF | 
69 | 
3 | 
3 | 
100.00 | 
| IF | 
123 | 
2 | 
2 | 
100.00 | 
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv was not found/opened, so annotated branch coverage report could not be generated.
	LineNo.	Expression
-1-:	138	(gen_normal_fifo.empty) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T2,T6,T7 | 
	LineNo.	Expression
-1-:	69	if ((!rst_ni))
-2-:	71	if (gen_normal_fifo.under_rst)
Branches:
| -1- | -2- | Status | Tests | 
| 1 | 
- | 
Covered | 
T1,T2,T3 | 
| 0 | 
1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	123	if (gen_normal_fifo.fifo_incr_wptr)
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T2,T6,T7 | 
| 0 | 
Covered | 
T1,T2,T3 | 
Assert Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_sramreqfifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
176234 | 
0 | 
0 | 
| T2 | 
184693 | 
224 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
544 | 
0 | 
0 | 
| T7 | 
357917 | 
71 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
128 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
1656 | 
0 | 
0 | 
| T22 | 
0 | 
787 | 
0 | 
0 | 
| T31 | 
0 | 
8 | 
0 | 
0 | 
| T33 | 
0 | 
30 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
256 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_normal_fifo.depthShallNotExceedParamDepth
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
176234 | 
0 | 
0 | 
| T2 | 
184693 | 
224 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
544 | 
0 | 
0 | 
| T7 | 
357917 | 
71 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
128 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
1656 | 
0 | 
0 | 
| T22 | 
0 | 
787 | 
0 | 
0 | 
| T31 | 
0 | 
8 | 
0 | 
0 | 
| T33 | 
0 | 
30 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
256 | 
0 | 
0 | 
 
Line Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_rspfifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 15 | 15 | 100.00 | 
| ALWAYS | 69 | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 81 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 82 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 100 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 101 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 108 | 1 | 1 | 100.00 | 
| ALWAYS | 111 | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 116 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 130 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 131 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 138 | 1 | 1 | 100.00 | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 69 | 
1 | 
1 | 
| 70 | 
1 | 
1 | 
| 71 | 
1 | 
1 | 
| 72 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 81 | 
1 | 
1 | 
| 82 | 
1 | 
1 | 
| 100 | 
1 | 
1 | 
| 101 | 
1 | 
1 | 
| 108 | 
1 | 
1 | 
| 111 | 
1 | 
1 | 
| 112 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 116 | 
1 | 
1 | 
| 130 | 
1 | 
1 | 
| 131 | 
1 | 
1 | 
| 138 | 
1 | 
1 | 
Cond Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_rspfifo
 | Total | Covered | Percent | 
| Conditions | 24 | 18 | 75.00 | 
| Logical | 24 | 18 | 75.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       81
 EXPRESSION (((~full_o)) & ((~gen_normal_fifo.under_rst)))
             -----1-----   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T2,T6,T31 | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       82
 EXPRESSION (((~gen_normal_fifo.empty)) & ((~gen_normal_fifo.under_rst)))
             -------------1------------   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | Not Covered |  | 
| 1 | 1 | Covered | T2,T6,T7 | 
 LINE       100
 EXPRESSION (wvalid_i & wready_o & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       101
 EXPRESSION (rvalid_o & rready_i & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Not Covered |  | 
| 1 | 0 | 1 | Covered | T2,T6,T7 | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       130
 EXPRESSION ((gen_normal_fifo.fifo_empty && wvalid_i) ? wdata_i : gen_normal_fifo.storage_rdata)
             --------------------1-------------------
| -1- | Status | Tests |                       
| 0 | Covered | T1,T2,T3 | 
| 1 | Covered | T2,T6,T7 | 
 LINE       130
 SUB-EXPRESSION (gen_normal_fifo.fifo_empty && wvalid_i)
                 -------------1------------    ----2---
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Not Covered |  | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T2,T6,T7 | 
 LINE       131
 EXPRESSION (gen_normal_fifo.fifo_empty & ((~wvalid_i)))
             -------------1------------   ------2------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T2,T6,T31 | 
| 1 | 0 | Covered | T2,T6,T7 | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       138
 EXPRESSION (gen_normal_fifo.empty ? (40'(0)) : gen_normal_fifo.rdata_int)
             ----------1----------
| -1- | Status | Tests |                       
| 0 | Covered | T2,T6,T7 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_rspfifo
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
9 | 
9 | 
100.00 | 
| TERNARY | 
130 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
138 | 
2 | 
2 | 
100.00 | 
| IF | 
69 | 
3 | 
3 | 
100.00 | 
| IF | 
111 | 
2 | 
2 | 
100.00 | 
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv was not found/opened, so annotated branch coverage report could not be generated.
	LineNo.	Expression
-1-:	130	((gen_normal_fifo.fifo_empty && wvalid_i)) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T2,T6,T7 | 
| 0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	138	(gen_normal_fifo.empty) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T2,T6,T7 | 
	LineNo.	Expression
-1-:	69	if ((!rst_ni))
-2-:	71	if (gen_normal_fifo.under_rst)
Branches:
| -1- | -2- | Status | Tests | 
| 1 | 
- | 
Covered | 
T1,T2,T3 | 
| 0 | 
1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	111	if (gen_normal_fifo.fifo_incr_wptr)
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T2,T6,T7 | 
| 0 | 
Covered | 
T1,T2,T3 | 
Assert Coverage for Instance : tb.dut.u_tlul2sram_ingress.u_rspfifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
447070 | 
0 | 
0 | 
| T2 | 
184693 | 
647 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
2519 | 
0 | 
0 | 
| T7 | 
357917 | 
71 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
128 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
7557 | 
0 | 
0 | 
| T22 | 
0 | 
2294 | 
0 | 
0 | 
| T31 | 
0 | 
27 | 
0 | 
0 | 
| T33 | 
0 | 
98 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
879 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_normal_fifo.depthShallNotExceedParamDepth
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
447070 | 
0 | 
0 | 
| T2 | 
184693 | 
647 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
2519 | 
0 | 
0 | 
| T7 | 
357917 | 
71 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
128 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
7557 | 
0 | 
0 | 
| T22 | 
0 | 
2294 | 
0 | 
0 | 
| T31 | 
0 | 
27 | 
0 | 
0 | 
| T33 | 
0 | 
98 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
879 | 
0 | 
0 | 
 
Line Coverage for Instance : tb.dut.u_sys_sram_arbiter.u_req_fifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 14 | 14 | 100.00 | 
| ALWAYS | 69 | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 81 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 82 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 100 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 101 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 120 | 1 | 1 | 100.00 | 
| ALWAYS | 123 | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 133 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 134 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 138 | 1 | 1 | 100.00 | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 69 | 
1 | 
1 | 
| 70 | 
1 | 
1 | 
| 71 | 
1 | 
1 | 
| 72 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 81 | 
1 | 
1 | 
| 82 | 
1 | 
1 | 
| 100 | 
1 | 
1 | 
| 101 | 
1 | 
1 | 
| 120 | 
1 | 
1 | 
| 123 | 
1 | 
1 | 
| 124 | 
1 | 
1 | 
 | 
 | 
 | 
     MISSING_ELSE | 
| 133 | 
1 | 
1 | 
| 134 | 
1 | 
1 | 
| 138 | 
1 | 
1 | 
Cond Coverage for Instance : tb.dut.u_sys_sram_arbiter.u_req_fifo
 | Total | Covered | Percent | 
| Conditions | 16 | 9 | 56.25 | 
| Logical | 16 | 9 | 56.25 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       81
 EXPRESSION (((~full_o)) & ((~gen_normal_fifo.under_rst)))
             -----1-----   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Not Covered |  | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T1,T2,T3 | 
 LINE       82
 EXPRESSION (((~gen_normal_fifo.empty)) & ((~gen_normal_fifo.under_rst)))
             -------------1------------   ---------------2--------------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | Not Covered |  | 
| 1 | 1 | Covered | T2,T6,T7 | 
 LINE       100
 EXPRESSION (wvalid_i & wready_o & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       101
 EXPRESSION (rvalid_o & rready_i & ((~gen_normal_fifo.under_rst)))
             ----1---   ----2---   ---------------3--------------
| -1- | -2- | -3- | Status | Tests |                       
| 0 | 1 | 1 | Not Covered |  | 
| 1 | 0 | 1 | Not Covered |  | 
| 1 | 1 | 0 | Not Covered |  | 
| 1 | 1 | 1 | Covered | T2,T6,T7 | 
 LINE       138
 EXPRESSION (gen_normal_fifo.empty ? (5'(0)) : gen_normal_fifo.rdata_int)
             ----------1----------
| -1- | Status | Tests |                       
| 0 | Covered | T2,T6,T7 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_sys_sram_arbiter.u_req_fifo
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
7 | 
7 | 
100.00 | 
| TERNARY | 
138 | 
2 | 
2 | 
100.00 | 
| IF | 
69 | 
3 | 
3 | 
100.00 | 
| IF | 
123 | 
2 | 
2 | 
100.00 | 
WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv was not found/opened, so annotated branch coverage report could not be generated.
	LineNo.	Expression
-1-:	138	(gen_normal_fifo.empty) ? 
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T2,T6,T7 | 
	LineNo.	Expression
-1-:	69	if ((!rst_ni))
-2-:	71	if (gen_normal_fifo.under_rst)
Branches:
| -1- | -2- | Status | Tests | 
| 1 | 
- | 
Covered | 
T1,T2,T3 | 
| 0 | 
1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
0 | 
Covered | 
T1,T2,T3 | 
	LineNo.	Expression
-1-:	123	if (gen_normal_fifo.fifo_incr_wptr)
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T2,T6,T7 | 
| 0 | 
Covered | 
T1,T2,T3 | 
Assert Coverage for Instance : tb.dut.u_sys_sram_arbiter.u_req_fifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
180104 | 
0 | 
0 | 
| T2 | 
184693 | 
239 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
581 | 
0 | 
0 | 
| T7 | 
357917 | 
86 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
132 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
1687 | 
0 | 
0 | 
| T22 | 
0 | 
795 | 
0 | 
0 | 
| T31 | 
0 | 
8 | 
0 | 
0 | 
| T33 | 
0 | 
30 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
264 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
441782382 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_normal_fifo.depthShallNotExceedParamDepth
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
441869811 | 
180104 | 
0 | 
0 | 
| T2 | 
184693 | 
239 | 
0 | 
0 | 
| T3 | 
15354 | 
0 | 
0 | 
0 | 
| T4 | 
346651 | 
0 | 
0 | 
0 | 
| T5 | 
607261 | 
0 | 
0 | 
0 | 
| T6 | 
221020 | 
581 | 
0 | 
0 | 
| T7 | 
357917 | 
86 | 
0 | 
0 | 
| T8 | 
270827 | 
0 | 
0 | 
0 | 
| T9 | 
86452 | 
0 | 
0 | 
0 | 
| T10 | 
44834 | 
132 | 
0 | 
0 | 
| T11 | 
55216 | 
0 | 
0 | 
0 | 
| T12 | 
0 | 
1687 | 
0 | 
0 | 
| T22 | 
0 | 
795 | 
0 | 
0 | 
| T31 | 
0 | 
8 | 
0 | 
0 | 
| T33 | 
0 | 
30 | 
0 | 
0 | 
| T36 | 
0 | 
444 | 
0 | 
0 | 
| T40 | 
0 | 
264 | 
0 | 
0 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_socket.fifo_h.reqfifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 44 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 45 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 48 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 49 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 53 | 0 | 0 |  | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 44 | 
1 | 
1 | 
| 45 | 
1 | 
1 | 
| 48 | 
1 | 
1 | 
| 49 | 
1 | 
1 | 
| 53 | 
 | 
unreachable | 
Assert Coverage for Instance : tb.dut.u_reg.u_socket.fifo_h.reqfifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
9232824 | 
0 | 
0 | 
| T1 | 
60528 | 
4955 | 
0 | 
0 | 
| T2 | 
184693 | 
13528 | 
0 | 
0 | 
| T3 | 
15354 | 
986 | 
0 | 
0 | 
| T4 | 
346651 | 
365 | 
0 | 
0 | 
| T5 | 
607261 | 
21441 | 
0 | 
0 | 
| T6 | 
221020 | 
22401 | 
0 | 
0 | 
| T7 | 
357917 | 
21473 | 
0 | 
0 | 
| T8 | 
270827 | 
1729 | 
0 | 
0 | 
| T9 | 
86452 | 
1880 | 
0 | 
0 | 
| T10 | 
44834 | 
1927 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
444155614 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
444155614 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
444155614 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_passthru_fifo.paramCheckPass
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
1129 | 
1129 | 
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 | 
| T6 | 
1 | 
1 | 
0 | 
0 | 
| T7 | 
1 | 
1 | 
0 | 
0 | 
| T8 | 
1 | 
1 | 
0 | 
0 | 
| T9 | 
1 | 
1 | 
0 | 
0 | 
| T10 | 
1 | 
1 | 
0 | 
0 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_socket.fifo_h.rspfifo
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 4 | 4 | 100.00 | 
| CONT_ASSIGN | 44 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 45 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 48 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 49 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 53 | 0 | 0 |  | 
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' or '../src/lowrisc_prim_fifo_0/rtl/prim_fifo_sync.sv' was not found, so annotated line coverage report could not be generated.
| Line No. | Covered | Statements |  | 
| 44 | 
1 | 
1 | 
| 45 | 
1 | 
1 | 
| 48 | 
1 | 
1 | 
| 49 | 
1 | 
1 | 
| 53 | 
 | 
unreachable | 
Assert Coverage for Instance : tb.dut.u_reg.u_socket.fifo_h.rspfifo
Assertion Details
DataKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
16870862 | 
0 | 
0 | 
| T1 | 
60528 | 
4954 | 
0 | 
0 | 
| T2 | 
184693 | 
28740 | 
0 | 
0 | 
| T3 | 
15354 | 
2926 | 
0 | 
0 | 
| T4 | 
346651 | 
365 | 
0 | 
0 | 
| T5 | 
607261 | 
20610 | 
0 | 
0 | 
| T6 | 
221020 | 
49997 | 
0 | 
0 | 
| T7 | 
357917 | 
14807 | 
0 | 
0 | 
| T8 | 
270827 | 
1103 | 
0 | 
0 | 
| T9 | 
86452 | 
1742 | 
0 | 
0 | 
| T10 | 
44834 | 
1096 | 
0 | 
0 | 
DepthKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
444155614 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
RvalidKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
444155614 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
WreadyKnown_A
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
444285511 | 
444155614 | 
0 | 
0 | 
| T1 | 
60528 | 
60428 | 
0 | 
0 | 
| T2 | 
184693 | 
184685 | 
0 | 
0 | 
| T3 | 
15354 | 
15271 | 
0 | 
0 | 
| T4 | 
346651 | 
346586 | 
0 | 
0 | 
| T5 | 
607261 | 
607202 | 
0 | 
0 | 
| T6 | 
221020 | 
221012 | 
0 | 
0 | 
| T7 | 
357917 | 
357912 | 
0 | 
0 | 
| T8 | 
270827 | 
270775 | 
0 | 
0 | 
| T9 | 
86452 | 
86398 | 
0 | 
0 | 
| T10 | 
44834 | 
44763 | 
0 | 
0 | 
gen_passthru_fifo.paramCheckPass
| Name | Attempts | Real Successes | Failures | Incomplete | 
| Total | 
1129 | 
1129 | 
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 | 
| T6 | 
1 | 
1 | 
0 | 
0 | 
| T7 | 
1 | 
1 | 
0 | 
0 | 
| T8 | 
1 | 
1 | 
0 | 
0 | 
| T9 | 
1 | 
1 | 
0 | 
0 | 
| T10 | 
1 | 
1 | 
0 | 
0 |