systemc: Add stubbed out versions of sc_event and related classes.

Change-Id: Id45c80cbb8774d8469d4df6ce7915161df977de0
Reviewed-on: https://gem5-review.googlesource.com/10828
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 17:21:17 -07:00
parent 0ac709b5b8
commit 021b86d116
3 changed files with 452 additions and 0 deletions

View File

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