systemc: Update signals before initing processes.
authorGabe Black <gabeblack@google.com>
Sat, 1 Dec 2018 00:57:02 +0000 (16:57 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 10 Dec 2018 06:41:43 +0000 (06:41 +0000)
commitd051b9f1dae199087ed1991cfdb5dd01e4758294
tree3a71711813abe29d327b6f452658e869599a5175
parentb18535019126764052395b036f2ec24271d726e5
systemc: Update signals before initing processes.

We were supposed to do one update phase before adding all processes
which didn't have dont_initialize() called to the run queue. We were
doing that in the opposite order.

Change-Id: I6dd4108040d455dc78029da029a2eb5e7af819cb
Reviewed-on: https://gem5-review.googlesource.com/c/14915
Reviewed-by: Matthias Jung <jungma@eit.uni-kl.de>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/scheduler.cc