NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.G_TXT_BUF_COMP(5).G_TXT_BUF_ODD.I_TXTB_ODD_TOP.I_TXTB_RAM.I_DP_INF_RAM_BE.G_RAM_RST_FALSE

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/common_blocks/dp_inf_ram_be.vhd


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.G_TXT_BUF_COMP(5).G_TXT_BUF_ODD.I_TXTB_ODD_TOP.I_TXTB_RAM.I_DP_INF_RAM_BE.G_RAM_RST_FALSE 100.0 % (4/4) 100.0 % (4/4) N.A. 100.0 % (2/2) N.A. N.A. 100.0 % (10/10)

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 155 to 162:

155:            if (rising_edge(clk_sys)) then 
156:                for i in 0 to G_WORD_WIDTH/8 - 1 loop 
...
161:                end loop; 
162:            end if; 

Count: 673246
Threshold: 1

Loop statement on lines 156 to 161:

156:                for i in 0 to G_WORD_WIDTH/8 - 1 loop 
157:                    if (byte_we(i) = '1') then 
158:                        ram_memory(to_integer(unsigned(addr_A)))(i * 8 + 7 downto i * 8) 
159:                            <= data_in(i * 8 + 7 downto i * 8); 
160:                    end if; 
161:                end loop; 

Count: 336458
Threshold: 1

If statement on lines 157 to 160:

157:                    if (byte_we(i) = '1') then 
158:                        ram_memory(to_integer(unsigned(addr_A)))(i * 8 + 7 downto i * 8) 
159:                            <= data_in(i * 8 + 7 downto i * 8); 
160:                    end if; 

Count: 1345832
Threshold: 1

Signal assignment statement on lines 158 to 159:

158:                        ram_memory(to_integer(unsigned(addr_A)))(i * 8 + 7 downto i * 8) 
159:                            <= data_in(i * 8 + 7 downto i * 8); 

Count: 45256
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

155:            if (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue3364581
BinFalse3367881

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

157:                    if (byte_we(i) = '1') then 
Evaluated toCountThreshold
BinTrue452561
BinFalse13005761

Uncovered toggles:

Excluded toggles:

Covered toggles:

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression on line 157:

 byte_we(i) = '1' 
Evaluated toCountThreshold
BinFalse13005761
BinTrue452561

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: