generated from riscv-software-src/template-riscv-code
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix pipeline flush mechanisms by removing inflight instructions inside functional units, recovering the rename map, and adding trace rewind functionality - Add FlushCriteria class for requesting flushes to and from the FlushManager - Update FlushManager to handle and arbitrate between multiple flush sources - Add flush request port from ExecutePipe to FlushManager intended to be used for mispredicted branches - Delay completing instructions in ExecutePipe by a cycle to fix execute flush race conditions - Add branch identification methods for Inst - Add test to send random flushes from the branch unit --------- Signed-off-by: danbone <[email protected]> Co-authored-by: Daniel Bone <[email protected]>
- Loading branch information
Showing
18 changed files
with
663 additions
and
152 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
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.