SConscript revision 12607:b1cc6815194e
17860SN/A# -*- mode:python -*-
27860SN/A
37860SN/A# Copyright (c) 2018 Inria
48825Snilay@cs.wisc.edu# All rights reserved.
57935SN/A#
67935SN/A# Redistribution and use in source and binary forms, with or without
77935SN/A# modification, are permitted provided that the following conditions are
87860SN/A# met: redistributions of source code must retain the above copyright
97860SN/A# notice, this list of conditions and the following disclaimer;
107860SN/A# redistributions in binary form must reproduce the above copyright
117860SN/A# notice, this list of conditions and the following disclaimer in the
128825Snilay@cs.wisc.edu# documentation and/or other materials provided with the distribution;
139348SAli.Saidi@ARM.com# neither the name of the copyright holders nor the names of its
148825Snilay@cs.wisc.edu# contributors may be used to endorse or promote products derived from
158825Snilay@cs.wisc.edu# this software without specific prior written permission.
168825Snilay@cs.wisc.edu#
177860SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
188464SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
198721SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
208825Snilay@cs.wisc.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
218825Snilay@cs.wisc.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
227935SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
237935SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
247935SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
257935SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
267935SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
277935SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
287935SN/A#
298893Ssaidi@eecs.umich.edu# Authors: Daniel Carvalho
307860SN/A
317860SN/AImport('*')
327860SN/A
339348SAli.Saidi@ARM.comSimObject('ReplacementPolicies.py')
347860SN/A
357860SN/ASource('base.cc')
367860SN/ASource('fifo_rp.cc')
377860SN/ASource('lru_rp.cc')
388210SN/ASource('mru_rp.cc')
398210SN/ASource('random_rp.cc')
407860SN/A