-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove latches from the design (weird that these weren't caught by the `always_comb` blocks) - Cleanup FSM style - Fix cache refill FSM vs passed-through request arbitration - Eliminate multiple drivers where present - Rename LIMP's `bypass` signal to `uncacheable` to avoid confusion with hazard bypassing Remaining things we'll have to take care of in the future - Still may need some uncachable tweaks in the future - Need to fix cacheable writes to invalidate the cache line the write to - Other bug fixes as they come up :)
- Loading branch information
1 parent
1628fc1
commit 5e59a1d
Showing
3 changed files
with
113 additions
and
93 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
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
Oops, something went wrong.