systemc: Set the scheduler's event queue earlier.
authorGabe Black <gabeblack@google.com>
Wed, 8 Aug 2018 08:29:27 +0000 (01:29 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 20 Sep 2018 01:41:44 +0000 (01:41 +0000)
commitb8aefea27654edb2e37f335914e643c7ae35cd8f
treeb405fcf1bada44878aa799092c780aec9d8d8cc2
parent0ebd72b420eae39fa222fd6e0fd5ce11e0583633
systemc: Set the scheduler's event queue earlier.

The kernel can set the event queue during its own construction which
will ensure that the scheduler can schedule events as early as
possible.

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