SConscript (5016:ff150203e22d) | SConscript (5192:582e583f8e7e) |
---|---|
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 --- 44 unchanged lines hidden (view full) --- 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') | 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 --- 44 unchanged lines hidden (view full) --- 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') |
61 62TraceFlag('Config') 63TraceFlag('Event') 64TraceFlag('Fault') 65TraceFlag('Flow') 66TraceFlag('IPI') 67TraceFlag('IPR') 68TraceFlag('Interrupt') 69TraceFlag('Loader') 70TraceFlag('Stack') 71TraceFlag('SyscallVerbose') 72TraceFlag('TLB') 73TraceFlag('Thread') 74TraceFlag('Timer') 75TraceFlag('VtoPhys') |
|