SConscript (5192:582e583f8e7e) SConscript (5474:a9b2504432d1)
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

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

30
31Import('*')
32
33SimObject('Root.py')
34SimObject('System.py')
35SimObject('InstTracer.py')
36
37Source('async.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

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

30
31Import('*')
32
33SimObject('Root.py')
34SimObject('System.py')
35SimObject('InstTracer.py')
36
37Source('async.cc')
38Source('compile_info.cc')
38Source('core.cc')
39Source('debug.cc')
40Source('eventq.cc')
41Source('faults.cc')
42Source('main.cc')
43Source('root.cc')
44Source('serialize.cc')
45Source('sim_events.cc')

--- 30 unchanged lines hidden ---
39Source('core.cc')
40Source('debug.cc')
41Source('eventq.cc')
42Source('faults.cc')
43Source('main.cc')
44Source('root.cc')
45Source('serialize.cc')
46Source('sim_events.cc')

--- 30 unchanged lines hidden ---