SConscript (5793:321f79ddb500) | SConscript (5800:19c06c037040) |
---|---|
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 --- 92 unchanged lines hidden (view full) --- 101 Source('predecoder.cc') 102 Source('predecoder_tables.cc') 103 Source('regfile.cc') 104 Source('remote_gdb.cc') 105 Source('tlb.cc') 106 Source('utility.cc') 107 108 SimObject('X86TLB.py') | 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 --- 92 unchanged lines hidden (view full) --- 101 Source('predecoder.cc') 102 Source('predecoder_tables.cc') 103 Source('regfile.cc') 104 Source('remote_gdb.cc') 105 Source('tlb.cc') 106 Source('utility.cc') 107 108 SimObject('X86TLB.py') |
109 TraceFlag('Predecoder') 110 TraceFlag('X86') | 109 TraceFlag('Predecoder', "Predecoder debug output") 110 TraceFlag('X86', "Generic X86 ISA debugging") |
111 112 if env['FULL_SYSTEM']: | 111 112 if env['FULL_SYSTEM']: |
113 TraceFlag('LocalApic') | 113 TraceFlag('LocalApic', "Local APIC debugging") |
114 115 SimObject('X86LocalApic.py') 116 SimObject('X86System.py') 117 118 # Full-system sources 119 Source('interrupts.cc') 120 Source('linux/system.cc') 121 Source('pagetable_walker.cc') --- 238 unchanged lines hidden --- | 114 115 SimObject('X86LocalApic.py') 116 SimObject('X86System.py') 117 118 # Full-system sources 119 Source('interrupts.cc') 120 Source('linux/system.cc') 121 Source('pagetable_walker.cc') --- 238 unchanged lines hidden --- |