SConscript revision 11320
1955SN/A# Copyright (c) 2011 Massachusetts Institute of Technology
2955SN/A# All rights reserved.
31762SN/A#
4955SN/A# Redistribution and use in source and binary forms, with or without
5955SN/A# modification, are permitted provided that the following conditions are
6955SN/A# met: redistributions of source code must retain the above copyright
7955SN/A# notice, this list of conditions and the following disclaimer;
8955SN/A# redistributions in binary form must reproduce the above copyright
9955SN/A# notice, this list of conditions and the following disclaimer in the
10955SN/A# documentation and/or other materials provided with the distribution;
11955SN/A# neither the name of the copyright holders nor the names of its
12955SN/A# contributors may be used to endorse or promote products derived from
13955SN/A# this software without specific prior written permission.
14955SN/A#
15955SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16955SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17955SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18955SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19955SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20955SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21955SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22955SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23955SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24955SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25955SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26955SN/A#
27955SN/A# Authors: Konstantinos Aisopos
282665Ssaidi@eecs.umich.edu
294762Snate@binkert.org# Official Tool Website: www.mit.edu/~kaisopos/FaultModel
30955SN/A#
315522Snate@binkert.org# If you use our tool for academic research, we request that you cite:
326143Snate@binkert.org# Konstantinos Aisopos, Chia-Hsin Owen Chen, and Li-Shiuan Peh. Enabling
334762Snate@binkert.org# System-Level Modeling of Variation-Induced Faults in Networks-on-Chip.
345522Snate@binkert.org# Proceedings of the 48th Design Automation Conference (DAC'11)
35955SN/A
365522Snate@binkert.orgImport('*')
37955SN/A
385522Snate@binkert.orgif env['PROTOCOL'] == 'None':
394202Sbinkertn@umich.edu    Return()
405742Snate@binkert.org
41955SN/ASimObject('FaultModel.py')
424381Sbinkertn@umich.eduSource('FaultModel.cc')
434381Sbinkertn@umich.edu
44955SN/A