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/SConscript | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/mem/SConscript') diff --git a/src/mem/SConscript b/src/mem/SConscript index 939c8320f..ddd57d11b 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -87,25 +87,3 @@ DebugFlag('MemoryAccess') DebugFlag('PacketQueue') DebugFlag("DRAMSim2") - -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']) -- cgit v1.2.3