-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add an option to model non-inclusive LLC (l1). When turned on, demand req will be steered into MLC directly, and L1 works as victim cache to MLC. * Bug fix in mlc_fill * Fix the lost of dirty bit when promoting L1 line to MLC. Use the dirty_l0 from req to carry the dirtyness info * Revised the mlc_hit logic. Req hit in mlc should be sent to cores' fill queues instead of directly calling done_func at MLC * Fix the code format
- Loading branch information
Showing
7 changed files
with
570 additions
and
343 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
Oops, something went wrong.