systemc: Stub out the sc_module class and related functions.

Change-Id: I2c20717fe1f750bf7ae84de79726b1503ec6e1cd
Reviewed-on: https://gem5-review.googlesource.com/10834
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-05-08 18:34:38 -07:00
parent 527f23c7dd
commit 82d17ee5df
3 changed files with 790 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ if env['USE_SYSTEMC']:
Source('sc_export.cc')
Source('sc_interface.cc')
Source('sc_main.cc')
Source('sc_module.cc')
Source('sc_module_name.cc')
Source('sc_object.cc')
Source('sc_port.cc')