SConscript (5780:50c9d48de3ca) SConscript (5798:edbf23127462)
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

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

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

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

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

--- 31 unchanged lines hidden ---
39Source('core.cc')
40Source('debug.cc')
41Source('eventq.cc')
42Source('faults.cc')
43Source('init.cc')
44BinSource('main.cc')
45Source('pseudo_inst.cc')
46Source('root.cc')

--- 31 unchanged lines hidden ---