SConscript (4826:259b996a6da6) SConscript (4997:e7380529bd2d)
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('startup.cc')
49Source('stat_control.cc')
50Source('system.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

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

43Source('root.cc')
44Source('serialize.cc')
45Source('sim_events.cc')
46Source('sim_object.cc')
47Source('simulate.cc')
48Source('startup.cc')
49Source('stat_control.cc')
50Source('system.cc')
51Source('tlb.cc')
51
52if env['FULL_SYSTEM']:
53 Source('arguments.cc')
54 Source('pseudo_inst.cc')
55else:
56 SimObject('Process.py')
57
58 Source('process.cc')
59 Source('syscall_emul.cc')
52
53if env['FULL_SYSTEM']:
54 Source('arguments.cc')
55 Source('pseudo_inst.cc')
56else:
57 SimObject('Process.py')
58
59 Source('process.cc')
60 Source('syscall_emul.cc')