SConscript revision 12952:94fca7e8120b
16145Snate@binkert.org# Copyright 2018 Google, Inc. 26145Snate@binkert.org# 36145Snate@binkert.org# Redistribution and use in source and binary forms, with or without 46145Snate@binkert.org# modification, are permitted provided that the following conditions are 56145Snate@binkert.org# met: redistributions of source code must retain the above copyright 66145Snate@binkert.org# notice, this list of conditions and the following disclaimer; 76145Snate@binkert.org# redistributions in binary form must reproduce the above copyright 86145Snate@binkert.org# notice, this list of conditions and the following disclaimer in the 96145Snate@binkert.org# documentation and/or other materials provided with the distribution; 106145Snate@binkert.org# neither the name of the copyright holders nor the names of its 116145Snate@binkert.org# contributors may be used to endorse or promote products derived from 126145Snate@binkert.org# this software without specific prior written permission. 136145Snate@binkert.org# 146145Snate@binkert.org# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 156145Snate@binkert.org# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 166145Snate@binkert.org# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 176145Snate@binkert.org# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 186145Snate@binkert.org# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 196145Snate@binkert.org# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 206145Snate@binkert.org# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 216145Snate@binkert.org# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 226145Snate@binkert.org# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 236145Snate@binkert.org# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 246145Snate@binkert.org# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 256145Snate@binkert.org# 266145Snate@binkert.org# Authors: Gabe Black 276145Snate@binkert.org 286145Snate@binkert.orgImport('*') 297039Snate@binkert.org 307039Snate@binkert.orgif env['USE_SYSTEMC']: 316145Snate@binkert.org SimObject('SystemC.py') 327055Snate@binkert.org 337055Snate@binkert.org Source('kernel.cc') 347455Snate@binkert.org Source('module.cc') 358229Snate@binkert.org Source('object.cc') 368165Snilay@cs.wisc.edu Source('process.cc') 377039Snate@binkert.org 387039Snate@binkert.org Source('sc_attr.cc') 396285Snate@binkert.org Source('sc_event.cc') 406145Snate@binkert.org Source('sc_export.cc') 416145Snate@binkert.org Source('sc_interface.cc') 426285Snate@binkert.org Source('sc_join.cc') 436876Ssteve.reinhardt@amd.com Source('sc_main.cc') 448737Skoansin.tan@gmail.com Source('sc_module.cc') 456145Snate@binkert.org Source('sc_module_name.cc') 467039Snate@binkert.org Source('sc_object.cc') 477039Snate@binkert.org Source('sc_port.cc') 488615Snilay@cs.wisc.edu Source('sc_process_handle.cc') 498615Snilay@cs.wisc.edu Source('sc_prim.cc') 507039Snate@binkert.org Source('sc_sensitive.cc') 516285Snate@binkert.org Source('sc_simcontext.cc') 528615Snilay@cs.wisc.edu Source('sc_spawn.cc') 538615Snilay@cs.wisc.edu Source('sc_time.cc') 547039Snate@binkert.org