112855Sgabeblack@google.com# Copyright (c) 2017, TU Dresden
212855Sgabeblack@google.com# Copyright (c) 2017, University of Kaiserslautern
312855Sgabeblack@google.com# All rights reserved.
412855Sgabeblack@google.com
512855Sgabeblack@google.com# Permission is hereby granted, free of charge, to any person obtaining a copy
612855Sgabeblack@google.com# of this software and associated documentation files (the "Software"), to deal
712855Sgabeblack@google.com# in the Software without restriction, including without limitation the rights
812855Sgabeblack@google.com# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
912855Sgabeblack@google.com# copies of the Software, and to permit persons to whom the Software is
1012855Sgabeblack@google.com# furnished to do so, subject to the following conditions:
1112855Sgabeblack@google.com#
1212855Sgabeblack@google.com# The above copyright notice and this permission notice shall be included in
1312855Sgabeblack@google.com# all copies or substantial portions of the Software.
1412855Sgabeblack@google.com#
1512855Sgabeblack@google.com# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1612855Sgabeblack@google.com# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1712855Sgabeblack@google.com# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1812855Sgabeblack@google.com# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1912855Sgabeblack@google.com# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2012855Sgabeblack@google.com# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2112855Sgabeblack@google.com# SOFTWARE.
2212855Sgabeblack@google.com#
2312855Sgabeblack@google.com# Authors: Christian Menard
2412855Sgabeblack@google.com#          Matthias Jung
2512855Sgabeblack@google.com
2612855Sgabeblack@google.comImport('systemc', 'SystemCSource')
2712855Sgabeblack@google.com
2812855Sgabeblack@google.comSystemCSource(
2912855Sgabeblack@google.com    'sc_bit.cpp',
3012855Sgabeblack@google.com    'sc_bv_base.cpp',
3112855Sgabeblack@google.com    'sc_logic.cpp',
3212855Sgabeblack@google.com    'sc_lv_base.cpp',
3312855Sgabeblack@google.com)
3412855Sgabeblack@google.com