SConsopts revision 12817:e634213487cd
12SN/A# Copyright 2018 Google, Inc.
21762SN/A#
32SN/A# Redistribution and use in source and binary forms, with or without
42SN/A# modification, are permitted provided that the following conditions are
52SN/A# met: redistributions of source code must retain the above copyright
62SN/A# notice, this list of conditions and the following disclaimer;
72SN/A# redistributions in binary form must reproduce the above copyright
82SN/A# notice, this list of conditions and the following disclaimer in the
92SN/A# documentation and/or other materials provided with the distribution;
102SN/A# neither the name of the copyright holders nor the names of its
112SN/A# contributors may be used to endorse or promote products derived from
122SN/A# this software without specific prior written permission.
132SN/A#
142SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
152SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
162SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
172SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
182SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
192SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
202SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
212SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
222SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
232SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
242SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
252SN/A#
262SN/A# Authors: Gabe Black
272665Ssaidi@eecs.umich.edu
282760Sbinkertn@umich.eduImport('*')
292760Sbinkertn@umich.edu
302665Ssaidi@eecs.umich.edusticky_vars.AddVariables(
312SN/A    BoolVariable('USE_SYSTEMC', 'Enable SystemC API support', False)
322SN/A    )
332SN/A
342SN/Aexport_vars.append('USE_SYSTEMC')
352SN/A