SConscript (9105:b576c490e7d1) SConscript (9164:d112473185ea)
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

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

60
61DebugFlag('BaseBus')
62DebugFlag('BusAddrRanges')
63DebugFlag('CoherentBus')
64DebugFlag('NoncoherentBus')
65CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
66 'NoncoherentBus'])
67
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

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

60
61DebugFlag('BaseBus')
62DebugFlag('BusAddrRanges')
63DebugFlag('CoherentBus')
64DebugFlag('NoncoherentBus')
65CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
66 'NoncoherentBus'])
67
68DebugFlag('BusBridge')
68DebugFlag('Bridge')
69DebugFlag('CommMonitor')
70DebugFlag('LLSC')
71DebugFlag('MMU')
72DebugFlag('MemoryAccess')
73DebugFlag('PacketQueue')
74
75DebugFlag('ProtocolTrace')
76DebugFlag('RubyCache')

--- 17 unchanged lines hidden ---
69DebugFlag('CommMonitor')
70DebugFlag('LLSC')
71DebugFlag('MMU')
72DebugFlag('MemoryAccess')
73DebugFlag('PacketQueue')
74
75DebugFlag('ProtocolTrace')
76DebugFlag('RubyCache')

--- 17 unchanged lines hidden ---