SConscript revision 12852
16167SN/A# Copyright 2018 Google, Inc.
26167SN/A#
36167SN/A# Redistribution and use in source and binary forms, with or without
48835SAli.Saidi@ARM.com# modification, are permitted provided that the following conditions are
57892SN/A# met: redistributions of source code must retain the above copyright
67892SN/A# notice, this list of conditions and the following disclaimer;
77892SN/A# redistributions in binary form must reproduce the above copyright
86167SN/A# notice, this list of conditions and the following disclaimer in the
96167SN/A# documentation and/or other materials provided with the distribution;
106167SN/A# neither the name of the copyright holders nor the names of its
119864Snilay@cs.wisc.edu# contributors may be used to endorse or promote products derived from
128835SAli.Saidi@ARM.com# this software without specific prior written permission.
139864Snilay@cs.wisc.edu#
149864Snilay@cs.wisc.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
158835SAli.Saidi@ARM.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
168835SAli.Saidi@ARM.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
178835SAli.Saidi@ARM.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
187077SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
199864Snilay@cs.wisc.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
208673SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
218721SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
228835SAli.Saidi@ARM.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
238835SAli.Saidi@ARM.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
247935SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
257935SN/A#
267935SN/A# Authors: Gabe Black
277935SN/A
287935SN/AImport('*')
297935SN/A
307935SN/Aif env['USE_SYSTEMC']:
318983Snate@binkert.org    Source('functions.cc')
326167SN/A    Source('sc_report.cc')
339864Snilay@cs.wisc.edu    Source('sc_report_handler.cc')
349864Snilay@cs.wisc.edu    Source('sc_trace_file.cc')
359864Snilay@cs.wisc.edu    Source('sc_vector.cc')
369864Snilay@cs.wisc.edu    Source('warn_unimpl.cc')
379864Snilay@cs.wisc.edu