SConscript (5904:5c61233cbd53) SConscript (5909:ecbd27e5d1f8)
1# -*- mode:python -*-
2
3# Copyright (c) 2005-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

--- 99 unchanged lines hidden (view full) ---

108 SimObject('X86TLB.py')
109 TraceFlag('Predecoder', "Predecoder debug output")
110 TraceFlag('X86', "Generic X86 ISA debugging")
111
112 if env['FULL_SYSTEM']:
113 TraceFlag('LocalApic', "Local APIC debugging")
114 TraceFlag('PageTableWalker', \
115 "Page table walker state machine debugging")
1# -*- mode:python -*-
2
3# Copyright (c) 2005-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

--- 99 unchanged lines hidden (view full) ---

108 SimObject('X86TLB.py')
109 TraceFlag('Predecoder', "Predecoder debug output")
110 TraceFlag('X86', "Generic X86 ISA debugging")
111
112 if env['FULL_SYSTEM']:
113 TraceFlag('LocalApic', "Local APIC debugging")
114 TraceFlag('PageTableWalker', \
115 "Page table walker state machine debugging")
116 TraceFlag('Faults', "Trace all faults/exceptions/traps")
116
117 SimObject('X86LocalApic.py')
118 SimObject('X86System.py')
119
120 # Full-system sources
121 Source('interrupts.cc')
122 Source('linux/system.cc')
123 Source('pagetable_walker.cc')

--- 238 unchanged lines hidden ---
117
118 SimObject('X86LocalApic.py')
119 SimObject('X86System.py')
120
121 # Full-system sources
122 Source('interrupts.cc')
123 Source('linux/system.cc')
124 Source('pagetable_walker.cc')

--- 238 unchanged lines hidden ---