NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_IM_TOP.I_DFF_INT_OUTPUT_REG

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/interrupt_manager/im_top.vhd


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_IM_TOP.I_DFF_INT_OUTPUT_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: 1096782854
Threshold: 1

Signal assignment statement on line 106:

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

Signal assignment statement on line 108:

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

Uncovered branches:

Excluded branches:

Covered branches:

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

105:        if (arst = G_RESET_POLARITY) then 
Evaluated toCountThreshold
BinTrue673421
BinFalse10967155121

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

107:        elsif (rising_edge(clk)) then 
Evaluated toCountThreshold
BinTrue5483510991
BinFalse5483644131

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
Bin0118401
Bin1018401

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression on line 105:

 arst = G_RESET_POLARITY 
Evaluated toCountThreshold
BinFalse10967155121
BinTrue673421

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: