SConscript revision 12966:3b20a7f755d5
17405SAli.Saidi@ARM.com# Copyright (c) 2018 ARM Limited
212667Schuan.zhu@arm.com# All rights reserved
37405SAli.Saidi@ARM.com#
47405SAli.Saidi@ARM.com# The license below extends only to copyright in the software and shall
57405SAli.Saidi@ARM.com# not be construed as granting a license to any other intellectual
67405SAli.Saidi@ARM.com# property including but not limited to intellectual property relating
77405SAli.Saidi@ARM.com# to a hardware implementation of the functionality of the software
87405SAli.Saidi@ARM.com# licensed hereunder.  You may use the software subject to the license
97405SAli.Saidi@ARM.com# terms below provided that you ensure that this notice is replicated
107405SAli.Saidi@ARM.com# unmodified and in its entirety in all distributions of the software,
117405SAli.Saidi@ARM.com# modified or unmodified, in source code or in binary form.
127405SAli.Saidi@ARM.com#
137405SAli.Saidi@ARM.com# Redistribution and use in source and binary forms, with or without
147405SAli.Saidi@ARM.com# modification, are permitted provided that the following conditions are
157405SAli.Saidi@ARM.com# met: redistributions of source code must retain the above copyright
167405SAli.Saidi@ARM.com# notice, this list of conditions and the following disclaimer;
177405SAli.Saidi@ARM.com# redistributions in binary form must reproduce the above copyright
187405SAli.Saidi@ARM.com# notice, this list of conditions and the following disclaimer in the
197405SAli.Saidi@ARM.com# documentation and/or other materials provided with the distribution;
207405SAli.Saidi@ARM.com# neither the name of the copyright holders nor the names of its
217405SAli.Saidi@ARM.com# contributors may be used to endorse or promote products derived from
227405SAli.Saidi@ARM.com# this software without specific prior written permission.
237405SAli.Saidi@ARM.com#
247405SAli.Saidi@ARM.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
257405SAli.Saidi@ARM.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
267405SAli.Saidi@ARM.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
277405SAli.Saidi@ARM.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
287405SAli.Saidi@ARM.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
297405SAli.Saidi@ARM.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
307405SAli.Saidi@ARM.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
317405SAli.Saidi@ARM.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
327405SAli.Saidi@ARM.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
337405SAli.Saidi@ARM.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
347405SAli.Saidi@ARM.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
357405SAli.Saidi@ARM.com#
367405SAli.Saidi@ARM.com# Authors: Giacomo Travaglini
377405SAli.Saidi@ARM.com
387405SAli.Saidi@ARM.comImport('*')
397405SAli.Saidi@ARM.com
407405SAli.Saidi@ARM.comSimObject('QoSMemCtrl.py')
417405SAli.Saidi@ARM.comSimObject('QoSPolicy.py')
4210461SAndreas.Sandberg@ARM.comSimObject('QoSTurnaround.py')
439050Schander.sudanthi@arm.com
4412406Sgabeblack@google.comSource('policy.cc')
4512605Sgiacomo.travaglini@arm.comSource('q_policy.cc')
4611793Sbrandon.potter@amd.comSource('mem_ctrl.cc')
478887Sgeoffrey.blake@arm.com