SConscript (8784:05fb20d7064b) | SConscript (9152:86c0e6ca5e7c) |
---|---|
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 --- 48 unchanged lines hidden (view full) --- 57 Source('pseudo_inst.cc') 58 Source('system.cc') 59 60if env['TARGET_ISA'] != 'no': 61 Source('tlb.cc') 62 63DebugFlag('Checkpoint') 64DebugFlag('Config') | 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 --- 48 unchanged lines hidden (view full) --- 57 Source('pseudo_inst.cc') 58 Source('system.cc') 59 60if env['TARGET_ISA'] != 'no': 61 Source('tlb.cc') 62 63DebugFlag('Checkpoint') 64DebugFlag('Config') |
65DebugFlag('Drain') |
|
65DebugFlag('Event') 66DebugFlag('Fault') 67DebugFlag('Flow') 68DebugFlag('IPI') 69DebugFlag('IPR') 70DebugFlag('Interrupt') 71DebugFlag('Loader') 72DebugFlag('Stack') 73DebugFlag('SyscallVerbose') 74DebugFlag('TimeSync') 75DebugFlag('TLB') 76DebugFlag('Thread') 77DebugFlag('Timer') 78DebugFlag('VtoPhys') 79DebugFlag('WorkItems') | 66DebugFlag('Event') 67DebugFlag('Fault') 68DebugFlag('Flow') 69DebugFlag('IPI') 70DebugFlag('IPR') 71DebugFlag('Interrupt') 72DebugFlag('Loader') 73DebugFlag('Stack') 74DebugFlag('SyscallVerbose') 75DebugFlag('TimeSync') 76DebugFlag('TLB') 77DebugFlag('Thread') 78DebugFlag('Timer') 79DebugFlag('VtoPhys') 80DebugFlag('WorkItems') |