SConscript revision 13822
12086SN/A# Copyright 2018 Google, Inc.
22086SN/A#
35268Sksewell@umich.edu# Redistribution and use in source and binary forms, with or without
42086SN/A# modification, are permitted provided that the following conditions are
52086SN/A# met: redistributions of source code must retain the above copyright
62086SN/A# notice, this list of conditions and the following disclaimer;
72086SN/A# redistributions in binary form must reproduce the above copyright
82086SN/A# notice, this list of conditions and the following disclaimer in the
92086SN/A# documentation and/or other materials provided with the distribution;
102086SN/A# neither the name of the copyright holders nor the names of its
112086SN/A# contributors may be used to endorse or promote products derived from
122086SN/A# this software without specific prior written permission.
132086SN/A#
142086SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
152086SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
162086SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
172086SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
182086SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
192086SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
202086SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
212086SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
222086SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
232086SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
242086SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
252086SN/A#
262086SN/A# Authors: Gabe Black
272086SN/A
282665Ssaidi@eecs.umich.eduImport('*')
292665Ssaidi@eecs.umich.edu
302665Ssaidi@eecs.umich.eduif not env['USE_SYSTEMC']:
312686Sksewell@umich.edu    Return()
322086SN/A
334202Sbinkertn@umich.eduSimObject('TlmBridge.py')
342086SN/A
354202Sbinkertn@umich.eduSource('gem5_to_tlm.cc')
364202Sbinkertn@umich.eduSource('sc_ext.cc')
376313Sgblack@eecs.umich.eduSource('sc_mm.cc')
384997Sgblack@eecs.umich.eduSource('tlm_to_gem5.cc')
395222Sksewell@umich.edu