SConscript (11909:71fb1f21e9d6) | SConscript (12302:5771c4c65b23) |
---|---|
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 --- 34 unchanged lines hidden (view full) --- 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') | 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 --- 34 unchanged lines hidden (view full) --- 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', skip_no_python=True) | 51Source('py_interact.cc', add_tags='python') |
52Source('eventq.cc') 53Source('global_event.cc') | 52Source('eventq.cc') 53Source('global_event.cc') |
54Source('init.cc', skip_no_python=True) | 54Source('init.cc', add_tags='python') |
55Source('init_signals.cc') | 55Source('init_signals.cc') |
56Source('main.cc', main=True, skip_lib=True) | 56Source('main.cc', tags='main') |
57Source('root.cc') 58Source('serialize.cc') 59Source('drain.cc') 60Source('sim_events.cc') 61Source('sim_object.cc') 62Source('sub_system.cc') 63Source('ticked_object.cc') 64Source('simulate.cc') 65Source('stat_control.cc') | 57Source('root.cc') 58Source('serialize.cc') 59Source('drain.cc') 60Source('sim_events.cc') 61Source('sim_object.cc') 62Source('sub_system.cc') 63Source('ticked_object.cc') 64Source('simulate.cc') 65Source('stat_control.cc') |
66Source('stat_register.cc', skip_no_python=True) | 66Source('stat_register.cc', add_tags='python') |
67Source('clock_domain.cc') 68Source('voltage_domain.cc') 69Source('se_signal.cc') 70Source('linear_solver.cc') 71Source('system.cc') 72Source('dvfs_handler.cc') 73Source('clocked_object.cc') 74Source('mathexpr.cc') --- 41 unchanged lines hidden --- | 67Source('clock_domain.cc') 68Source('voltage_domain.cc') 69Source('se_signal.cc') 70Source('linear_solver.cc') 71Source('system.cc') 72Source('dvfs_handler.cc') 73Source('clocked_object.cc') 74Source('mathexpr.cc') --- 41 unchanged lines hidden --- |