SConscript (10268:9dac4c781ad6) | SConscript (10453:d0365cc3d05f) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39SimObject('System.py') 40SimObject('DVFSHandler.py') 41SimObject('SubSystem.py') 42 43Source('arguments.cc') 44Source('async.cc') 45Source('core.cc') 46Source('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 --- 30 unchanged lines hidden (view full) --- 39SimObject('System.py') 40SimObject('DVFSHandler.py') 41SimObject('SubSystem.py') 42 43Source('arguments.cc') 44Source('async.cc') 45Source('core.cc') 46Source('debug.cc') |
47Source('py_interact.cc', skip_no_python=True) |
|
47Source('eventq.cc') 48Source('global_event.cc') | 48Source('eventq.cc') 49Source('global_event.cc') |
49Source('init.cc') | 50Source('init.cc', skip_no_python=True) 51Source('init_signals.cc') |
50Source('main.cc', main=True, skip_lib=True) 51Source('root.cc') 52Source('serialize.cc') 53Source('drain.cc') 54Source('sim_events.cc') 55Source('sim_object.cc') 56Source('sub_system.cc') 57Source('ticked_object.cc') 58Source('simulate.cc') 59Source('stat_control.cc') | 52Source('main.cc', main=True, skip_lib=True) 53Source('root.cc') 54Source('serialize.cc') 55Source('drain.cc') 56Source('sim_events.cc') 57Source('sim_object.cc') 58Source('sub_system.cc') 59Source('ticked_object.cc') 60Source('simulate.cc') 61Source('stat_control.cc') |
62Source('stat_register.cc', skip_no_python=True) |
|
60Source('clock_domain.cc') 61Source('voltage_domain.cc') 62Source('system.cc') 63Source('dvfs_handler.cc') 64 65if env['TARGET_ISA'] != 'null': 66 SimObject('InstTracer.py') 67 SimObject('Process.py') --- 28 unchanged lines hidden --- | 63Source('clock_domain.cc') 64Source('voltage_domain.cc') 65Source('system.cc') 66Source('dvfs_handler.cc') 67 68if env['TARGET_ISA'] != 'null': 69 SimObject('InstTracer.py') 70 SimObject('Process.py') --- 28 unchanged lines hidden --- |