SConscript revision 13312
16167SN/A# Copyright 2018 Google, Inc. 26167SN/A# 311960Sgabeblack@google.com# Redistribution and use in source and binary forms, with or without 411960Sgabeblack@google.com# modification, are permitted provided that the following conditions are 511960Sgabeblack@google.com# met: redistributions of source code must retain the above copyright 611960Sgabeblack@google.com# notice, this list of conditions and the following disclaimer; 711960Sgabeblack@google.com# redistributions in binary form must reproduce the above copyright 811960Sgabeblack@google.com# notice, this list of conditions and the following disclaimer in the 911960Sgabeblack@google.com# documentation and/or other materials provided with the distribution; 1011960Sgabeblack@google.com# neither the name of the copyright holders nor the names of its 1111960Sgabeblack@google.com# contributors may be used to endorse or promote products derived from 1211960Sgabeblack@google.com# this software without specific prior written permission. 1311960Sgabeblack@google.com# 1411960Sgabeblack@google.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1511960Sgabeblack@google.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1611960Sgabeblack@google.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 1711960Sgabeblack@google.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 1811960Sgabeblack@google.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1911960Sgabeblack@google.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2011960Sgabeblack@google.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2111960Sgabeblack@google.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2211960Sgabeblack@google.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2311960Sgabeblack@google.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2411960Sgabeblack@google.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2511960Sgabeblack@google.com# 2611960Sgabeblack@google.com# Authors: Gabe Black 2711960Sgabeblack@google.com 2811960Sgabeblack@google.comImport('*') 2911960Sgabeblack@google.com 3011960Sgabeblack@google.comif env['USE_SYSTEMC']: 3111960Sgabeblack@google.com Source('functions.cc') 3211960Sgabeblack@google.com Source('report.cc') 3311960Sgabeblack@google.com Source('sc_report.cc') 3411960Sgabeblack@google.com Source('sc_report_handler.cc') 3511960Sgabeblack@google.com Source('sc_trace_file.cc') 3611960Sgabeblack@google.com Source('sc_vector.cc') 3711960Sgabeblack@google.com Source('tracefile.cc') 3811960Sgabeblack@google.com Source('vcd.cc') 3911960Sgabeblack@google.com Source('warn_unimpl.cc') 4011960Sgabeblack@google.com