SConscript (8161:ebb373fcb206) | SConscript (8335:9228e00459d4) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48 Source('physical.cc') 49 50if env['FULL_SYSTEM']: 51 Source('vport.cc') 52elif env['TARGET_ISA'] != 'no': 53 Source('page_table.cc') 54 Source('translating_port.cc') 55 | 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 --- 39 unchanged lines hidden (view full) --- 48 Source('physical.cc') 49 50if env['FULL_SYSTEM']: 51 Source('vport.cc') 52elif env['TARGET_ISA'] != 'no': 53 Source('page_table.cc') 54 Source('translating_port.cc') 55 |
56TraceFlag('Bus') 57TraceFlag('BusAddrRanges') 58TraceFlag('BusBridge') 59TraceFlag('LLSC') 60TraceFlag('MMU') 61TraceFlag('MemoryAccess') | 56DebugFlag('Bus') 57DebugFlag('BusAddrRanges') 58DebugFlag('BusBridge') 59DebugFlag('LLSC') 60DebugFlag('MMU') 61DebugFlag('MemoryAccess') |
62 | 62 |
63TraceFlag('ProtocolTrace') 64TraceFlag('RubyCache') 65TraceFlag('RubyDma') 66TraceFlag('RubyGenerated') 67TraceFlag('RubyMemory') 68TraceFlag('RubyNetwork') 69TraceFlag('RubyPort') 70TraceFlag('RubyQueue') 71TraceFlag('RubySlicc') 72TraceFlag('RubyStorebuffer') 73TraceFlag('RubyTester') | 63DebugFlag('ProtocolTrace') 64DebugFlag('RubyCache') 65DebugFlag('RubyDma') 66DebugFlag('RubyGenerated') 67DebugFlag('RubyMemory') 68DebugFlag('RubyNetwork') 69DebugFlag('RubyPort') 70DebugFlag('RubyQueue') 71DebugFlag('RubySlicc') 72DebugFlag('RubyStorebuffer') 73DebugFlag('RubyTester') |
74 75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache', 77 'RubyMemory', 'RubyDma', 'RubyPort']) | 74 75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache', 77 'RubyMemory', 'RubyDma', 'RubyPort']) |