SConscript revision 10995
12155SN/A# -*- mode:python -*- 22155SN/A 32155SN/A# Copyright (c) 2015 ARM Limited 42155SN/A# All rights reserved. 52155SN/A# 62155SN/A# The license below extends only to copyright in the software and shall 72155SN/A# not be construed as granting a license to any other intellectual 82155SN/A# property including but not limited to intellectual property relating 92155SN/A# to a hardware implementation of the functionality of the software 102155SN/A# licensed hereunder. You may use the software subject to the license 112155SN/A# terms below provided that you ensure that this notice is replicated 122155SN/A# unmodified and in its entirety in all distributions of the software, 132155SN/A# modified or unmodified, in source code or in binary form. 142155SN/A# 152155SN/A# Redistribution and use in source and binary forms, with or without 162155SN/A# modification, are permitted provided that the following conditions are 172155SN/A# met: redistributions of source code must retain the above copyright 182155SN/A# notice, this list of conditions and the following disclaimer; 192155SN/A# redistributions in binary form must reproduce the above copyright 202155SN/A# notice, this list of conditions and the following disclaimer in the 212155SN/A# documentation and/or other materials provided with the distribution; 222155SN/A# neither the name of the copyright holders nor the names of its 232155SN/A# contributors may be used to endorse or promote products derived from 242155SN/A# this software without specific prior written permission. 252155SN/A# 262155SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 272155SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 282665Ssaidi@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 292665Ssaidi@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 302155SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 314202Sbinkertn@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 322155SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 339850Sandreas.hansson@arm.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 349850Sandreas.hansson@arm.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 359850Sandreas.hansson@arm.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 367768SAli.Saidi@ARM.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 377768SAli.Saidi@ARM.com# 388887Sgeoffrey.blake@arm.com# Authors: Andreas Sandberg 392766Sktlim@umich.edu 404486Sbinkertn@umich.eduImport('*') 4110663SAli.Saidi@ARM.com 424486Sbinkertn@umich.eduSimObject('BaseMemProbe.py') 438739Sgblack@eecs.umich.eduSource('base.cc') 4410259SAndrew.Bardsley@arm.com 454486Sbinkertn@umich.eduSimObject('StackDistProbe.py') 464202Sbinkertn@umich.eduSource('stack_dist.cc') 474202Sbinkertn@umich.edu