ARM: Use a stl queue for the table walker state
[gem5.git] / src / mem / SConscript
index 21335a709aee74f1b0960771354b1d79f1445904..46de3eb578ec5cc58d836d32f6454c9d56bb2afe 100644 (file)
@@ -35,9 +35,6 @@ SimObject('Bus.py')
 SimObject('MemObject.py')
 SimObject('PhysicalMemory.py')
 
-if env['RUBY']:
-    SimObject('RubyMemory.py')
-
 Source('bridge.cc')
 Source('bus.cc')
 Source('dram.cc')
@@ -48,9 +45,6 @@ Source('port.cc')
 Source('tport.cc')
 Source('mport.cc')
 
-if env['RUBY']:
-    Source('rubymem.cc')
-
 if env['FULL_SYSTEM']:
     Source('vport.cc')
 else:
@@ -63,3 +57,4 @@ TraceFlag('BusBridge')
 TraceFlag('LLSC')
 TraceFlag('MMU')
 TraceFlag('MemoryAccess')
+TraceFlag('Ruby')