SConscript (8335:9228e00459d4) SConscript (8766:b0773af78423)
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

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

43Source('root.cc')
44Source('serialize.cc')
45Source('sim_events.cc')
46Source('sim_object.cc')
47Source('simulate.cc')
48Source('stat_control.cc')
49
50if env['TARGET_ISA'] != 'no':
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

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

43Source('root.cc')
44Source('serialize.cc')
45Source('sim_events.cc')
46Source('sim_object.cc')
47Source('simulate.cc')
48Source('stat_control.cc')
49
50if env['TARGET_ISA'] != 'no':
51 SimObject('Process.py')
51 SimObject('System.py')
52 Source('faults.cc')
52 SimObject('System.py')
53 Source('faults.cc')
54 Source('process.cc')
53 Source('pseudo_inst.cc')
54 Source('system.cc')
55
56if env['FULL_SYSTEM']:
57 Source('arguments.cc')
58elif env['TARGET_ISA'] != 'no':
59 Source('tlb.cc')
55 Source('pseudo_inst.cc')
56 Source('system.cc')
57
58if env['FULL_SYSTEM']:
59 Source('arguments.cc')
60elif env['TARGET_ISA'] != 'no':
61 Source('tlb.cc')
60 SimObject('Process.py')
61
62
62 Source('process.cc')
63 Source('syscall_emul.cc')
64
65DebugFlag('Checkpoint')
66DebugFlag('Config')
67DebugFlag('Event')
68DebugFlag('Fault')
69DebugFlag('Flow')
70DebugFlag('IPI')
71DebugFlag('IPR')
72DebugFlag('Interrupt')
73DebugFlag('Loader')
74DebugFlag('Stack')
75DebugFlag('SyscallVerbose')
76DebugFlag('TimeSync')
77DebugFlag('TLB')
78DebugFlag('Thread')
79DebugFlag('Timer')
80DebugFlag('VtoPhys')
81DebugFlag('WorkItems')
63 Source('syscall_emul.cc')
64
65DebugFlag('Checkpoint')
66DebugFlag('Config')
67DebugFlag('Event')
68DebugFlag('Fault')
69DebugFlag('Flow')
70DebugFlag('IPI')
71DebugFlag('IPR')
72DebugFlag('Interrupt')
73DebugFlag('Loader')
74DebugFlag('Stack')
75DebugFlag('SyscallVerbose')
76DebugFlag('TimeSync')
77DebugFlag('TLB')
78DebugFlag('Thread')
79DebugFlag('Timer')
80DebugFlag('VtoPhys')
81DebugFlag('WorkItems')