SConscript revision 13207
12207SN/A# -*- mode:python -*-
25254Sksewell@umich.edu
35254Sksewell@umich.edu# Copyright (c) 2006 The Regents of The University of Michigan
42207SN/A# All rights reserved.
55254Sksewell@umich.edu#
65254Sksewell@umich.edu# Redistribution and use in source and binary forms, with or without
75254Sksewell@umich.edu# modification, are permitted provided that the following conditions are
85254Sksewell@umich.edu# met: redistributions of source code must retain the above copyright
95254Sksewell@umich.edu# notice, this list of conditions and the following disclaimer;
105254Sksewell@umich.edu# redistributions in binary form must reproduce the above copyright
115254Sksewell@umich.edu# notice, this list of conditions and the following disclaimer in the
125254Sksewell@umich.edu# documentation and/or other materials provided with the distribution;
135254Sksewell@umich.edu# neither the name of the copyright holders nor the names of its
145254Sksewell@umich.edu# contributors may be used to endorse or promote products derived from
152207SN/A# this software without specific prior written permission.
165254Sksewell@umich.edu#
175254Sksewell@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
185254Sksewell@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
195254Sksewell@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
205254Sksewell@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
215254Sksewell@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
225254Sksewell@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
235254Sksewell@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
245254Sksewell@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
255254Sksewell@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
265254Sksewell@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
272665Ssaidi@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
285254Sksewell@umich.edu#
295254Sksewell@umich.edu# Authors: Steve Reinhardt
305254Sksewell@umich.edu
312207SN/AImport('*')
322207SN/A
332474SN/Aif env['TARGET_ISA'] == 'null':
342207SN/A    Return()
352454SN/A
362454SN/ASimObject('BranchPredictor.py')
372680Sktlim@umich.edu
382474SN/ADebugFlag('Indirect')
392207SN/ASource('bpred_unit.cc')
402447SN/ASource('2bit_local.cc')
412474SN/ASource('btb.cc')
422447SN/ASource('indirect.cc')
435958Sgblack@eecs.umich.eduSource('ras.cc')
445958Sgblack@eecs.umich.eduSource('tournament.cc')
455958Sgblack@eecs.umich.eduSource ('bi_mode.cc')
465958Sgblack@eecs.umich.eduSource('ltage.cc')
475154Sgblack@eecs.umich.eduDebugFlag('FreeList')
485154Sgblack@eecs.umich.eduDebugFlag('Branch')
495154Sgblack@eecs.umich.eduDebugFlag('LTage')
502474SN/A