SConscript (10662:c3fd4c020e49) SConscript (10663:fae54a666162)
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

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

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')
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

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

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('CPUTracers.py')
41SimObject('FuncUnit.py')
42SimObject('FuncUnit.py')
42SimObject('ExeTracer.py')
43SimObject('IntelTrace.py')
44SimObject('IntrControl.py')
43SimObject('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')

--- 60 unchanged lines hidden ---
44SimObject('TimingExpr.py')
45
46Source('activity.cc')
47Source('base.cc')
48Source('cpuevent.cc')
49Source('exetrace.cc')
50Source('exec_context.cc')
51Source('func_unit.cc')

--- 60 unchanged lines hidden ---