systemc: Hook up sc_time_stamp sc_delta_count.
authorGabe Black <gabeblack@google.com>
Mon, 16 Jul 2018 22:53:04 +0000 (15:53 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 5 Sep 2018 06:05:12 +0000 (06:05 +0000)
commitd7755ec828868582e2b409ba14f1c8c920c7f184
treee0d4097f7593b7c8b98ed51b65d7943d7028041e
parent7b8c8bcaa5dc33cd7432cd3f25077321b09c61c9
systemc: Hook up sc_time_stamp sc_delta_count.

sc_time_stamp reports the current simulation time. sc_delta_count was
hooked up to a dummy value. This change hooks it up to the scheduler so
that it returns the real value.

Change-Id: I354c4be32161eabeea86af653f5cb0a5d384645b
Reviewed-on: https://gem5-review.googlesource.com/11712
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/sc_main.cc