SConscript revision 13072:f2b83208ab54
12086SN/A# Copyright 2018 Google, Inc. 22086SN/A# 32086SN/A# 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 env['USE_SYSTEMC']: 312086SN/A SimObject('SystemC.py') 324202Sbinkertn@umich.edu 332086SN/A Source('channel.cc') 344202Sbinkertn@umich.edu Source('event.cc') 354202Sbinkertn@umich.edu Source('kernel.cc') 369022Sgblack@eecs.umich.edu Source('module.cc') 374202Sbinkertn@umich.edu Source('object.cc') 388745Sgblack@eecs.umich.edu Source('process.cc') 396313Sgblack@eecs.umich.edu Source('process_types.cc') 408778Sgblack@eecs.umich.edu Source('python.cc') 418778Sgblack@eecs.umich.edu Source('scheduler.cc') 428778Sgblack@eecs.umich.edu Source('sched_event.cc') 436365Sgblack@eecs.umich.edu 444997Sgblack@eecs.umich.edu Source('sc_attr.cc') 458778Sgblack@eecs.umich.edu Source('sc_event.cc') 464202Sbinkertn@umich.edu Source('sc_export.cc') 478778Sgblack@eecs.umich.edu Source('sc_interface.cc') 488778Sgblack@eecs.umich.edu Source('sc_join.cc') 498778Sgblack@eecs.umich.edu Source('sc_main.cc') 504997Sgblack@eecs.umich.edu Source('sc_module.cc') 518747Sgblack@eecs.umich.edu Source('sc_module_name.cc') 524826Ssaidi@eecs.umich.edu Source('sc_object.cc') 538760Sgblack@eecs.umich.edu Source('sc_port.cc') 542086SN/A Source('sc_process_handle.cc') 558745Sgblack@eecs.umich.edu Source('sc_prim.cc') 569384SAndreas.Sandberg@arm.com Source('sc_sensitive.cc') 576365Sgblack@eecs.umich.edu Source('sc_simcontext.cc') 588778Sgblack@eecs.umich.edu Source('sc_spawn.cc') 598745Sgblack@eecs.umich.edu Source('sc_time.cc') 606365Sgblack@eecs.umich.edu