mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 13:07:46 -04:00
[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:
parent
ab4041c439
commit
1bbe27effe
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue