systemc: Stub out the sc_process_handle class.

Change-Id: I2250ccb369e0a5f2b9172d35662a9ce5e41ab1c1
Reviewed-on: https://gem5-review.googlesource.com/10836
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-05-09 14:54:13 -07:00
parent a60868f5d5
commit e9610aa9f3
3 changed files with 411 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ if env['USE_SYSTEMC']:
Source('sc_module_name.cc')
Source('sc_object.cc')
Source('sc_port.cc')
Source('sc_process_handle.cc')
Source('sc_prim.cc')
Source('sc_sensitive.cc')
Source('sc_time.cc')