SConscript revision 12955
11046SN/A# Copyright 2018 Google, Inc.
21046SN/A#
31762SN/A# Redistribution and use in source and binary forms, with or without
41046SN/A# modification, are permitted provided that the following conditions are
51046SN/A# met: redistributions of source code must retain the above copyright
61046SN/A# notice, this list of conditions and the following disclaimer;
71046SN/A# redistributions in binary form must reproduce the above copyright
81046SN/A# notice, this list of conditions and the following disclaimer in the
91046SN/A# documentation and/or other materials provided with the distribution;
101046SN/A# neither the name of the copyright holders nor the names of its
111046SN/A# contributors may be used to endorse or promote products derived from
121046SN/A# this software without specific prior written permission.
131046SN/A#
141046SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
151046SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
161046SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
171046SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
181046SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
191046SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
201046SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
211046SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
221046SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
231046SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
241046SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
251046SN/A#
261046SN/A# Authors: Gabe Black
271046SN/A
282665Ssaidi@eecs.umich.eduImport('*')
292665Ssaidi@eecs.umich.edu
302665Ssaidi@eecs.umich.eduif env['USE_SYSTEMC']:
311046SN/A    Source('functions.cc')
321530SN/A    Source('sc_report.cc')
332655Sstever@eecs.umich.edu    Source('sc_report_handler.cc')
342655Sstever@eecs.umich.edu    Source('sc_trace_file.cc')
352655Sstever@eecs.umich.edu    Source('sc_vector.cc')
362655Sstever@eecs.umich.edu    Source('warn_unimpl.cc')
372655Sstever@eecs.umich.edu