From 0aec777bf2fff0ac61cd36b7c0358dbe9350c784 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 3 Jul 2018 16:41:30 -0700 Subject: systemc: Partially implement the scheduler. This change implements the "evaluate" part of the delta cycles, and sketches out a function to run delta cycles and the initialization phase. The kernel object now schedules an event at time zero which runs the initialization phase. Also, some small places which were stubbed out pending a way to check the currently running process have been filled in now that that's being tracked. Change-Id: I6899569eb0195ff1c059fa4e68e90ef162b2f2df Reviewed-on: https://gem5-review.googlesource.com/11709 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/systemc/core/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/systemc/core/SConscript') diff --git a/src/systemc/core/SConscript b/src/systemc/core/SConscript index f4d65060f..045300478 100644 --- a/src/systemc/core/SConscript +++ b/src/systemc/core/SConscript @@ -34,6 +34,8 @@ if env['USE_SYSTEMC']: Source('module.cc') Source('object.cc') Source('process.cc') + Source('process_types.cc') + Source('scheduler.cc') Source('sc_attr.cc') Source('sc_event.cc') -- cgit v1.2.3