SConscript (9850:87d6b41749e9) SConscript (9983:2cce74fe359e)
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

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

37SimObject('VoltageDomain.py')
38SimObject('System.py')
39
40Source('arguments.cc')
41Source('async.cc')
42Source('core.cc')
43Source('debug.cc')
44Source('eventq.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

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

37SimObject('VoltageDomain.py')
38SimObject('System.py')
39
40Source('arguments.cc')
41Source('async.cc')
42Source('core.cc')
43Source('debug.cc')
44Source('eventq.cc')
45Source('global_event.cc')
45Source('init.cc')
46Source('main.cc', main=True, skip_lib=True)
47Source('root.cc')
48Source('serialize.cc')
49Source('drain.cc')
50Source('sim_events.cc')
51Source('sim_object.cc')
52Source('simulate.cc')

--- 35 unchanged lines hidden ---
46Source('init.cc')
47Source('main.cc', main=True, skip_lib=True)
48Source('root.cc')
49Source('serialize.cc')
50Source('drain.cc')
51Source('sim_events.cc')
52Source('sim_object.cc')
53Source('simulate.cc')

--- 35 unchanged lines hidden ---