SConscript (11077:fae097742b7e) | SConscript (11235:4162427127e9) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36SimObject('ClockDomain.py') 37SimObject('VoltageDomain.py') 38SimObject('System.py') 39SimObject('DVFSHandler.py') 40SimObject('SubSystem.py') 41 42Source('arguments.cc') 43Source('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 --- 27 unchanged lines hidden (view full) --- 36SimObject('ClockDomain.py') 37SimObject('VoltageDomain.py') 38SimObject('System.py') 39SimObject('DVFSHandler.py') 40SimObject('SubSystem.py') 41 42Source('arguments.cc') 43Source('async.cc') |
44Source('backtrace_%s.cc' % env['BACKTRACE_IMPL']) |
|
44Source('core.cc') 45Source('tags.cc') 46Source('cxx_config.cc') 47Source('cxx_manager.cc') 48Source('cxx_config_ini.cc') 49Source('debug.cc') 50Source('py_interact.cc', skip_no_python=True) 51Source('eventq.cc') --- 50 unchanged lines hidden --- | 45Source('core.cc') 46Source('tags.cc') 47Source('cxx_config.cc') 48Source('cxx_manager.cc') 49Source('cxx_config_ini.cc') 50Source('debug.cc') 51Source('py_interact.cc', skip_no_python=True) 52Source('eventq.cc') --- 50 unchanged lines hidden --- |