SConscript (10930:ddc3d96d6313) | SConscript (11077:fae097742b7e) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37SimObject('VoltageDomain.py') 38SimObject('System.py') 39SimObject('DVFSHandler.py') 40SimObject('SubSystem.py') 41 42Source('arguments.cc') 43Source('async.cc') 44Source('core.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 --- 28 unchanged lines hidden (view full) --- 37SimObject('VoltageDomain.py') 38SimObject('System.py') 39SimObject('DVFSHandler.py') 40SimObject('SubSystem.py') 41 42Source('arguments.cc') 43Source('async.cc') 44Source('core.cc') |
45Source('tags.cc') |
|
45Source('cxx_config.cc') 46Source('cxx_manager.cc') 47Source('cxx_config_ini.cc') 48Source('debug.cc') 49Source('py_interact.cc', skip_no_python=True) 50Source('eventq.cc') 51Source('global_event.cc') 52Source('init.cc', skip_no_python=True) --- 48 unchanged lines hidden --- | 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') 52Source('global_event.cc') 53Source('init.cc', skip_no_python=True) --- 48 unchanged lines hidden --- |