[dv/icache] Add missing window reset call

The cache hit-rate tracking logic needs to be reset on every
invalidation.

Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
Tom Roberts 2021-11-18 15:16:08 +00:00 committed by Tom Roberts
parent ab4041c439
commit 1bbe27effe

View file

@ -188,6 +188,7 @@ class ibex_icache_scoreboard
invalidate_seed = mem_states.size - 1;
not_invalidating = 1'b0;
window_reset();
endtask
task process_enable(ibex_icache_core_bus_item item);