cache: pull CacheSet out of LRU so that other tags can use associative sets.
authorLisa Hsu <Lisa.Hsu@amd.com>
Tue, 23 Feb 2010 17:33:09 +0000 (09:33 -0800)
committerLisa Hsu <Lisa.Hsu@amd.com>
Tue, 23 Feb 2010 17:33:09 +0000 (09:33 -0800)
commit2ad386f104cf84bd8bcb50eef50f04cdbcf9ebf7
tree90efb129fc522f077c2cb11c9e08450b40a31fc6
parenta5feaa6a69c28f2ab12e28d47fd4bd62359b07c7
cache: pull CacheSet out of LRU so that other tags can use associative sets.
src/mem/cache/blk.hh
src/mem/cache/tags/SConscript
src/mem/cache/tags/cacheset.cc [new file with mode: 0644]
src/mem/cache/tags/cacheset.hh [new file with mode: 0644]
src/mem/cache/tags/lru.cc
src/mem/cache/tags/lru.hh