SConscript (10208:c249f7660eb7) | SConscript (10247:0ad233f0a77d) |
---|---|
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 --- 67 unchanged lines hidden (view full) --- 76DebugFlag('CoherentBus') 77DebugFlag('NoncoherentBus') 78CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus', 79 'NoncoherentBus']) 80 81DebugFlag('Bridge') 82DebugFlag('CommMonitor') 83DebugFlag('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 --- 67 unchanged lines hidden (view full) --- 76DebugFlag('CoherentBus') 77DebugFlag('NoncoherentBus') 78CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus', 79 'NoncoherentBus']) 80 81DebugFlag('Bridge') 82DebugFlag('CommMonitor') 83DebugFlag('DRAM') |
84DebugFlag('DRAMPower') |
|
84DebugFlag('DRAMState') 85DebugFlag('LLSC') 86DebugFlag('MMU') 87DebugFlag('MemoryAccess') 88DebugFlag('PacketQueue') 89 90DebugFlag("DRAMSim2") | 85DebugFlag('DRAMState') 86DebugFlag('LLSC') 87DebugFlag('MMU') 88DebugFlag('MemoryAccess') 89DebugFlag('PacketQueue') 90 91DebugFlag("DRAMSim2") |