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



Module Instance : tb.dut.u_lc_ctrl_kmac_if.u_prim_sync_reqack_data_in

Instance :
SCORELINECONDTOGGLEFSMBRANCHASSERT
100.00 100.00 100.00 100.00


Instance's subtree :
SCORELINECONDTOGGLEFSMBRANCHASSERT
98.41 98.18 100.00 95.45 100.00


Parent :
SCORELINECONDTOGGLEFSMBRANCHASSERTNAME
96.67 100.00 100.00 83.33 100.00 100.00 u_lc_ctrl_kmac_if


Subtrees :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
u_prim_sync_reqack 98.16 97.92 100.00 94.74 100.00


Since this is the module's only instance, the coverage report is the same as for the module.
Line Coverage for Module : prim_sync_reqack_data
Line No.TotalCoveredPercent
TOTAL77100.00
CONT_ASSIGN8011100.00
CONT_ASSIGN8111100.00
ALWAYS8344100.00
CONT_ASSIGN8911100.00

79 // Sample the data when seing the REQ/ACK handshake in the DST domain. 80 1/1 assign data_we = dst_req_o & dst_ack_i; Tests: T1 T2 T3  81 1/1 assign data_d = data_i; Tests: T1 T2 T3  82 always_ff @(posedge clk_dst_i or negedge rst_dst_ni) begin 83 1/1 if (!rst_dst_ni) begin Tests: T1 T2 T3  84 1/1 data_q <= '0; Tests: T1 T2 T3  85 1/1 end else if (data_we) begin Tests: T1 T2 T3  86 1/1 data_q <= data_d; Tests: T1 T2 T11  87 end MISSING_ELSE 88 end 89 1/1 assign data_o = data_q; Tests: T1 T2 T3 

Cond Coverage for Module : prim_sync_reqack_data
TotalCoveredPercent
Conditions33100.00
Logical33100.00
Non-Logical00
Event00

 LINE       80
 EXPRESSION (dst_req_o & dst_ack_i)
             ----1----   ----2----
-1--2-StatusTests
01CoveredT65,T62,T66
10CoveredT1,T2,T11
11CoveredT1,T2,T11

Branch Coverage for Module : prim_sync_reqack_data
Line No.TotalCoveredPercent
Branches 3 3 100.00
IF 83 3 3 100.00


83 if (!rst_dst_ni) begin -1- 84 data_q <= '0; ==> 85 end else if (data_we) begin -2- 86 data_q <= data_d; ==> 87 end MISSING_ELSE ==>

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

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