SConscript (6143:010490fd482a) SConscript (7492:acc1fbbef239)
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('init.cc')
44Source('main.cc', bin_only=True)
45Source('pseudo_inst.cc')
46Source('root.cc')
47Source('serialize.cc')
48Source('sim_events.cc')
49Source('sim_object.cc')
50Source('simulate.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('init.cc')
44Source('main.cc', bin_only=True)
45Source('pseudo_inst.cc')
46Source('root.cc')
47Source('serialize.cc')
48Source('sim_events.cc')
49Source('sim_object.cc')
50Source('simulate.cc')
51Source('startup.cc')
52Source('stat_control.cc')
53Source('system.cc')
54
55if env['FULL_SYSTEM']:
56 Source('arguments.cc')
57else:
58 Source('tlb.cc')
59 SimObject('Process.py')

--- 18 unchanged lines hidden ---
51Source('stat_control.cc')
52Source('system.cc')
53
54if env['FULL_SYSTEM']:
55 Source('arguments.cc')
56else:
57 Source('tlb.cc')
58 SimObject('Process.py')

--- 18 unchanged lines hidden ---