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



Module Instance : tb.dut.u_spid_status.u_stage_to_commit.gen_generic.u_impl_generic

Instance :
SCORELINECONDTOGGLEFSMBRANCHASSERT
100.00 100.00 100.00


Instance's subtree :
SCORELINECONDTOGGLEFSMBRANCHASSERT
100.00 100.00 100.00


Parent :
SCORELINECONDTOGGLEFSMBRANCHASSERTNAME
u_stage_to_commit


Subtrees :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
no children


Since this is the module's only instance, the coverage report is the same as for the module.
Line Coverage for Module : prim_generic_flop_en
Line No.TotalCoveredPercent
TOTAL55100.00
CONT_ASSIGN2811100.00
ALWAYS3244100.00

27 end else begin : gen_en_no_sec_buf 28 1/1 assign en = en_i; Tests: T1 T2 T3  29 end 30 31 always_ff @(posedge clk_i or negedge rst_ni) begin 32 1/1 if (!rst_ni) begin Tests: T1 T2 T3  33 1/1 q_o <= ResetValue; Tests: T1 T2 T3  34 1/1 end else if (en) begin Tests: T5 T6 T7  35 1/1 q_o <= d_i; Tests: T13 T14 T15  36 end MISSING_ELSE

Branch Coverage for Module : prim_generic_flop_en
Line No.TotalCoveredPercent
Branches 3 3 100.00
IF 32 3 3 100.00


32 if (!rst_ni) begin -1- 33 q_o <= ResetValue; ==> 34 end else if (en) begin -2- 35 q_o <= d_i; ==> 36 end MISSING_ELSE ==>

Branches:
-1--2-StatusTests
1 - Covered T1,T2,T3
0 1 Covered T13,T14,T15
0 0 Covered T5,T6,T7

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