SConscript revision 13553
15729SN/A# -*- mode:python -*-
25729SN/A
35729SN/A# Copyright (c) 2006 The Regents of The University of Michigan
410036SAli.Saidi@ARM.com# All rights reserved.
58835SAli.Saidi@ARM.com#
610036SAli.Saidi@ARM.com# Redistribution and use in source and binary forms, with or without
77873SN/A# modification, are permitted provided that the following conditions are
87873SN/A# met: redistributions of source code must retain the above copyright
97873SN/A# notice, this list of conditions and the following disclaimer;
105729SN/A# redistributions in binary form must reproduce the above copyright
115729SN/A# notice, this list of conditions and the following disclaimer in the
125729SN/A# documentation and/or other materials provided with the distribution;
139885Sstever@gmail.com# neither the name of the copyright holders nor the names of its
148835SAli.Saidi@ARM.com# contributors may be used to endorse or promote products derived from
159885Sstever@gmail.com# this software without specific prior written permission.
169885Sstever@gmail.com#
1710036SAli.Saidi@ARM.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
188835SAli.Saidi@ARM.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
198835SAli.Saidi@ARM.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
208835SAli.Saidi@ARM.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
219481Snilay@cs.wisc.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
229481Snilay@cs.wisc.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
238673SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
248721SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
258835SAli.Saidi@ARM.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
268835SAli.Saidi@ARM.com# (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#
297935SN/A# Authors: Nathan Binkert
307935SN/A
317935SN/AImport('*')
327935SN/A
337935SN/ASimObject('Prefetcher.py')
348983Snate@binkert.org
355729SN/ASource('base.cc')
369885Sstever@gmail.comSource('queued.cc')
379885Sstever@gmail.comSource('signature_path.cc')
389885Sstever@gmail.comSource('stride.cc')
3910036SAli.Saidi@ARM.comSource('tagged.cc')
409885Sstever@gmail.com