The limit of printed items was reached (5000). Total 261615 items are not displayed.
Uncovered statements:
Excluded statements:
Covered statements:
If statement:
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: 28048138 Threshold: 1
Loop statement:
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: 14022469 Threshold: 1
If statement:
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: 56089876 Threshold: 1