SConscript (9913:7f43babfde6a) SConscript (10201:30a20d2072c1)
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

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

124Source('thread_context.cc')
125Source('thread_state.cc')
126
127if env['TARGET_ISA'] == 'sparc':
128 SimObject('LegionTrace.py')
129 Source('legiontrace.cc')
130
131SimObject('DummyChecker.py')
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

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

124Source('thread_context.cc')
125Source('thread_state.cc')
126
127if env['TARGET_ISA'] == 'sparc':
128 SimObject('LegionTrace.py')
129 Source('legiontrace.cc')
130
131SimObject('DummyChecker.py')
132SimObject('StaticInstFlags.py')
132Source('checker/cpu.cc')
133Source('dummy_checker.cc')
134DebugFlag('Checker')
135
136DebugFlag('Activity')
137DebugFlag('Commit')
138DebugFlag('Context')
139DebugFlag('Decode')

--- 35 unchanged lines hidden ---
133Source('checker/cpu.cc')
134Source('dummy_checker.cc')
135DebugFlag('Checker')
136
137DebugFlag('Activity')
138DebugFlag('Commit')
139DebugFlag('Context')
140DebugFlag('Decode')

--- 35 unchanged lines hidden ---