mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Keep flush_req high until receiving an acknowledge
This commit is contained in:
parent
964d5ab6fc
commit
13a56b1ff6
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ module controller (
|
|||
// wait for the acknowledge here
|
||||
if (flush_dcache_ack_i && fence_active_q) begin
|
||||
fence_active_n = 1'b0;
|
||||
// keep the flush dcache signal high as long as we didn't get the acknowledge from the cache
|
||||
end else if (fence_active_q) begin
|
||||
flush_dcache = 1'b1;
|
||||
end
|
||||
|
||||
// ---------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue