URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/] [neorv32/] [trunk/] [rtl/] [core/] [neorv32_icache.vhd] - Diff between revs 73 and 74
Show entire file |
Details |
Blame |
View Log
Rev 73 |
Rev 74 |
Line 543... |
Line 543... |
end if;
|
end if;
|
end loop; -- i
|
end loop; -- i
|
end process comparator;
|
end process comparator;
|
|
|
-- global hit --
|
-- global hit --
|
hit_o <= or_reduce_f(hit);
|
hit_o <= '1' when (or_reduce_f(hit) = '1') else '0';
|
|
|
|
|
-- Cache Data Memory ----------------------------------------------------------------------
|
-- Cache Data Memory ----------------------------------------------------------------------
|
-- -------------------------------------------------------------------------------------------
|
-- -------------------------------------------------------------------------------------------
|
cache_mem_access: process(clk_i)
|
cache_mem_access: process(clk_i)
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.