-
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.
immu: Change busy logic to not use ack
Issue #122 An additional fix for back to back spr writes. I was seeing that during back to back writes the busy_o signal would go low after the first spr write complete. This caused the fetch to proceed and present bad data to the bus caused by the second in-progress write. This is because ack goes high during the first write and stays high as long as we are writing. Introducing a busy tracker based on the assuming that spr transactions take 2 clocks to complete.
- Loading branch information
1 parent
040a89f
commit b234f27
Showing
1 changed file
with
29 additions
and
9 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