Deleted Added
sdiff udiff text old ( 7780:42da07116e12 ) new ( 7832:de7601e6e19d )
full compact
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

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

55
56TraceFlag('Bus')
57TraceFlag('BusAddrRanges')
58TraceFlag('BusBridge')
59TraceFlag('LLSC')
60TraceFlag('MMU')
61TraceFlag('MemoryAccess')
62
63TraceFlag('RubyCache')
64TraceFlag('RubyDma')
65TraceFlag('RubyGenerated')
66TraceFlag('RubyMemory')
67TraceFlag('RubyNetwork')
68TraceFlag('RubyQueue')
69TraceFlag('RubyPort')
70TraceFlag('RubySlicc')
71TraceFlag('RubyStorebuffer')
72TraceFlag('RubyTester')
73
74CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
75 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
76 'RubyMemory', 'RubyDma'])