112046Sgabeblack@google.com# Copyright (c) 2017, TU Dresden
212046Sgabeblack@google.com# Copyright (c) 2017, University of Kaiserslautern
312046Sgabeblack@google.com# All rights reserved.
412046Sgabeblack@google.com
512046Sgabeblack@google.com# Permission is hereby granted, free of charge, to any person obtaining a copy
612046Sgabeblack@google.com# of this software and associated documentation files (the "Software"), to deal
712046Sgabeblack@google.com# in the Software without restriction, including without limitation the rights
812046Sgabeblack@google.com# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
912046Sgabeblack@google.com# copies of the Software, and to permit persons to whom the Software is
1012046Sgabeblack@google.com# furnished to do so, subject to the following conditions:
1112046Sgabeblack@google.com#
1212046Sgabeblack@google.com# The above copyright notice and this permission notice shall be included in
1312046Sgabeblack@google.com# all copies or substantial portions of the Software.
1412046Sgabeblack@google.com#
1512046Sgabeblack@google.com# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1612046Sgabeblack@google.com# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1712046Sgabeblack@google.com# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1812046Sgabeblack@google.com# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1912046Sgabeblack@google.com# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2012046Sgabeblack@google.com# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2112046Sgabeblack@google.com# SOFTWARE.
2212046Sgabeblack@google.com#
2312046Sgabeblack@google.com# Authors: Christian Menard
2412046Sgabeblack@google.com#          Matthias Jung
2512046Sgabeblack@google.com
2612046Sgabeblack@google.comImport('systemc', 'SystemCSource')
2712046Sgabeblack@google.com
2812046Sgabeblack@google.comSystemCSource(
2912046Sgabeblack@google.com    'sc_concatref.cpp',
3012046Sgabeblack@google.com    'sc_value_base.cpp',
3112046Sgabeblack@google.com)
32