systemc: Add stubbed out versions of sc_port and sc_export.

Change-Id: I04edb5da995212f9179eeb7a97486031eea71aff
Reviewed-on: https://gem5-review.googlesource.com/10829
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-07 18:56:44 -07:00
parent 021b86d116
commit 29cee9208d
5 changed files with 381 additions and 0 deletions

View File

@@ -33,8 +33,10 @@ if env['USE_SYSTEMC']:
Source('kernel.cc')
Source('sc_event.cc')
Source('sc_export.cc')
Source('sc_interface.cc')
Source('sc_main.cc')
Source('sc_module_name.cc')
Source('sc_object.cc')
Source('sc_port.cc')
Source('sc_time.cc')