diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2014-03-23 11:11:48 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2014-03-23 11:11:48 -0400 |
commit | 9ac4f781ec21579e26a29fd779c6dfdc956f3136 (patch) | |
tree | 4df5f0a296a4893d73295266ebd4a1f50d5ce0ba /src/mem/SConscript | |
parent | 4dbffeb9870c77747f5c66add88c979cd40ca576 (diff) | |
download | gem5-9ac4f781ec21579e26a29fd779c6dfdc956f3136.tar.xz |
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.
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r-- | src/mem/SConscript | 22 |
1 files changed, 0 insertions, 22 deletions
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']) |