SConscript (10066:06a33d872798) SConscript (10131:cd2270b2f758)
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

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

61Source('physical.cc')
62Source('simple_dram.cc')
63
64if env['TARGET_ISA'] != 'null':
65 Source('fs_translating_port_proxy.cc')
66 Source('se_translating_port_proxy.cc')
67 Source('page_table.cc')
68
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

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

61Source('physical.cc')
62Source('simple_dram.cc')
63
64if env['TARGET_ISA'] != 'null':
65 Source('fs_translating_port_proxy.cc')
66 Source('se_translating_port_proxy.cc')
67 Source('page_table.cc')
68
69 if env['HAVE_DRAMSIM']:
70 SimObject('DRAMSim2.py')
71 Source('dramsim2_wrapper.cc')
72 Source('dramsim2.cc')
69if env['HAVE_DRAMSIM']:
70 SimObject('DRAMSim2.py')
71 Source('dramsim2_wrapper.cc')
72 Source('dramsim2.cc')
73
74DebugFlag('BaseBus')
75DebugFlag('BusAddrRanges')
76DebugFlag('CoherentBus')
77DebugFlag('NoncoherentBus')
78CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
79 'NoncoherentBus'])
80

--- 31 unchanged lines hidden ---
73
74DebugFlag('BaseBus')
75DebugFlag('BusAddrRanges')
76DebugFlag('CoherentBus')
77DebugFlag('NoncoherentBus')
78CompoundFlag('Bus', ['BaseBus', 'BusAddrRanges', 'CoherentBus',
79 'NoncoherentBus'])
80

--- 31 unchanged lines hidden ---