SConscript (2929:f986dc04e25f) SConscript (2932:eba74420a01c)
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

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

155 o3/rename.cc
156 o3/rename_map.cc
157 o3/rob.cc
158 o3/scoreboard.cc
159 o3/store_set.cc
160 ''')
161 if env['USE_CHECKER']:
162 sources += Split('o3/checker_builder.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

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

155 o3/rename.cc
156 o3/rename_map.cc
157 o3/rob.cc
158 o3/scoreboard.cc
159 o3/store_set.cc
160 ''')
161 if env['USE_CHECKER']:
162 sources += Split('o3/checker_builder.cc')
163 env['SMT_CPU_MODELS'].append('O3CPU')
163 else:
164 env['SMT_CPU_MODELS'].append('O3CPU') # Checker doesn't support SMT right now
164
165if 'OzoneCPU' in env['CPU_MODELS']:
166 need_bp_unit = True
167 sources += Split('''
168 ozone/base_dyn_inst.cc
169 ozone/bpred_unit.cc
170 ozone/cpu.cc
171 ozone/cpu_builder.cc

--- 40 unchanged lines hidden ---
165
166if 'OzoneCPU' in env['CPU_MODELS']:
167 need_bp_unit = True
168 sources += Split('''
169 ozone/base_dyn_inst.cc
170 ozone/bpred_unit.cc
171 ozone/cpu.cc
172 ozone/cpu_builder.cc

--- 40 unchanged lines hidden ---