NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_RXB_TOP.I_RXB_RAM.I_DP_INF_RAM.G_RAM_RST_FALSE

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


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_RXB_TOP.I_RXB_RAM.I_DP_INF_RAM.G_RAM_RST_FALSE 100.0 % (3/3) 100.0 % (4/4) N.A. 100.0 % (2/2) N.A. N.A. 100.0 % (9/9)

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 144 to 148:

144:            if (rising_edge(clk_sys)) then 
145:                if (write = '1') then 
146:                    ram_memory(to_integer(unsigned(addr_A))) <= data_in; 
147:                end if; 
148:            end if; 

Count: 27384912
Threshold: 1

If statement on lines 145 to 147:

145:                if (write = '1') then 
146:                    ram_memory(to_integer(unsigned(addr_A))) <= data_in; 
147:                end if; 

Count: 13690855
Threshold: 1

Signal assignment statement on line 146:

146:                    ram_memory(to_integer(unsigned(addr_A))) <= data_in; 
Count: 240854
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

144:            if (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue136908551
BinFalse136940571

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

145:                if (write = '1') then 
Evaluated toCountThreshold
BinTrue2408541
BinFalse134500011

Uncovered toggles:

Excluded toggles:

Covered toggles:

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression on line 145:

 write = '1' 
Evaluated toCountThreshold
BinFalse134500011
BinTrue2408541

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: