NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(7).TXT_BUF_ODD_GEN.TXT_BUFFER_ODD_INST.TXT_BUFFER_RAM_INST.DP_INF_RAM_BE_INST.RAM_RST_FALSE_GEN

File:  /__w/ctu-can-regression/ctu-can-regression/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.DUT.TXT_BUF_COMP_GEN(7).TXT_BUF_ODD_GEN.TXT_BUFFER_ODD_INST.TXT_BUFFER_RAM_INST.DP_INF_RAM_BE_INST.RAM_RST_FALSE_GEN 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: 682882
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: 341276
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: 1365104
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: 45224
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

155:            if (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue3412761
BinFalse3416061

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

157:                    if (byte_we(i) = '1') then 
Evaluated toCountThreshold
BinTrue452241
BinFalse13198801

Uncovered toggles:

Excluded toggles:

Covered toggles:

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression on line 157:

 byte_we(i) = '1' 
Evaluated toCountThreshold
BinFalse13198801
BinTrue452241

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: