SConscript (9850:87d6b41749e9) SConscript (9966:5e8970397ab7)
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

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

71DebugFlag('CoherentBus')
72DebugFlag('NoncoherentBus')
73CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
74 'NoncoherentBus'])
75
76DebugFlag('Bridge')
77DebugFlag('CommMonitor')
78DebugFlag('DRAM')
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

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

71DebugFlag('CoherentBus')
72DebugFlag('NoncoherentBus')
73CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
74 'NoncoherentBus'])
75
76DebugFlag('Bridge')
77DebugFlag('CommMonitor')
78DebugFlag('DRAM')
79DebugFlag('DRAMWR')
80DebugFlag('LLSC')
81DebugFlag('MMU')
82DebugFlag('MemoryAccess')
83DebugFlag('PacketQueue')
84
85DebugFlag('ProtocolTrace')
86DebugFlag('RubyCache')
87DebugFlag('RubyCacheTrace')

--- 18 unchanged lines hidden ---
79DebugFlag('LLSC')
80DebugFlag('MMU')
81DebugFlag('MemoryAccess')
82DebugFlag('PacketQueue')
83
84DebugFlag('ProtocolTrace')
85DebugFlag('RubyCache')
86DebugFlag('RubyCacheTrace')

--- 18 unchanged lines hidden ---