mem-cache: Use findBlock() in accessBlock()
[gem5.git] / src / mem / cache / tags / SConscript
index d640a9f13080931910703f7737df980fdf273b7e..1412286a714ad606ef31dce7461c5cc31a5e522c 100644 (file)
 
 Import('*')
 
-if env['TARGET_ISA'] == 'no':
-    Return()
+SimObject('Tags.py')
 
 Source('base.cc')
-Source('fa_lru.cc')
-Source('iic.cc')
+Source('base_set_assoc.cc')
 Source('lru.cc')
-Source('cacheset.cc')
-
-SimObject('iic_repl/Repl.py')
-Source('iic_repl/gen.cc')
-
-TraceFlag('IIC')
-TraceFlag('IICMore')
+Source('random_repl.cc')
+Source('fa_lru.cc')