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: 30542060
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: 15269429
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: 61077716
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: 651432
Threshold: 1