SConscript (12302:5771c4c65b23) | SConscript (13771:10d990934f15) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 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') | 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 --- 40 unchanged lines hidden (view full) --- 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') |
|
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') --- 51 unchanged lines hidden --- | 58Source('root.cc') 59Source('serialize.cc') 60Source('drain.cc') 61Source('sim_events.cc') 62Source('sim_object.cc') 63Source('sub_system.cc') 64Source('ticked_object.cc') 65Source('simulate.cc') --- 51 unchanged lines hidden --- |