SConscript revision 11320
15390SN/A# Copyright (c) 2011 Massachusetts Institute of Technology
25452SN/A# All rights reserved.
35390SN/A#
45390SN/A# Redistribution and use in source and binary forms, with or without
55390SN/A# modification, are permitted provided that the following conditions are
65390SN/A# met: redistributions of source code must retain the above copyright
75390SN/A# notice, this list of conditions and the following disclaimer;
85390SN/A# redistributions in binary form must reproduce the above copyright
95390SN/A# notice, this list of conditions and the following disclaimer in the
105390SN/A# documentation and/or other materials provided with the distribution;
115390SN/A# neither the name of the copyright holders nor the names of its
125390SN/A# contributors may be used to endorse or promote products derived from
135390SN/A# this software without specific prior written permission.
145390SN/A#
155390SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
165390SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
175390SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
185390SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
195390SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
205390SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
215390SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
225390SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
235390SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
245390SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
255390SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
265390SN/A#
275390SN/A# Authors: Konstantinos Aisopos
285390SN/A
295390SN/A# Official Tool Website: www.mit.edu/~kaisopos/FaultModel
305390SN/A#
315629Sgblack@eecs.umich.edu# If you use our tool for academic research, we request that you cite:
325629Sgblack@eecs.umich.edu# Konstantinos Aisopos, Chia-Hsin Owen Chen, and Li-Shiuan Peh. Enabling
335390SN/A# System-Level Modeling of Variation-Induced Faults in Networks-on-Chip.
345629Sgblack@eecs.umich.edu# Proceedings of the 48th Design Automation Conference (DAC'11)
355393SN/A
365629Sgblack@eecs.umich.eduImport('*')
375390SN/A
385390SN/Aif env['PROTOCOL'] == 'None':
395390SN/A    Return()
405390SN/A
415827Sgblack@eecs.umich.eduSimObject('FaultModel.py')
425632Sgblack@eecs.umich.eduSource('FaultModel.cc')
435629Sgblack@eecs.umich.edu
445390SN/A