-
Notifications
You must be signed in to change notification settings - Fork 569
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
Add support for custom prefetchers in drcachesim #6999
Conversation
I think the one failed check is unrelated and is failing without this change as well. It appears that I can't request a review without write access to this repository, but this change should be ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. I have a couple requests before this goes in.
Yes, Github jumped doxygen to 1.12 on the Mac VM's which broke the build there: fixed in #7001 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for updating it. I don't think you have permissions to merge it in yourself, so I can take it from here.
Perfect, thanks for the review! |
Add constructors to the cache_simulator_t that accept a custom prefetcher factory argument.
No change to default behavior.
Added unit tests for a custom prefetcher and the existing nextline prefetcher.