SConscript revision 12109
112109SRekai.GonzalezAlberquilla@arm.com# Copyright (c) 2016 ARM Limited 212109SRekai.GonzalezAlberquilla@arm.com# All rights reserved. 312109SRekai.GonzalezAlberquilla@arm.com# 412109SRekai.GonzalezAlberquilla@arm.com# The license below extends only to copyright in the software and shall 512109SRekai.GonzalezAlberquilla@arm.com# not be construed as granting a license to any other intellectual 612109SRekai.GonzalezAlberquilla@arm.com# property including but not limited to intellectual property relating 712109SRekai.GonzalezAlberquilla@arm.com# to a hardware implementation of the functionality of the software 812109SRekai.GonzalezAlberquilla@arm.com# licensed hereunder. You may use the software subject to the license 912109SRekai.GonzalezAlberquilla@arm.com# terms below provided that you ensure that this notice is replicated 1012109SRekai.GonzalezAlberquilla@arm.com# unmodified and in its entirety in all distributions of the software, 1112109SRekai.GonzalezAlberquilla@arm.com# modified or unmodified, in source code or in binary form. 1212109SRekai.GonzalezAlberquilla@arm.com# 139024Sgblack@eecs.umich.edu# Copyright (c) 2012 Google 149024Sgblack@eecs.umich.edu# All rights reserved. 159024Sgblack@eecs.umich.edu# 169024Sgblack@eecs.umich.edu# Redistribution and use in source and binary forms, with or without 179024Sgblack@eecs.umich.edu# modification, are permitted provided that the following conditions are 189024Sgblack@eecs.umich.edu# met: redistributions of source code must retain the above copyright 199024Sgblack@eecs.umich.edu# notice, this list of conditions and the following disclaimer; 209024Sgblack@eecs.umich.edu# redistributions in binary form must reproduce the above copyright 219024Sgblack@eecs.umich.edu# notice, this list of conditions and the following disclaimer in the 229024Sgblack@eecs.umich.edu# documentation and/or other materials provided with the distribution; 239024Sgblack@eecs.umich.edu# neither the name of the copyright holders nor the names of its 249024Sgblack@eecs.umich.edu# contributors may be used to endorse or promote products derived from 259024Sgblack@eecs.umich.edu# this software without specific prior written permission. 269024Sgblack@eecs.umich.edu# 279024Sgblack@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 289024Sgblack@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 299024Sgblack@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 309024Sgblack@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 319024Sgblack@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 329024Sgblack@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 339024Sgblack@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 349024Sgblack@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 359024Sgblack@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 369024Sgblack@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 379024Sgblack@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 389024Sgblack@eecs.umich.edu# 399024Sgblack@eecs.umich.edu# Authors: Gabe Black 409024Sgblack@eecs.umich.edu 419024Sgblack@eecs.umich.eduImport('*') 429024Sgblack@eecs.umich.edu 439850Sandreas.hansson@arm.comif env['TARGET_ISA'] == 'null': 449850Sandreas.hansson@arm.com Return() 459850Sandreas.hansson@arm.com 469024Sgblack@eecs.umich.eduSource('decode_cache.cc') 479897Sandreas@sandberg.pp.seSource('mmapped_ipr.cc') 4810687SAndreas.Sandberg@ARM.comSource('tlb.cc') 4910687SAndreas.Sandberg@ARM.com 5010687SAndreas.Sandberg@ARM.comSimObject('BaseTLB.py') 5112109SRekai.GonzalezAlberquilla@arm.comSimObject('ISACommon.py') 5210687SAndreas.Sandberg@ARM.com 5310687SAndreas.Sandberg@ARM.comDebugFlag('TLB') 5410553Salexandru.dutu@amd.comSource('pseudo_inst.cc') 55