avadhpatel/marss

Modify the cache structure and replacement algorithm

Opened this issue · 1 comments

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.