Deleted Added
sdiff udiff text old ( 5400:fee00a595efc ) new ( 5650:d2782c951841 )
full compact
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')
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')