SConscript (13883:f44e21d3aaa7) SConscript (13894:8603648c1679)
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

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

75Source('system.cc')
76Source('dvfs_handler.cc')
77Source('clocked_object.cc')
78Source('mathexpr.cc')
79
80if env['TARGET_ISA'] != 'null':
81 SimObject('InstTracer.py')
82 SimObject('Process.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

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

75Source('system.cc')
76Source('dvfs_handler.cc')
77Source('clocked_object.cc')
78Source('mathexpr.cc')
79
80if env['TARGET_ISA'] != 'null':
81 SimObject('InstTracer.py')
82 SimObject('Process.py')
83 Source('aux_vector.cc')
84 Source('faults.cc')
85 Source('process.cc')
86 Source('fd_array.cc')
87 Source('fd_entry.cc')
88 Source('pseudo_inst.cc')
89 Source('syscall_emul.cc')
90 Source('syscall_desc.cc')
91

--- 28 unchanged lines hidden ---
83 Source('faults.cc')
84 Source('process.cc')
85 Source('fd_array.cc')
86 Source('fd_entry.cc')
87 Source('pseudo_inst.cc')
88 Source('syscall_emul.cc')
89 Source('syscall_desc.cc')
90

--- 28 unchanged lines hidden ---