SConscript (10453:d0365cc3d05f) SConscript (10458:64809024b924)
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

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

38SimObject('VoltageDomain.py')
39SimObject('System.py')
40SimObject('DVFSHandler.py')
41SimObject('SubSystem.py')
42
43Source('arguments.cc')
44Source('async.cc')
45Source('core.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

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

38SimObject('VoltageDomain.py')
39SimObject('System.py')
40SimObject('DVFSHandler.py')
41SimObject('SubSystem.py')
42
43Source('arguments.cc')
44Source('async.cc')
45Source('core.cc')
46Source('cxx_config.cc')
47Source('cxx_manager.cc')
48Source('cxx_config_ini.cc')
46Source('debug.cc')
47Source('py_interact.cc', skip_no_python=True)
48Source('eventq.cc')
49Source('global_event.cc')
50Source('init.cc', skip_no_python=True)
51Source('init_signals.cc')
52Source('main.cc', main=True, skip_lib=True)
53Source('root.cc')

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

71 Source('faults.cc')
72 Source('process.cc')
73 Source('pseudo_inst.cc')
74 Source('syscall_emul.cc')
75 Source('tlb.cc')
76
77DebugFlag('Checkpoint')
78DebugFlag('Config')
49Source('debug.cc')
50Source('py_interact.cc', skip_no_python=True)
51Source('eventq.cc')
52Source('global_event.cc')
53Source('init.cc', skip_no_python=True)
54Source('init_signals.cc')
55Source('main.cc', main=True, skip_lib=True)
56Source('root.cc')

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

74 Source('faults.cc')
75 Source('process.cc')
76 Source('pseudo_inst.cc')
77 Source('syscall_emul.cc')
78 Source('tlb.cc')
79
80DebugFlag('Checkpoint')
81DebugFlag('Config')
82DebugFlag('CxxConfig')
79DebugFlag('Drain')
80DebugFlag('Event')
81DebugFlag('Fault')
82DebugFlag('Flow')
83DebugFlag('IPI')
84DebugFlag('IPR')
85DebugFlag('Interrupt')
86DebugFlag('Loader')

--- 12 unchanged lines hidden ---
83DebugFlag('Drain')
84DebugFlag('Event')
85DebugFlag('Fault')
86DebugFlag('Flow')
87DebugFlag('IPI')
88DebugFlag('IPR')
89DebugFlag('Interrupt')
90DebugFlag('Loader')

--- 12 unchanged lines hidden ---