systemc: Stub out all the standard utilility classes and functions.
authorGabe Black <gabeblack@google.com>
Fri, 18 May 2018 09:12:34 +0000 (02:12 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 8 Aug 2018 10:07:26 +0000 (10:07 +0000)
commit7adb1b250b712920ea5d685f146ad6df55346393
treec431de9f29f2c7d1dc5a6e581cfcf7031bb26a49
parent4b2e28307d0a1c2b31e403e8e394261eb363a7a9
systemc: Stub out all the standard utilility classes and functions.

Change-Id: I9e9724edb6281e0b0a6bae5546b0ede77d295c12
Reviewed-on: https://gem5-review.googlesource.com/10841
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
20 files changed:
src/systemc/ext/core/sc_process_handle.hh
src/systemc/ext/systemc
src/systemc/ext/systemc.h
src/systemc/ext/utils/_using.hh [new file with mode: 0644]
src/systemc/ext/utils/_utils.hh [new file with mode: 0644]
src/systemc/ext/utils/endian.hh [new file with mode: 0644]
src/systemc/ext/utils/functions.hh [new file with mode: 0644]
src/systemc/ext/utils/sc_exception.hh [new file with mode: 0644]
src/systemc/ext/utils/sc_report.hh [new file with mode: 0644]
src/systemc/ext/utils/sc_report_handler.hh [new file with mode: 0644]
src/systemc/ext/utils/sc_trace_file.hh [new file with mode: 0644]
src/systemc/ext/utils/sc_vector.hh [new file with mode: 0644]
src/systemc/ext/utils/warn_unimpl.hh [new file with mode: 0644]
src/systemc/utils/SConscript [new file with mode: 0644]
src/systemc/utils/functions.cc [new file with mode: 0644]
src/systemc/utils/sc_report.cc [new file with mode: 0644]
src/systemc/utils/sc_report_handler.cc [new file with mode: 0644]
src/systemc/utils/sc_trace_file.cc [new file with mode: 0644]
src/systemc/utils/sc_vector.cc [new file with mode: 0644]
src/systemc/utils/warn_unimpl.cc [new file with mode: 0644]