systemc: Add a stub kernel SimObject.

The guts of this class will be added in later changes.

Change-Id: I3582c40f88f7d9ba6028a6f0a8ee5c32924a65bf
Reviewed-on: https://gem5-review.googlesource.com/10822
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
This commit is contained in:
Gabe Black
2018-05-02 01:44:40 -07:00
parent 2c974a9ae0
commit 889fdb90d9
4 changed files with 111 additions and 0 deletions

View File

@@ -30,4 +30,6 @@ Import('*')
if env['USE_SYSTEMC']:
SimObject('SystemC.py')
Source('kernel.cc')
Source('sc_object.cc')