Skip to content
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

Modify the cache structure and replacement algorithm #75

Open
Pavitra07 opened this issue Aug 20, 2023 · 1 comment
Open

Modify the cache structure and replacement algorithm #75

Pavitra07 opened this issue Aug 20, 2023 · 1 comment

Comments

@Pavitra07
Copy link

Can we modify the cache structure and replacement policy to test some attack defense techniques?

@fitzfitsahero
Copy link
Collaborator

ptlsim/lib/logic.h is where the replacement happens. Currently marss uses LRU replacement but it's simple enough to create your own function in it's place. Cache structure is also defined in that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants