systemc: Add stubbed out versions of the sc_time functions.

Change-Id: Ie7e3eac0382dc2ed861eaa9ea53ab11069812db8
Reviewed-on: https://gem5-review.googlesource.com/10827
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-05-07 17:19:11 -07:00
parent 973961df9b
commit 0ac709b5b8
3 changed files with 332 additions and 0 deletions

View File

@@ -36,3 +36,4 @@ if env['USE_SYSTEMC']:
Source('sc_main.cc')
Source('sc_module_name.cc')
Source('sc_object.cc')
Source('sc_time.cc')