SConscript (5798:edbf23127462) | SConscript (6143:010490fd482a) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36SimObject('InstTracer.py') 37 38Source('async.cc') 39Source('core.cc') 40Source('debug.cc') 41Source('eventq.cc') 42Source('faults.cc') 43Source('init.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 --- 27 unchanged lines hidden (view full) --- 36SimObject('InstTracer.py') 37 38Source('async.cc') 39Source('core.cc') 40Source('debug.cc') 41Source('eventq.cc') 42Source('faults.cc') 43Source('init.cc') |
44BinSource('main.cc') | 44Source('main.cc', bin_only=True) |
45Source('pseudo_inst.cc') 46Source('root.cc') 47Source('serialize.cc') 48Source('sim_events.cc') 49Source('sim_object.cc') 50Source('simulate.cc') 51Source('startup.cc') 52Source('stat_control.cc') --- 25 unchanged lines hidden --- | 45Source('pseudo_inst.cc') 46Source('root.cc') 47Source('serialize.cc') 48Source('sim_events.cc') 49Source('sim_object.cc') 50Source('simulate.cc') 51Source('startup.cc') 52Source('stat_control.cc') --- 25 unchanged lines hidden --- |