SConscript revision 10623:b9646f4546ad
12391SN/A# -*- mode:python -*-
22391SN/A
32391SN/A# Copyright (c) 2006 The Regents of The University of Michigan
42391SN/A# All rights reserved.
52391SN/A#
62391SN/A# Redistribution and use in source and binary forms, with or without
72391SN/A# modification, are permitted provided that the following conditions are
82391SN/A# met: redistributions of source code must retain the above copyright
92391SN/A# notice, this list of conditions and the following disclaimer;
102391SN/A# redistributions in binary form must reproduce the above copyright
112391SN/A# notice, this list of conditions and the following disclaimer in the
122391SN/A# documentation and/or other materials provided with the distribution;
132391SN/A# neither the name of the copyright holders nor the names of its
142391SN/A# contributors may be used to endorse or promote products derived from
152391SN/A# this software without specific prior written permission.
162391SN/A#
172391SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
182391SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192391SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
202391SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
212391SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
222391SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
232391SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242391SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
252391SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
262391SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
272665Ssaidi@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
282665Ssaidi@eecs.umich.edu#
292914Ssaidi@eecs.umich.edu# Authors: Nathan Binkert
302391SN/A
312391SN/AImport('*')
322391SN/A
332391SN/ASimObject('Prefetcher.py')
342391SN/A
352391SN/ASource('base.cc')
362391SN/ASource('queued.cc')
372391SN/ASource('stride.cc')
382391SN/ASource('tagged.cc')
392391SN/A
402391SN/A