-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache: Allow writing during write_pending
Issue #122 This fixes case 1 from issue 122 where writes are missed after invalidate state. The change to invalidate_ack to to allow the invalidate_ack to be asserted after the invalidate happens not before. For writes we allow forwarding to WRITE state directly from invalidate at this point pending_write will still be high and we can use that to initialiate the write. When we have delays the cpu_req_i may be low when we get to the write state.
- Loading branch information
Showing
1 changed file
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters