Modify the cache structure and replacement algorithm
Opened this issue · 1 comments
Pavitra07 commented
Can we modify the cache structure and replacement policy to test some attack defense techniques?
fitzfitsahero commented
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.