SConscript (5628:f79155751e1d) | SConscript (5780:50c9d48de3ca) |
---|---|
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 --- 29 unchanged lines hidden (view full) --- 38Source('async.cc') 39Source('compile_info.cc') 40Source('core.cc') 41Source('debug.cc') 42Source('eventq.cc') 43Source('faults.cc') 44Source('init.cc') 45BinSource('main.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 --- 29 unchanged lines hidden (view full) --- 38Source('async.cc') 39Source('compile_info.cc') 40Source('core.cc') 41Source('debug.cc') 42Source('eventq.cc') 43Source('faults.cc') 44Source('init.cc') 45BinSource('main.cc') |
46Source('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') 53Source('system.cc') 54 55if env['FULL_SYSTEM']: 56 Source('arguments.cc') | 47Source('root.cc') 48Source('serialize.cc') 49Source('sim_events.cc') 50Source('sim_object.cc') 51Source('simulate.cc') 52Source('startup.cc') 53Source('stat_control.cc') 54Source('system.cc') 55 56if env['FULL_SYSTEM']: 57 Source('arguments.cc') |
57 Source('pseudo_inst.cc') | |
58else: 59 Source('tlb.cc') 60 SimObject('Process.py') 61 62 Source('process.cc') 63 Source('syscall_emul.cc') 64 65TraceFlag('Config') --- 13 unchanged lines hidden --- | 58else: 59 Source('tlb.cc') 60 SimObject('Process.py') 61 62 Source('process.cc') 63 Source('syscall_emul.cc') 64 65TraceFlag('Config') --- 13 unchanged lines hidden --- |