SConscript revision 13717
111731Sjason@lowepower.com# -*- mode:python -*-
211731Sjason@lowepower.com
311731Sjason@lowepower.com# Copyright (c) 2006 The Regents of The University of Michigan
411731Sjason@lowepower.com# All rights reserved.
511731Sjason@lowepower.com#
612137Sar4jc@virginia.edu# Redistribution and use in source and binary forms, with or without
712137Sar4jc@virginia.edu# modification, are permitted provided that the following conditions are
812137Sar4jc@virginia.edu# met: redistributions of source code must retain the above copyright
912137Sar4jc@virginia.edu# notice, this list of conditions and the following disclaimer;
1011731Sjason@lowepower.com# redistributions in binary form must reproduce the above copyright
1111731Sjason@lowepower.com# notice, this list of conditions and the following disclaimer in the
1211731Sjason@lowepower.com# documentation and/or other materials provided with the distribution;
1311731Sjason@lowepower.com# neither the name of the copyright holders nor the names of its
1411731Sjason@lowepower.com# contributors may be used to endorse or promote products derived from
1511731Sjason@lowepower.com# this software without specific prior written permission.
1611731Sjason@lowepower.com#
1711731Sjason@lowepower.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1811731Sjason@lowepower.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1911731Sjason@lowepower.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2011731Sjason@lowepower.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2111731Sjason@lowepower.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2211731Sjason@lowepower.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2311731Sjason@lowepower.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2411731Sjason@lowepower.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2511731Sjason@lowepower.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2611731Sjason@lowepower.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2711731Sjason@lowepower.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2811731Sjason@lowepower.com#
2911731Sjason@lowepower.com# Authors: Nathan Binkert
3011731Sjason@lowepower.com
3111731Sjason@lowepower.comImport('*')
3211731Sjason@lowepower.com
3311731Sjason@lowepower.comSimObject('Prefetcher.py')
3411731Sjason@lowepower.com
3511731Sjason@lowepower.comSource('access_map_pattern_matching.cc')
3611731Sjason@lowepower.comSource('base.cc')
3711731Sjason@lowepower.comSource('bop.cc')
3811731Sjason@lowepower.comSource('delta_correlating_prediction_tables.cc')
3911731Sjason@lowepower.comSource('irregular_stream_buffer.cc')
4011731Sjason@lowepower.comSource('queued.cc')
4111731Sjason@lowepower.comSource('signature_path.cc')
4211731Sjason@lowepower.comSource('signature_path_v2.cc')
4311731Sjason@lowepower.comSource('slim_ampm.cc')
4411731Sjason@lowepower.comSource('stride.cc')
4511731Sjason@lowepower.comSource('tagged.cc')
4611731Sjason@lowepower.com