SConscript (13784:1941dc118243) | SConscript (13883:f44e21d3aaa7) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33SimObject('ClockedObject.py') 34SimObject('TickedObject.py') 35SimObject('Root.py') 36SimObject('ClockDomain.py') 37SimObject('VoltageDomain.py') 38SimObject('System.py') 39SimObject('DVFSHandler.py') 40SimObject('SubSystem.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 --- 24 unchanged lines hidden (view full) --- 33SimObject('ClockedObject.py') 34SimObject('TickedObject.py') 35SimObject('Root.py') 36SimObject('ClockDomain.py') 37SimObject('VoltageDomain.py') 38SimObject('System.py') 39SimObject('DVFSHandler.py') 40SimObject('SubSystem.py') |
41SimObject('RedirectPath.py') |
|
41 42Source('arguments.cc') 43Source('async.cc') 44Source('backtrace_%s.cc' % env['BACKTRACE_IMPL']) 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', add_tags='python') 52Source('eventq.cc') 53Source('global_event.cc') 54Source('init.cc', add_tags='python') 55Source('init_signals.cc') 56Source('main.cc', tags='main') 57Source('port.cc') 58Source('python.cc', add_tags='python') | 42 43Source('arguments.cc') 44Source('async.cc') 45Source('backtrace_%s.cc' % env['BACKTRACE_IMPL']) 46Source('core.cc') 47Source('tags.cc') 48Source('cxx_config.cc') 49Source('cxx_manager.cc') 50Source('cxx_config_ini.cc') 51Source('debug.cc') 52Source('py_interact.cc', add_tags='python') 53Source('eventq.cc') 54Source('global_event.cc') 55Source('init.cc', add_tags='python') 56Source('init_signals.cc') 57Source('main.cc', tags='main') 58Source('port.cc') 59Source('python.cc', add_tags='python') |
60Source('redirect_path.cc') |
|
59Source('root.cc') 60Source('serialize.cc') 61Source('drain.cc') 62Source('sim_events.cc') 63Source('sim_object.cc') 64Source('sub_system.cc') 65Source('ticked_object.cc') 66Source('simulate.cc') --- 51 unchanged lines hidden --- | 61Source('root.cc') 62Source('serialize.cc') 63Source('drain.cc') 64Source('sim_events.cc') 65Source('sim_object.cc') 66Source('sub_system.cc') 67Source('ticked_object.cc') 68Source('simulate.cc') --- 51 unchanged lines hidden --- |