SConscript (5474:a9b2504432d1) SConscript (5522:e56c3d89be79)
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

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

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

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

35SimObject('InstTracer.py')
36
37Source('async.cc')
38Source('compile_info.cc')
39Source('core.cc')
40Source('debug.cc')
41Source('eventq.cc')
42Source('faults.cc')
43Source('main.cc')
43Source('init.cc')
44BinSource('main.cc')
44Source('root.cc')
45Source('serialize.cc')
46Source('sim_events.cc')
47Source('sim_object.cc')
48Source('simulate.cc')
49Source('startup.cc')
50Source('stat_control.cc')
51Source('system.cc')

--- 25 unchanged lines hidden ---
45Source('root.cc')
46Source('serialize.cc')
47Source('sim_events.cc')
48Source('sim_object.cc')
49Source('simulate.cc')
50Source('startup.cc')
51Source('stat_control.cc')
52Source('system.cc')

--- 25 unchanged lines hidden ---