SConscript revision 6163:92318648212f
12068SN/A# -*- mode:python -*-
22068SN/A
32068SN/A# Copyright (c) 2009 The Hewlett-Packard Development Company
42068SN/A# All rights reserved.
52068SN/A#
62068SN/A# Redistribution and use in source and binary forms, with or without
72068SN/A# modification, are permitted provided that the following conditions are
82068SN/A# met: redistributions of source code must retain the above copyright
92068SN/A# notice, this list of conditions and the following disclaimer;
102068SN/A# redistributions in binary form must reproduce the above copyright
112068SN/A# notice, this list of conditions and the following disclaimer in the
122068SN/A# documentation and/or other materials provided with the distribution;
132068SN/A# neither the name of the copyright holders nor the names of its
142068SN/A# contributors may be used to endorse or promote products derived from
152068SN/A# this software without specific prior written permission.
162068SN/A#
172068SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
182068SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192068SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
202068SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
212068SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
222068SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
232068SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242068SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
252068SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
262068SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
272068SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
282665Ssaidi@eecs.umich.edu#
292665Ssaidi@eecs.umich.edu# Authors: Nathan Binkert
302068SN/A
312649Ssaidi@eecs.umich.eduImport('*')
322649Ssaidi@eecs.umich.edu
332649Ssaidi@eecs.umich.eduSource('DirectoryMemory.cc')
342649Ssaidi@eecs.umich.eduSource('MemoryControl.cc')
352649Ssaidi@eecs.umich.eduSource('MemoryNode.cc')
362068SN/ASource('NodePersistentTable.cc')
372068SN/ASource('PersistentTable.cc')
382068SN/ASource('Sequencer.cc', Werror=False)
392068SN/ASource('StoreBuffer.cc')
402068SN/ASource('StoreCache.cc')
412068SN/ASource('System.cc')
422068SN/ASource('TimerTable.cc')
432068SN/A