Hello Jason Lowe-Power, Matthias Jung, Giacomo Travaglini, Andreas Sandberg,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/c/public/gem5/+/11709

to look at the new patch set (#6).

Change subject: systemc: Partially implement the scheduler.
......................................................................

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
---
M src/systemc/core/SConscript
M src/systemc/core/kernel.cc
M src/systemc/core/kernel.hh
A src/systemc/core/list.hh
M src/systemc/core/object.cc
M src/systemc/core/process.cc
M src/systemc/core/process.hh
A src/systemc/core/process_types.cc
A src/systemc/core/process_types.hh
M src/systemc/core/sc_module.cc
M src/systemc/core/sc_process_handle.cc
A src/systemc/core/scheduler.cc
A src/systemc/core/scheduler.hh
13 files changed, 559 insertions(+), 73 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/11709
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I6899569eb0195ff1c059fa4e68e90ef162b2f2df
Gerrit-Change-Number: 11709
Gerrit-PatchSet: 6
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Matthias Jung <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to