Deleted Added
sdiff udiff text old ( 10259:ebb376f73dd2 ) new ( 10319:4207f9bfcceb )
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

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

30
31Import('*')
32
33if env['TARGET_ISA'] == 'null':
34 SimObject('IntrControl.py')
35 Source('intr_control_noisa.cc')
36 Return()
37
38SimObject('CheckerCPU.py')
39
40SimObject('BaseCPU.py')
41SimObject('FuncUnit.py')
42SimObject('ExeTracer.py')
43SimObject('IntelTrace.py')
44SimObject('IntrControl.py')
45SimObject('NativeTrace.py')
46SimObject('TimingExpr.py')
47
48Source('activity.cc')
49Source('base.cc')
50Source('cpuevent.cc')
51Source('exetrace.cc')
52Source('exec_context.cc')
53Source('func_unit.cc')
54Source('inteltrace.cc')
55Source('intr_control.cc')
56Source('nativetrace.cc')
57Source('pc_event.cc')
58Source('profile.cc')
59Source('quiesce_event.cc')
60Source('reg_class.cc')

--- 55 unchanged lines hidden ---