systemc: Don't run the ready event inline when unpausing.
authorGabe Black <gabeblack@google.com>
Fri, 17 Aug 2018 02:01:28 +0000 (19:01 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 25 Sep 2018 23:50:05 +0000 (23:50 +0000)
commit440b143742ece282c2b0497c70818a5796f66f1a
treea42c7419a84fb78ae15c6958998c5fd752da99f2
parent54f3a76afe055fa62a818b8355dd8c6f8bd39856
systemc: Don't run the ready event inline when unpausing.

Now that delta events are handled explicitly by the scheduler, there's
no reason to run the readyEvent inline when returning from a pause. The
delta events will necessarily be run after the evaluate and update
phases.

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