Open Pavitra07 opened 1 year ago
Can we modify the cache structure and replacement policy to test some attack defense techniques?
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.
Can we modify the cache structure and replacement policy to test some attack defense techniques?