From 9ac4f781ec21579e26a29fd779c6dfdc956f3136 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sun, 23 Mar 2014 11:11:48 -0400 Subject: ruby: Move Ruby debug flags to ruby dir and remove stale options This patch moves the Ruby-related debug flags to the ruby sub-directory, and also removes the state SConsopts that add the no-longer-used NO_VECTOR_BOUNDS_CHECK. --- src/mem/ruby/SConscript | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/mem/ruby/SConscript') diff --git a/src/mem/ruby/SConscript b/src/mem/ruby/SConscript index a1f7a47d9..2072470ac 100644 --- a/src/mem/ruby/SConscript +++ b/src/mem/ruby/SConscript @@ -37,6 +37,28 @@ import SCons Import('*') +DebugFlag('ProtocolTrace') +DebugFlag('RubyCache') +DebugFlag('RubyCacheTrace') +DebugFlag('RubyDma') +DebugFlag('RubyGenerated') +DebugFlag('RubyMemory') +DebugFlag('RubyNetwork') +DebugFlag('RubyPort') +DebugFlag('RubyPrefetcher') +DebugFlag('RubyQueue') +DebugFlag('RubySequencer') +DebugFlag('RubySlicc') +DebugFlag('RubySystem') +DebugFlag('RubyTester') +DebugFlag('RubyStats') +DebugFlag('RubyResourceStalls') + +CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', + 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', + 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace', + 'RubyPrefetcher']) + if env['TARGET_ISA'] == 'null': Return() -- cgit v1.2.3