systemc: Add a stub implementation for sc_attr related classes.

Change-Id: I59ba11f71b5412643ea7026df91587fafa0c6fda
Reviewed-on: https://gem5-review.googlesource.com/10832
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-05-08 15:03:33 -07:00
parent cfc3a3a628
commit 9cc75bd8d7
3 changed files with 192 additions and 0 deletions

View File

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