SConscript (5784:8a28646c4bc2) SConscript (5793:321f79ddb500)
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

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

144 if i in env['CPU_MODELS']:
145 checker_supports = True
146 if not checker_supports:
147 print "Checker only supports CPU models",
148 for i in CheckerSupportedCPUList:
149 print i,
150 print ", please set USE_CHECKER=False or use one of those CPU models"
151 Exit(1)
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

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

144 if i in env['CPU_MODELS']:
145 checker_supports = True
146 if not checker_supports:
147 print "Checker only supports CPU models",
148 for i in CheckerSupportedCPUList:
149 print i,
150 print ", please set USE_CHECKER=False or use one of those CPU models"
151 Exit(1)
152# Workaround for bug in SCons version > 0.97d20071212
153# Scons bug id: 2006 M5 Bug id: 308
154else:
155 Dir('checker')
156
157TraceFlag('Activity')
158TraceFlag('Commit')
159TraceFlag('Context')
160TraceFlag('Decode')
161TraceFlag('DynInst')
162TraceFlag('ExecEnable')
163TraceFlag('ExecCPSeq')

--- 18 unchanged lines hidden ---
152
153TraceFlag('Activity')
154TraceFlag('Commit')
155TraceFlag('Context')
156TraceFlag('Decode')
157TraceFlag('DynInst')
158TraceFlag('ExecEnable')
159TraceFlag('ExecCPSeq')

--- 18 unchanged lines hidden ---