SConscript revision 5192
19793Sakash.bagdia@arm.com# -*- mode:python -*- 28706Sandreas.hansson@arm.com 38706Sandreas.hansson@arm.com# Copyright (c) 2006 The Regents of The University of Michigan 48706Sandreas.hansson@arm.com# All rights reserved. 58706Sandreas.hansson@arm.com# 68706Sandreas.hansson@arm.com# Redistribution and use in source and binary forms, with or without 78706Sandreas.hansson@arm.com# modification, are permitted provided that the following conditions are 88706Sandreas.hansson@arm.com# met: redistributions of source code must retain the above copyright 98706Sandreas.hansson@arm.com# notice, this list of conditions and the following disclaimer; 108706Sandreas.hansson@arm.com# redistributions in binary form must reproduce the above copyright 118706Sandreas.hansson@arm.com# notice, this list of conditions and the following disclaimer in the 128706Sandreas.hansson@arm.com# documentation and/or other materials provided with the distribution; 135369Ssaidi@eecs.umich.edu# neither the name of the copyright holders nor the names of its 143005Sstever@eecs.umich.edu# contributors may be used to endorse or promote products derived from 153005Sstever@eecs.umich.edu# this software without specific prior written permission. 163005Sstever@eecs.umich.edu# 173005Sstever@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 183005Sstever@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 193005Sstever@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 203005Sstever@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 213005Sstever@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 223005Sstever@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 233005Sstever@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 243005Sstever@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 253005Sstever@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 263005Sstever@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 273005Sstever@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 283005Sstever@eecs.umich.edu# 293005Sstever@eecs.umich.edu# Authors: Steve Reinhardt 303005Sstever@eecs.umich.edu# Gabe Black 313005Sstever@eecs.umich.edu 323005Sstever@eecs.umich.eduImport('*') 333005Sstever@eecs.umich.edu 343005Sstever@eecs.umich.eduif env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'sparc': 353005Sstever@eecs.umich.edu SimObject('T1000.py') 363005Sstever@eecs.umich.edu 373005Sstever@eecs.umich.edu Source('dtod.cc') 383005Sstever@eecs.umich.edu Source('iob.cc') 393005Sstever@eecs.umich.edu Source('t1000.cc') 403005Sstever@eecs.umich.edu Source('mm_disk.cc') 412710SN/A 422710SN/A TraceFlag('Iob') 433005Sstever@eecs.umich.edu