mem-cache: Use findBlock() in accessBlock()
[gem5.git] / src / mem / cache / tags / SConscript
index dca8d3bd876e6dc45ac74e8a3db5bcf8ef4bb096..1412286a714ad606ef31dce7461c5cc31a5e522c 100644 (file)
@@ -33,5 +33,7 @@ Import('*')
 SimObject('Tags.py')
 
 Source('base.cc')
-Source('fa_lru.cc')
+Source('base_set_assoc.cc')
 Source('lru.cc')
+Source('random_repl.cc')
+Source('fa_lru.cc')