SConscript (7914:eee5bb0fb8ea) SConscript (8233:15b5ea80fd95)
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

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

34SimObject('Root.py')
35SimObject('InstTracer.py')
36
37Source('async.cc')
38Source('core.cc')
39Source('debug.cc')
40Source('eventq.cc')
41Source('init.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

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

34SimObject('Root.py')
35SimObject('InstTracer.py')
36
37Source('async.cc')
38Source('core.cc')
39Source('debug.cc')
40Source('eventq.cc')
41Source('init.cc')
42Source('main.cc', bin_only=True)
42Source('main.cc', main=True, skip_lib=True)
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':

--- 31 unchanged lines hidden ---
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':

--- 31 unchanged lines hidden ---