Hello I am trying to implement Random Fill Cache <http://palms.princeton.edu/system/files/%25232_liu.pdf> in L1D cache. For Read/Write requests within a secure address range, if it misses in the cache, then a No-Fill policy is followed, by directly forwarding the block to processor in case of ReadReq and Write-No-Allocate policy in case of WriteReq.
I came across the *alloc_on_fill* option in MSHR. Would setting the *alloc_on_fill *to 0, be enough to implement the above functionality of No_Fill request ? Thanking you Sai Venkata Krishnan
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
