systemc: Minimally implemented the deprecated sc_simcontext.
authorGabe Black <gabeblack@google.com>
Tue, 19 Jun 2018 00:17:35 +0000 (17:17 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 28 Aug 2018 21:25:32 +0000 (21:25 +0000)
commit2b4b94d0556c2d03172ebff63f7fc502c3c26ff8
tree21a5b1eecb88241ad99ceb60a14199100101d675
parentc564fe0bcc6d53dd7f1b5dc2c0174bd445fd2a6d
systemc: Minimally implemented the deprecated sc_simcontext.

This is supposed to be deprecated, but is still used in a small way
by the tests.

Change-Id: I94fc32f9e0f03d50c00ce5421926203859064020
Reviewed-on: https://gem5-review.googlesource.com/11352
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/SConscript
src/systemc/core/sc_object.cc
src/systemc/core/sc_simcontext.cc [new file with mode: 0644]
src/systemc/ext/core/_core.hh
src/systemc/ext/core/_using.hh
src/systemc/ext/core/sc_object.hh
src/systemc/ext/core/sc_simcontext.hh [new file with mode: 0644]