NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.BIT_STUFFING_INST.DFF_HALT_REG

File:  /__w/ctu-can-regression/ctu-can-regression/src/can_core/bit_stuffing.vhd


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.BIT_STUFFING_INST.DFF_HALT_REG 100.0 % (3/3) 100.0 % (4/4) 100.0 % (8/8) 100.0 % (2/2) N.A. N.A. 100.0 % (17/17)

Details:

The limit of printed items was reached (5000). Total 260336 items are not displayed.


Statement Branch Toggle Expression FSM state Functional

Uncovered statements:

Excluded statements:

Covered statements:

If statement on lines 105 to 109:

105:        if (arst = G_RESET_POLARITY) then 
106:            reg_q <= G_RST_VAL; 
107:        elsif (rising_edge(clk)) then 
108:            reg_q <= reg_d; 
109:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 106:

106:            reg_q <= G_RST_VAL; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 108:

108:            reg_q <= reg_d; 
Count: 543791678
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"if" / "when" / "else" condition on line 105:

105:        if (arst = G_RESET_POLARITY) then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 107:

107:        elsif (rising_edge(clk)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

Uncovered toggles:

Excluded toggles:

Port:

 ARST
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 CLK
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 REG_D
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Covered toggles:

Port:

 REG_Q
FromToCountThreshold
Bin013153501
Bin103169511

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression on line 105:

 arst = G_RESET_POLARITY 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: