ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / mem / ruby / SConsopts
index a17b2323729106ad2a4d361106f1c99502733db6..1f20cfc18983cdbcc755c8971268dd5973990da2 100644 (file)
 
 Import('*')
 
-if not main['RUBY']:
-    Return()
-
 sticky_vars.AddVariables(
-    BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks", True),
-    BoolVariable('RUBY_DEBUG', "Add debugging stuff to Ruby", False))
+    BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby",
+                 True),
+    )
 
-export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS', 'RUBY_DEBUG' ]
+export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS' ]