-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set associative backup #30
Open
mbabaie
wants to merge
96
commits into
gem5-develop
Choose a base branch
from
set_associative_backup
base: gem5-develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Change-Id: I6fc7c0b161b945f338dc60856864235d838951cb
Change-Id: Ie7464e72e9bbcded0a58d23e56a4460759a08834
Change-Id: I1513e2a39e8823a57db377b8b3a03954bdb18ab3
Change-Id: I7aaa0468977742ad27196dfd9f8b40aa66ea048e
Change-Id: I017f3d7b7fd18fbe39311599fbfffbf6d9260d5f Signed-off-by: Jason Lowe-Power <[email protected]>
Change-Id: I98fb1403a8da9dc204c9f8ea5fb2d9d2f11c981c
Change-Id: I04921d596811dfad5df32c1fbbd9532d5da6a59f
…heController into stdlib-dram-cache
Signed-off-by: Jason Lowe-Power <[email protected]>
Change-Id: Ie18db282c97fcc2cc2c1131de8b9cab09c0ece07
…heController into stdlib-dram-cache
Change-Id: I8e00452aed65fd49e80e6a7816cb6f6dad94455e
Change-Id: I56108f2d8b02b777c0c35146d0e7aeee5f6cbf17
Change-Id: I8792cd616fad975973e5de96addc0d912bfb1c4e
Change-Id: Ic48c244896f5560886a1fe0d0b9e84049a923e41
Change-Id: I7142400634f362fab80c2553a82cb3d79a9ff1b8
Change-Id: I24f00455adc2ef6697cc0c70ed76a292f76df774
Change-Id: I3a4981e8412c466c130165b4f68343039ac0aaab
Change-Id: Ia8b68057f5ff1a25b5b935f43f0158b16cad8fb4
When warming up with Ruby backing store enabled, you cannot access both the backing store and the mem_interface with the packet. This change now accesses one or the other. The downside to this approach is that with this change you cannot restore a checkpoint or switch CPUs and disable backing store. Change-Id: I2d9f542a759d47fea571abd0d3141ce5996a81c3 Signed-off-by: Jason Lowe-Power <[email protected]>
Previously, the miscregs were not copied when switching CPUs. This caused failures after the switch because of an incorrect SATP. This change copies all of the miscregs from the old thread context to the new thread context. Change-Id: I4d1e9534b909e55a078fdfa579f4956d1c3a37db Signed-off-by: Jason Lowe-Power <[email protected]>
…[email protected]> 1689618387 -0700 committer mbabaie <[email protected]> 1693268224 -0700 plots mem: updated plots first version, incomplete latest version all 3 cases Rd Hit/MissCl/MissDirty are implemented and tested on traffgen mem: latest version few minor changes first version tested bfs tc bt sp latest version tested on calss C and 22 data plots, 1st data plots, 1st data plots, 1st fixed the plot for breakdown of probing fixed the plot for breakdown of probing fixed the plot for breakdown of probing latest version with new stats runs bash file latest files in the directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.