gem5/src/mem/cache/tags
Ranjeet Kumar 1470e87527 mem: cache: tags: Implement FIFO Cache Replacement Policy
Signed-off-by: Ranjeet Kumar <rkumar15@hawk.iit.edu>
2017-04-11 19:35:26 +05:30
..
SConscript mem: cache: tags: Implement FIFO Cache Replacement Policy 2017-04-11 19:35:26 +05:30
Tags.py mem: cache: tags: Implement FIFO Cache Replacement Policy 2017-04-11 19:35:26 +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
fifo.cc mem: cache: tags: Implement FIFO Cache Replacement Policy 2017-04-11 19:35:26 +05:30
fifo.hh mem: cache: tags: Implement FIFO Cache Replacement Policy 2017-04-11 19:35:26 +05:30
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
lifo.cc mem: cache: tags: Implement LIFO Cache Replacement Policy 2017-04-09 16:18:41 +05:30
lifo.hh mem: cache: tags: Implement LIFO Cache Replacement Policy 2017-04-09 16:18:41 +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