SConsopts revision 9850
13005Sstever@eecs.umich.edu# -*- mode:python -*-
23005Sstever@eecs.umich.edu
33005Sstever@eecs.umich.edu# Copyright (c) 2013 ARM Limited
43005Sstever@eecs.umich.edu# All rights reserved
53005Sstever@eecs.umich.edu#
63005Sstever@eecs.umich.edu# The license below extends only to copyright in the software and shall
73005Sstever@eecs.umich.edu# not be construed as granting a license to any other intellectual
83005Sstever@eecs.umich.edu# property including but not limited to intellectual property relating
93005Sstever@eecs.umich.edu# to a hardware implementation of the functionality of the software
103005Sstever@eecs.umich.edu# licensed hereunder.  You may use the software subject to the license
113005Sstever@eecs.umich.edu# terms below provided that you ensure that this notice is replicated
123005Sstever@eecs.umich.edu# unmodified and in its entirety in all distributions of the software,
133005Sstever@eecs.umich.edu# modified or unmodified, in source code or in binary form.
143005Sstever@eecs.umich.edu#
153005Sstever@eecs.umich.edu# Redistribution and use in source and binary forms, with or without
163005Sstever@eecs.umich.edu# modification, are permitted provided that the following conditions are
173005Sstever@eecs.umich.edu# met: redistributions of source code must retain the above copyright
183005Sstever@eecs.umich.edu# notice, this list of conditions and the following disclaimer;
193005Sstever@eecs.umich.edu# redistributions in binary form must reproduce the above copyright
203005Sstever@eecs.umich.edu# notice, this list of conditions and the following disclaimer in the
213005Sstever@eecs.umich.edu# documentation and/or other materials provided with the distribution;
223005Sstever@eecs.umich.edu# neither the name of the copyright holders nor the names of its
233005Sstever@eecs.umich.edu# contributors may be used to endorse or promote products derived from
243005Sstever@eecs.umich.edu# this software without specific prior written permission.
253005Sstever@eecs.umich.edu#
263005Sstever@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
273005Sstever@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
283005Sstever@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
292889SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
302889SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
312710SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
322710SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
332934SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
342934SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
352549SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
362995SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
372549SN/A#
383088Sstever@eecs.umich.edu# Authors: Andreas Hansson
393088Sstever@eecs.umich.edu
403088Sstever@eecs.umich.eduImport('*')
412889SN/A
422710SN/Aall_isa_list.append('null')
432917SN/A