systemc: Export the sc_core::sc_time class to python.
authorGabe Black <gabeblack@google.com>
Fri, 15 Feb 2019 15:58:05 +0000 (07:58 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 25 Feb 2019 23:08:58 +0000 (23:08 +0000)
commit296f5219da6a2927e84fb748f7f74018c0c1f32e
tree51828b05180c1265fb184b6ccca71a1939ab39dd
parent576e5714e81d09868f8a4695443a924faab02b93
systemc: Export the sc_core::sc_time class to python.

This class isn't incredibly useful in python, but it's needed to call
some other functions which are more useful.

Change-Id: I5c23cca0b50f0455423399db8b009bdf86a6ec41
Reviewed-on: https://gem5-review.googlesource.com/c/16502
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/SConscript
src/systemc/core/SystemC.py
src/systemc/core/sc_time_python.cc [new file with mode: 0644]