SConscript revision 10994:51ff41f6a4a5
16184SN/A# -*- mode:python -*-
210330Smitch.hayenga@arm.com
38842Smrinmoy.ghosh@arm.com# Copyright (c) 2015 ARM Limited
48842Smrinmoy.ghosh@arm.com# All rights reserved.
58842Smrinmoy.ghosh@arm.com#
68842Smrinmoy.ghosh@arm.com# The license below extends only to copyright in the software and shall
78842Smrinmoy.ghosh@arm.com# not be construed as granting a license to any other intellectual
88842Smrinmoy.ghosh@arm.com# property including but not limited to intellectual property relating
98842Smrinmoy.ghosh@arm.com# to a hardware implementation of the functionality of the software
108842Smrinmoy.ghosh@arm.com# licensed hereunder.  You may use the software subject to the license
118842Smrinmoy.ghosh@arm.com# terms below provided that you ensure that this notice is replicated
128842Smrinmoy.ghosh@arm.com# unmodified and in its entirety in all distributions of the software,
138842Smrinmoy.ghosh@arm.com# modified or unmodified, in source code or in binary form.
146184SN/A#
156184SN/A# Redistribution and use in source and binary forms, with or without
166184SN/A# modification, are permitted provided that the following conditions are
176184SN/A# met: redistributions of source code must retain the above copyright
186184SN/A# notice, this list of conditions and the following disclaimer;
196184SN/A# redistributions in binary form must reproduce the above copyright
206184SN/A# notice, this list of conditions and the following disclaimer in the
216184SN/A# documentation and/or other materials provided with the distribution;
226184SN/A# neither the name of the copyright holders nor the names of its
236184SN/A# contributors may be used to endorse or promote products derived from
246184SN/A# this software without specific prior written permission.
256184SN/A#
266184SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
276184SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
286184SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
296184SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
306184SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
316184SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
326184SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
336184SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
346184SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
356184SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
366184SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
376184SN/A#
386184SN/A# Authors: Andreas Sandberg
396184SN/A
406184SN/AImport('*')
416184SN/A
426184SN/ASimObject('BaseMemProbe.py')
439360SE.Tomusk@sms.ed.ac.ukSource('base.cc')
446184SN/A