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')
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')