SAC seems to be working properly. Problems with PLRU are now the issue
[soc.git] / TLB / src / SetAssociativeCache.py
2019-04-22 Daniel BenusovichSAC seems to be working properly. Problems with PLRU...
2019-04-21 Daniel BenusovichRemove LRU bits from memory
2019-04-21 Daniel BenusovichCompilation success. Time for unit tests!
2019-04-21 Daniel BenusovichTryto make the cache compile. Not yet
2019-04-21 Daniel BenusovichAdd plru into set associative cache
2019-04-10 Luke Kenneth Casso... check_tags is a member of the class
2019-04-10 Luke Kenneth Casso... set is a python keyword, renamed to "cset" - short...
2019-04-10 Daniel BenusovichAdd a comment
2019-04-10 Daniel BenusovichAdd LRU logic for read portion. Still missing write...
2019-04-08 Luke Kenneth Casso... use constants with semi-useful names
2019-04-01 Daniel BenusovichAdd SetAssociativeCache source with read logic