SConscript (4997:e7380529bd2d) | SConscript (5016:ff150203e22d) |
---|---|
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('root.cc') 44Source('serialize.cc') 45Source('sim_events.cc') 46Source('sim_object.cc') 47Source('simulate.cc') 48Source('startup.cc') 49Source('stat_control.cc') 50Source('system.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('root.cc') 44Source('serialize.cc') 45Source('sim_events.cc') 46Source('sim_object.cc') 47Source('simulate.cc') 48Source('startup.cc') 49Source('stat_control.cc') 50Source('system.cc') |
51Source('tlb.cc') | |
52 53if env['FULL_SYSTEM']: 54 Source('arguments.cc') 55 Source('pseudo_inst.cc') 56else: | 51 52if env['FULL_SYSTEM']: 53 Source('arguments.cc') 54 Source('pseudo_inst.cc') 55else: |
56 Source('tlb.cc') |
|
57 SimObject('Process.py') 58 59 Source('process.cc') 60 Source('syscall_emul.cc') | 57 SimObject('Process.py') 58 59 Source('process.cc') 60 Source('syscall_emul.cc') |