systemc: Add a stub version of the sc_interface class.

Change-Id: Iad1da472e13b0e16ad4de03f456ca0a001e69b51
Reviewed-on: https://gem5-review.googlesource.com/10825
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-05-03 19:09:05 -07:00
parent 821b175834
commit b3cab9d881
3 changed files with 118 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ if env['USE_SYSTEMC']:
Source('kernel.cc')
Source('sc_interface.cc')
Source('sc_main.cc')
Source('sc_module_name.cc')
Source('sc_object.cc')