SConscript revision 7768
12Ssraasch@umich.edu# -*- mode:python -*- 22Ssraasch@umich.edu 32Ssraasch@umich.edu# Copyright (c) 2006 The Regents of The University of Michigan 42Ssraasch@umich.edu# All rights reserved. 52Ssraasch@umich.edu# 62Ssraasch@umich.edu# Redistribution and use in source and binary forms, with or without 72Ssraasch@umich.edu# modification, are permitted provided that the following conditions are 82Ssraasch@umich.edu# met: redistributions of source code must retain the above copyright 92Ssraasch@umich.edu# notice, this list of conditions and the following disclaimer; 102Ssraasch@umich.edu# redistributions in binary form must reproduce the above copyright 112Ssraasch@umich.edu# notice, this list of conditions and the following disclaimer in the 122Ssraasch@umich.edu# documentation and/or other materials provided with the distribution; 132Ssraasch@umich.edu# neither the name of the copyright holders nor the names of its 142Ssraasch@umich.edu# contributors may be used to endorse or promote products derived from 152Ssraasch@umich.edu# this software without specific prior written permission. 162Ssraasch@umich.edu# 172Ssraasch@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 182Ssraasch@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 192Ssraasch@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 202Ssraasch@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 212Ssraasch@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 222Ssraasch@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 232Ssraasch@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 242Ssraasch@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 252Ssraasch@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 262Ssraasch@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 272Ssraasch@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 282Ssraasch@umich.edu# 292Ssraasch@umich.edu# Authors: Nathan Binkert 302Ssraasch@umich.edu 312Ssraasch@umich.eduImport('*') 322Ssraasch@umich.edu 332Ssraasch@umich.eduif env['TARGET_ISA'] == 'no': 342Ssraasch@umich.edu Return() 352Ssraasch@umich.edu 362Ssraasch@umich.eduSource('base.cc') 372Ssraasch@umich.eduSource('ghb.cc') 382Ssraasch@umich.eduSource('stride.cc') 392Ssraasch@umich.eduSource('tagged.cc') 402Ssraasch@umich.edu 412Ssraasch@umich.edu