SConscript (9259:fc28f3ca5b21) SConscript (9363:e2616dc035ce)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 72 unchanged lines hidden (view full) ---

81DebugFlag('ProtocolTrace')
82DebugFlag('RubyCache')
83DebugFlag('RubyCacheTrace')
84DebugFlag('RubyDma')
85DebugFlag('RubyGenerated')
86DebugFlag('RubyMemory')
87DebugFlag('RubyNetwork')
88DebugFlag('RubyPort')
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 72 unchanged lines hidden (view full) ---

81DebugFlag('ProtocolTrace')
82DebugFlag('RubyCache')
83DebugFlag('RubyCacheTrace')
84DebugFlag('RubyDma')
85DebugFlag('RubyGenerated')
86DebugFlag('RubyMemory')
87DebugFlag('RubyNetwork')
88DebugFlag('RubyPort')
89DebugFlag('RubyPrefetcher')
89DebugFlag('RubyQueue')
90DebugFlag('RubySequencer')
91DebugFlag('RubySlicc')
92DebugFlag('RubySystem')
93DebugFlag('RubyTester')
94DebugFlag('RubyStats')
95DebugFlag('RubyResourceStalls')
96
97CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
98 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache',
90DebugFlag('RubyQueue')
91DebugFlag('RubySequencer')
92DebugFlag('RubySlicc')
93DebugFlag('RubySystem')
94DebugFlag('RubyTester')
95DebugFlag('RubyStats')
96DebugFlag('RubyResourceStalls')
97
98CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
99 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache',
99 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace'])
100 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace',
101 'RubyPrefetcher'])