SConscript (4762:c94e103c83ad) | SConscript (4776:8c8407243a2c) |
---|---|
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 --- 18 unchanged lines hidden (view full) --- 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 33SimObject('Root.py') 34SimObject('System.py') | 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 --- 18 unchanged lines hidden (view full) --- 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 33SimObject('Root.py') 34SimObject('System.py') |
35SimObject('InstTracer.py') |
|
35 36Source('async.cc') 37Source('core.cc') 38Source('debug.cc') 39Source('eventq.cc') 40Source('faults.cc') 41Source('main.cc') 42Source('root.cc') --- 15 unchanged lines hidden --- | 36 37Source('async.cc') 38Source('core.cc') 39Source('debug.cc') 40Source('eventq.cc') 41Source('faults.cc') 42Source('main.cc') 43Source('root.cc') --- 15 unchanged lines hidden --- |