SConscript revision 10383
1360SN/A# -*- mode:python -*- 21458SN/A 3360SN/A# Copyright (c) 2006 The Regents of The University of Michigan 4360SN/A# Copyright (c) 2009-2010 Advanced Micro Devices, Inc. 5360SN/A# All rights reserved. 6360SN/A# 7360SN/A# Redistribution and use in source and binary forms, with or without 8360SN/A# modification, are permitted provided that the following conditions are 9360SN/A# met: redistributions of source code must retain the above copyright 10360SN/A# notice, this list of conditions and the following disclaimer; 11360SN/A# redistributions in binary form must reproduce the above copyright 12360SN/A# notice, this list of conditions and the following disclaimer in the 13360SN/A# documentation and/or other materials provided with the distribution; 14360SN/A# neither the name of the copyright holders nor the names of its 15360SN/A# contributors may be used to endorse or promote products derived from 16360SN/A# this software without specific prior written permission. 17360SN/A# 18360SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19360SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20360SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 21360SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 22360SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 23360SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 24360SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25360SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26360SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 272665Ssaidi@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 282665Ssaidi@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 292665Ssaidi@eecs.umich.edu# 30360SN/A 31360SN/AImport('*') 322553SN/A 332221SN/A# 342048SN/A# Currently the ruby testser relies on Ruby specific objects (SubBlock, etc.) 35360SN/A# When this dependency is removed, the ruby tester should be compiled 362680Sktlim@umich.edu# independently from Ruby 378232Snate@binkert.org# 382093SN/Aif env['PROTOCOL'] == 'None': 392093SN/A Return() 402093SN/A 41360SN/ASimObject('RubyDirectedTester.py') 42360SN/A 432107SN/ASource('RubyDirectedTester.cc') 44360SN/ASource('DirectedGenerator.cc') 452093SN/ASource('SeriesRequestGenerator.cc') 462093SN/ASource('InvalidateGenerator.cc') 473114Sgblack@eecs.umich.edu 482680Sktlim@umich.eduDebugFlag('DirectedTest') 492093SN/A