SConscript revision 12967
110152Satgutier@umich.edu# Copyright (c) 2018 ARM Limited 210152Satgutier@umich.edu# All rights reserved 310152Satgutier@umich.edu# 410152Satgutier@umich.edu# The license below extends only to copyright in the software and shall 510152Satgutier@umich.edu# not be construed as granting a license to any other intellectual 610152Satgutier@umich.edu# property including but not limited to intellectual property relating 710152Satgutier@umich.edu# to a hardware implementation of the functionality of the software 810152Satgutier@umich.edu# licensed hereunder. You may use the software subject to the license 910152Satgutier@umich.edu# terms below provided that you ensure that this notice is replicated 1010152Satgutier@umich.edu# unmodified and in its entirety in all distributions of the software, 1110152Satgutier@umich.edu# modified or unmodified, in source code or in binary form. 1210152Satgutier@umich.edu# 1310152Satgutier@umich.edu# Redistribution and use in source and binary forms, with or without 1410152Satgutier@umich.edu# modification, are permitted provided that the following conditions are 1510152Satgutier@umich.edu# met: redistributions of source code must retain the above copyright 1610152Satgutier@umich.edu# notice, this list of conditions and the following disclaimer; 1710152Satgutier@umich.edu# redistributions in binary form must reproduce the above copyright 1810152Satgutier@umich.edu# notice, this list of conditions and the following disclaimer in the 1910152Satgutier@umich.edu# documentation and/or other materials provided with the distribution; 2010152Satgutier@umich.edu# neither the name of the copyright holders nor the names of its 2110152Satgutier@umich.edu# contributors may be used to endorse or promote products derived from 2210152Satgutier@umich.edu# this software without specific prior written permission. 2310152Satgutier@umich.edu# 2410152Satgutier@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2510152Satgutier@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 2610152Satgutier@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 2710152Satgutier@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2810152Satgutier@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2910152Satgutier@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 3010152Satgutier@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3110152Satgutier@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3210152Satgutier@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3310152Satgutier@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 3410152Satgutier@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3510152Satgutier@umich.edu# 3610152Satgutier@umich.edu# Authors: Giacomo Travaglini 3710152Satgutier@umich.edu 3810152Satgutier@umich.eduImport('*') 3910152Satgutier@umich.edu 4010152Satgutier@umich.eduSimObject('QoSMemCtrl.py') 4110152Satgutier@umich.eduSimObject('QoSMemSinkCtrl.py') 4210152Satgutier@umich.eduSimObject('QoSPolicy.py') 4310152Satgutier@umich.eduSimObject('QoSTurnaround.py') 4410152Satgutier@umich.edu 4510152Satgutier@umich.eduSource('policy.cc') 4610152Satgutier@umich.eduSource('q_policy.cc') 4710152Satgutier@umich.eduSource('mem_ctrl.cc') 4810152Satgutier@umich.eduSource('mem_sink.cc') 4910152Satgutier@umich.edu