SConscript (5400:fee00a595efc) SConscript (5650:d2782c951841)
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

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

42Source('bridge.cc')
43Source('bus.cc')
44Source('dram.cc')
45Source('mem_object.cc')
46Source('packet.cc')
47Source('physical.cc')
48Source('port.cc')
49Source('tport.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

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

42Source('bridge.cc')
43Source('bus.cc')
44Source('dram.cc')
45Source('mem_object.cc')
46Source('packet.cc')
47Source('physical.cc')
48Source('port.cc')
49Source('tport.cc')
50Source('mport.cc')
50
51if env['FULL_SYSTEM']:
52 Source('vport.cc')
53else:
54 Source('page_table.cc')
55 Source('translating_port.cc')
56
57TraceFlag('Bus')
58TraceFlag('BusAddrRanges')
59TraceFlag('BusBridge')
60TraceFlag('LLSC')
61TraceFlag('MMU')
62TraceFlag('MemoryAccess')
51
52if env['FULL_SYSTEM']:
53 Source('vport.cc')
54else:
55 Source('page_table.cc')
56 Source('translating_port.cc')
57
58TraceFlag('Bus')
59TraceFlag('BusAddrRanges')
60TraceFlag('BusBridge')
61TraceFlag('LLSC')
62TraceFlag('MMU')
63TraceFlag('MemoryAccess')