SConscript revision 13325
12139SN/A# Copyright 2018 Google, Inc.
22139SN/A#
32139SN/A# Redistribution and use in source and binary forms, with or without
42139SN/A# modification, are permitted provided that the following conditions are
52139SN/A# met: redistributions of source code must retain the above copyright
62139SN/A# notice, this list of conditions and the following disclaimer;
72139SN/A# redistributions in binary form must reproduce the above copyright
82139SN/A# notice, this list of conditions and the following disclaimer in the
92139SN/A# documentation and/or other materials provided with the distribution;
102139SN/A# neither the name of the copyright holders nor the names of its
112139SN/A# contributors may be used to endorse or promote products derived from
122139SN/A# this software without specific prior written permission.
132139SN/A#
142139SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
152139SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
162139SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
172139SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
182139SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
192139SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
202139SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
212139SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
222139SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
232139SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
242139SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
252139SN/A#
262139SN/A# Authors: Gabe Black
272139SN/A
282665Ssaidi@eecs.umich.eduImport('*')
292665Ssaidi@eecs.umich.edu
302139SN/Aif env['USE_SYSTEMC']:
314202Sbinkertn@umich.edu    Source('messages.cc')
322139SN/A    Source('sc_int_base.cc')
334202Sbinkertn@umich.edu    Source('sc_int_mask.cc')
342152SN/A    Source('sc_length_param.cc')
352152SN/A    Source('sc_nbexterns.cc')
362139SN/A    Source('sc_nbutils.cc')
372139SN/A    Source('sc_signed.cc')
382139SN/A    Source('sc_uint_base.cc')
392139SN/A    Source('sc_unsigned.cc')
402139SN/A