gem5/src/mem/cache/tags
Sanchayan Maity bfcc9d4080 Fix LFU implementation
While at it make some alignment changes.
2017-04-05 23:47:30 +05:30
..
base.cc mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
base.hh mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
base_set_assoc.cc mem: fix headers include order in the cache related classes 2016-05-26 11:56:24 +01:00
base_set_assoc.hh mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
cacheset.hh mem: fix headers include order in the cache related classes 2016-05-26 11:56:24 +01:00
fa_lru.cc mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
fa_lru.hh mem: Split the hit_latency into tag_latency and data_latency 2016-11-30 17:10:27 -05:00
lfu.cc Fix LFU implementation 2017-04-05 23:47:30 +05:30
lfu.hh mem: cache: tags: Implement LFU Cache replacement policy 2017-03-23 17:21:09 +05:30
lru.cc mem: fix headers include order in the cache related classes 2016-05-26 11:56:24 +01:00
lru.hh mem: Remove templates in cache model 2015-05-05 03:22:21 -04:00
nmru.cc mem: cache: tags: Introduce NMRU Cache Replacement Policy 2017-01-24 11:28:54 +05:30
nmru.hh mem: cache: tags: Introduce NMRU Cache Replacement Policy 2017-01-24 11:28:54 +05:30
random_repl.cc mem: fix headers include order in the cache related classes 2016-05-26 11:56:24 +01:00
random_repl.hh mem: Remove templates in cache model 2015-05-05 03:22:21 -04:00
SConscript mem: cache: tags: Implement LFU Cache replacement policy 2017-03-23 17:21:09 +05:30
Tags.py mem: cache: tags: Implement LFU Cache replacement policy 2017-03-23 17:21:09 +05:30