SConscript (8615:e66a566f2cfa) SConscript (8683:9feb100066e1)
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

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

57DebugFlag('BusAddrRanges')
58DebugFlag('BusBridge')
59DebugFlag('LLSC')
60DebugFlag('MMU')
61DebugFlag('MemoryAccess')
62
63DebugFlag('ProtocolTrace')
64DebugFlag('RubyCache')
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

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

57DebugFlag('BusAddrRanges')
58DebugFlag('BusBridge')
59DebugFlag('LLSC')
60DebugFlag('MMU')
61DebugFlag('MemoryAccess')
62
63DebugFlag('ProtocolTrace')
64DebugFlag('RubyCache')
65DebugFlag('RubyCacheTrace')
65DebugFlag('RubyDma')
66DebugFlag('RubyGenerated')
67DebugFlag('RubyMemory')
68DebugFlag('RubyNetwork')
69DebugFlag('RubyPort')
70DebugFlag('RubyQueue')
71DebugFlag('RubySequencer')
72DebugFlag('RubySlicc')
73DebugFlag('RubyStorebuffer')
74DebugFlag('RubyTester')
75
76CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
77 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
66DebugFlag('RubyDma')
67DebugFlag('RubyGenerated')
68DebugFlag('RubyMemory')
69DebugFlag('RubyNetwork')
70DebugFlag('RubyPort')
71DebugFlag('RubyQueue')
72DebugFlag('RubySequencer')
73DebugFlag('RubySlicc')
74DebugFlag('RubyStorebuffer')
75DebugFlag('RubyTester')
76
77CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
78 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
78 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer'])
79 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace'])