SConscript revision 7170
111413Ssteve.reinhardt@amd.com# -*- mode:python -*- 211413Ssteve.reinhardt@amd.com 311413Ssteve.reinhardt@amd.com# Copyright (c) 2004-2005 The Regents of The University of Michigan 411413Ssteve.reinhardt@amd.com# All rights reserved. 511413Ssteve.reinhardt@amd.com# 611413Ssteve.reinhardt@amd.com# Redistribution and use in source and binary forms, with or without 711413Ssteve.reinhardt@amd.com# modification, are permitted provided that the following conditions are 811413Ssteve.reinhardt@amd.com# met: redistributions of source code must retain the above copyright 911413Ssteve.reinhardt@amd.com# notice, this list of conditions and the following disclaimer; 1011413Ssteve.reinhardt@amd.com# redistributions in binary form must reproduce the above copyright 1111413Ssteve.reinhardt@amd.com# notice, this list of conditions and the following disclaimer in the 1211413Ssteve.reinhardt@amd.com# documentation and/or other materials provided with the distribution; 1311413Ssteve.reinhardt@amd.com# neither the name of the copyright holders nor the names of its 1411413Ssteve.reinhardt@amd.com# contributors may be used to endorse or promote products derived from 1511413Ssteve.reinhardt@amd.com# this software without specific prior written permission. 1611413Ssteve.reinhardt@amd.com# 1711413Ssteve.reinhardt@amd.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1811413Ssteve.reinhardt@amd.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1911413Ssteve.reinhardt@amd.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 2011413Ssteve.reinhardt@amd.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2111413Ssteve.reinhardt@amd.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2211413Ssteve.reinhardt@amd.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2311413Ssteve.reinhardt@amd.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2411413Ssteve.reinhardt@amd.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2511413Ssteve.reinhardt@amd.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2611413Ssteve.reinhardt@amd.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2711413Ssteve.reinhardt@amd.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2811413Ssteve.reinhardt@amd.com# 2911413Ssteve.reinhardt@amd.com# Authors: Steve Reinhardt 3011413Ssteve.reinhardt@amd.com# Nathan Binkert 3111413Ssteve.reinhardt@amd.com 3211413Ssteve.reinhardt@amd.comImport('*') 3311413Ssteve.reinhardt@amd.com 3411413Ssteve.reinhardt@amd.comPySource('m5', 'jobfile.py') 3511413Ssteve.reinhardt@amd.com