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('DRAMState')
85DebugFlag('LLSC')
86DebugFlag('MMU')
87DebugFlag('MemoryAccess')
88DebugFlag('PacketQueue')
89
90DebugFlag("DRAMSim2")