SConscript revision 13624
19796Sprakash.ramrakhyani@arm.com# -*- mode:python -*-
29796Sprakash.ramrakhyani@arm.com
39796Sprakash.ramrakhyani@arm.com# Copyright (c) 2006 The Regents of The University of Michigan
49796Sprakash.ramrakhyani@arm.com# All rights reserved.
59796Sprakash.ramrakhyani@arm.com#
69796Sprakash.ramrakhyani@arm.com# Redistribution and use in source and binary forms, with or without
79796Sprakash.ramrakhyani@arm.com# modification, are permitted provided that the following conditions are
89796Sprakash.ramrakhyani@arm.com# met: redistributions of source code must retain the above copyright
99796Sprakash.ramrakhyani@arm.com# notice, this list of conditions and the following disclaimer;
109796Sprakash.ramrakhyani@arm.com# redistributions in binary form must reproduce the above copyright
119796Sprakash.ramrakhyani@arm.com# notice, this list of conditions and the following disclaimer in the
129796Sprakash.ramrakhyani@arm.com# documentation and/or other materials provided with the distribution;
139796Sprakash.ramrakhyani@arm.com# neither the name of the copyright holders nor the names of its
149796Sprakash.ramrakhyani@arm.com# contributors may be used to endorse or promote products derived from
159796Sprakash.ramrakhyani@arm.com# this software without specific prior written permission.
169796Sprakash.ramrakhyani@arm.com#
179796Sprakash.ramrakhyani@arm.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
189796Sprakash.ramrakhyani@arm.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
199796Sprakash.ramrakhyani@arm.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
209796Sprakash.ramrakhyani@arm.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
219796Sprakash.ramrakhyani@arm.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
229796Sprakash.ramrakhyani@arm.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
239796Sprakash.ramrakhyani@arm.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
249796Sprakash.ramrakhyani@arm.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
259796Sprakash.ramrakhyani@arm.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
269796Sprakash.ramrakhyani@arm.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
279796Sprakash.ramrakhyani@arm.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
289796Sprakash.ramrakhyani@arm.com#
299796Sprakash.ramrakhyani@arm.com# Authors: Nathan Binkert
309796Sprakash.ramrakhyani@arm.com
319796Sprakash.ramrakhyani@arm.comImport('*')
329796Sprakash.ramrakhyani@arm.com
339796Sprakash.ramrakhyani@arm.comSimObject('Prefetcher.py')
349796Sprakash.ramrakhyani@arm.com
359796Sprakash.ramrakhyani@arm.comSource('access_map_pattern_matching.cc')
369796Sprakash.ramrakhyani@arm.comSource('base.cc')
379796Sprakash.ramrakhyani@arm.comSource('queued.cc')
389796Sprakash.ramrakhyani@arm.comSource('signature_path.cc')
399796Sprakash.ramrakhyani@arm.comSource('signature_path_v2.cc')
409796Sprakash.ramrakhyani@arm.comSource('stride.cc')
419796Sprakash.ramrakhyani@arm.comSource('tagged.cc')
429796Sprakash.ramrakhyani@arm.com