SConscript (8774:232b5574d9c3) SConscript (8784:05fb20d7064b)
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

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

52if env['TARGET_ISA'] != 'no':
53 SimObject('Process.py')
54 SimObject('System.py')
55 Source('faults.cc')
56 Source('process.cc')
57 Source('pseudo_inst.cc')
58 Source('system.cc')
59
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

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

52if env['TARGET_ISA'] != 'no':
53 SimObject('Process.py')
54 SimObject('System.py')
55 Source('faults.cc')
56 Source('process.cc')
57 Source('pseudo_inst.cc')
58 Source('system.cc')
59
60if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no':
60if env['TARGET_ISA'] != 'no':
61 Source('tlb.cc')
62
63DebugFlag('Checkpoint')
64DebugFlag('Config')
65DebugFlag('Event')
66DebugFlag('Fault')
67DebugFlag('Flow')
68DebugFlag('IPI')
69DebugFlag('IPR')
70DebugFlag('Interrupt')
71DebugFlag('Loader')
72DebugFlag('Stack')
73DebugFlag('SyscallVerbose')
74DebugFlag('TimeSync')
75DebugFlag('TLB')
76DebugFlag('Thread')
77DebugFlag('Timer')
78DebugFlag('VtoPhys')
79DebugFlag('WorkItems')
61 Source('tlb.cc')
62
63DebugFlag('Checkpoint')
64DebugFlag('Config')
65DebugFlag('Event')
66DebugFlag('Fault')
67DebugFlag('Flow')
68DebugFlag('IPI')
69DebugFlag('IPR')
70DebugFlag('Interrupt')
71DebugFlag('Loader')
72DebugFlag('Stack')
73DebugFlag('SyscallVerbose')
74DebugFlag('TimeSync')
75DebugFlag('TLB')
76DebugFlag('Thread')
77DebugFlag('Timer')
78DebugFlag('VtoPhys')
79DebugFlag('WorkItems')