SConscript revision 10994
11689SN/A# -*- mode:python -*-
213601Sgiacomo.travaglini@arm.com
39916Ssteve.reinhardt@amd.com# Copyright (c) 2015 ARM Limited
48707Sandreas.hansson@arm.com# All rights reserved.
58707Sandreas.hansson@arm.com#
68707Sandreas.hansson@arm.com# The license below extends only to copyright in the software and shall
78707Sandreas.hansson@arm.com# not be construed as granting a license to any other intellectual
88707Sandreas.hansson@arm.com# property including but not limited to intellectual property relating
98707Sandreas.hansson@arm.com# to a hardware implementation of the functionality of the software
108707Sandreas.hansson@arm.com# licensed hereunder.  You may use the software subject to the license
118707Sandreas.hansson@arm.com# terms below provided that you ensure that this notice is replicated
128707Sandreas.hansson@arm.com# unmodified and in its entirety in all distributions of the software,
138707Sandreas.hansson@arm.com# modified or unmodified, in source code or in binary form.
148707Sandreas.hansson@arm.com#
152325SN/A# Redistribution and use in source and binary forms, with or without
167897Shestness@cs.utexas.edu# modification, are permitted provided that the following conditions are
171689SN/A# met: redistributions of source code must retain the above copyright
181689SN/A# notice, this list of conditions and the following disclaimer;
191689SN/A# redistributions in binary form must reproduce the above copyright
201689SN/A# notice, this list of conditions and the following disclaimer in the
211689SN/A# documentation and/or other materials provided with the distribution;
221689SN/A# neither the name of the copyright holders nor the names of its
231689SN/A# contributors may be used to endorse or promote products derived from
241689SN/A# this software without specific prior written permission.
251689SN/A#
261689SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
271689SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
281689SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
291689SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
301689SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
311689SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
321689SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
331689SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
341689SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
351689SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
361689SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
371689SN/A#
381689SN/A# Authors: Andreas Sandberg
391689SN/A
401689SN/AImport('*')
412665Ssaidi@eecs.umich.edu
422665Ssaidi@eecs.umich.eduSimObject('BaseMemProbe.py')
432756Sksewell@umich.eduSource('base.cc')
447897Shestness@cs.utexas.edu