SConscript (9024:5851586f399c) | SConscript (9340:40f8c6a8f38d) |
---|---|
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 --- 113 unchanged lines hidden (view full) --- 122Source('thread_state.cc') 123 124if env['TARGET_ISA'] == 'sparc': 125 SimObject('LegionTrace.py') 126 Source('legiontrace.cc') 127 128SimObject('DummyChecker.py') 129Source('checker/cpu.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 --- 113 unchanged lines hidden (view full) --- 122Source('thread_state.cc') 123 124if env['TARGET_ISA'] == 'sparc': 125 SimObject('LegionTrace.py') 126 Source('legiontrace.cc') 127 128SimObject('DummyChecker.py') 129Source('checker/cpu.cc') |
130Source('dummy_checker_builder.cc') | 130Source('dummy_checker.cc') |
131DebugFlag('Checker') 132 133DebugFlag('Activity') 134DebugFlag('Commit') 135DebugFlag('Context') 136DebugFlag('Decode') 137DebugFlag('DynInst') 138DebugFlag('ExecEnable') --- 33 unchanged lines hidden --- | 131DebugFlag('Checker') 132 133DebugFlag('Activity') 134DebugFlag('Commit') 135DebugFlag('Context') 136DebugFlag('Decode') 137DebugFlag('DynInst') 138DebugFlag('ExecEnable') --- 33 unchanged lines hidden --- |