SConscript (8762:c77d9ef26d2b) | SConscript (8763:509e9bb84dfa) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41Source('packet.cc') 42Source('port.cc') 43Source('tport.cc') 44Source('vport.cc') 45 46if env['TARGET_ISA'] != 'no': 47 SimObject('PhysicalMemory.py') 48 Source('dram.cc') | 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 --- 32 unchanged lines hidden (view full) --- 41Source('packet.cc') 42Source('port.cc') 43Source('tport.cc') 44Source('vport.cc') 45 46if env['TARGET_ISA'] != 'no': 47 SimObject('PhysicalMemory.py') 48 Source('dram.cc') |
49 Source('page_table.cc') |
|
49 Source('physical.cc') 50 Source('translating_port.cc') 51 | 50 Source('physical.cc') 51 Source('translating_port.cc') 52 |
52if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no': 53 Source('page_table.cc') 54 | |
55DebugFlag('Bus') 56DebugFlag('BusAddrRanges') 57DebugFlag('BusBridge') 58DebugFlag('LLSC') 59DebugFlag('MMU') 60DebugFlag('MemoryAccess') 61 62DebugFlag('ProtocolTrace') --- 14 unchanged lines hidden --- | 53DebugFlag('Bus') 54DebugFlag('BusAddrRanges') 55DebugFlag('BusBridge') 56DebugFlag('LLSC') 57DebugFlag('MMU') 58DebugFlag('MemoryAccess') 59 60DebugFlag('ProtocolTrace') --- 14 unchanged lines hidden --- |