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>
This commit is contained in:
Gabe Black
2018-06-18 17:17:35 -07:00
parent c564fe0bcc
commit 2b4b94d055
7 changed files with 131 additions and 0 deletions

View File

@@ -45,5 +45,6 @@ if env['USE_SYSTEMC']:
Source('sc_process_handle.cc')
Source('sc_prim.cc')
Source('sc_sensitive.cc')
Source('sc_simcontext.cc')
Source('sc_spawn.cc')
Source('sc_time.cc')