SConscript revision 12892
111661Stushar@ece.gatech.edu# -*- mode:python -*- 211661Stushar@ece.gatech.edu 311661Stushar@ece.gatech.edu# Copyright (c) 2016 Georgia Institute of Technology. 411661Stushar@ece.gatech.edu# All rights reserved. 511661Stushar@ece.gatech.edu# 611661Stushar@ece.gatech.edu# Redistribution and use in source and binary forms, with or without 711661Stushar@ece.gatech.edu# modification, are permitted provided that the following conditions are 811661Stushar@ece.gatech.edu# met: redistributions of source code must retain the above copyright 911661Stushar@ece.gatech.edu# notice, this list of conditions and the following disclaimer; 1011661Stushar@ece.gatech.edu# redistributions in binary form must reproduce the above copyright 1111661Stushar@ece.gatech.edu# notice, this list of conditions and the following disclaimer in the 1211661Stushar@ece.gatech.edu# documentation and/or other materials provided with the distribution; 1311661Stushar@ece.gatech.edu# neither the name of the copyright holders nor the names of its 1411661Stushar@ece.gatech.edu# contributors may be used to endorse or promote products derived from 1511661Stushar@ece.gatech.edu# this software without specific prior written permission. 1611661Stushar@ece.gatech.edu# 1711661Stushar@ece.gatech.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1811661Stushar@ece.gatech.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1911661Stushar@ece.gatech.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 2011661Stushar@ece.gatech.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2111661Stushar@ece.gatech.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2211661Stushar@ece.gatech.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2311661Stushar@ece.gatech.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2411661Stushar@ece.gatech.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2511661Stushar@ece.gatech.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2611661Stushar@ece.gatech.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2711661Stushar@ece.gatech.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2811661Stushar@ece.gatech.edu# 2911661Stushar@ece.gatech.edu# Authors: Tushar Krishna 3011661Stushar@ece.gatech.edu 3111661Stushar@ece.gatech.eduImport('*') 3211661Stushar@ece.gatech.edu 3312892Sbrandon.potter@amd.comif env['PROTOCOL'] == 'None': 3412892Sbrandon.potter@amd.com Return() 3512892Sbrandon.potter@amd.com 3611661Stushar@ece.gatech.eduSimObject('GarnetSyntheticTraffic.py') 3711661Stushar@ece.gatech.edu 3811661Stushar@ece.gatech.eduSource('GarnetSyntheticTraffic.cc') 3911661Stushar@ece.gatech.edu 4011661Stushar@ece.gatech.eduDebugFlag('GarnetSyntheticTraffic') 41