SConscript (7768:cdb18c1b51ea) | SConscript (7780:42da07116e12) |
---|---|
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 --- 45 unchanged lines hidden (view full) --- 54 Source('translating_port.cc') 55 56TraceFlag('Bus') 57TraceFlag('BusAddrRanges') 58TraceFlag('BusBridge') 59TraceFlag('LLSC') 60TraceFlag('MMU') 61TraceFlag('MemoryAccess') | 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 --- 45 unchanged lines hidden (view full) --- 54 Source('translating_port.cc') 55 56TraceFlag('Bus') 57TraceFlag('BusAddrRanges') 58TraceFlag('BusBridge') 59TraceFlag('LLSC') 60TraceFlag('MMU') 61TraceFlag('MemoryAccess') |
62TraceFlag('Ruby') | 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']) |