summaryrefslogtreecommitdiff
path: root/src/systemc/core/scheduler.cc
AgeCommit message (Expand)Author
2018-10-09systemc: Match how Accellera schedules processes even more closely.Gabe Black
2018-10-03systemc: When stopping immediately, block new processes/updates.Gabe Black
2018-10-03systemc: Toggle off clumping methods together in the ready list.Gabe Black
2018-10-03systemc: Store timed notifications in a list instead of a set.Gabe Black
2018-10-03systemc: Add a "changeStamp" value to the scheduler.Gabe Black
2018-10-03systemc: Keep track of more cases when we should be ready after resume.Gabe Black
2018-09-26systemc: Fix some issues with starvation checks.Gabe Black
2018-09-26systemc: When sc_start-ing with zero time, ensure the ready event runs.Gabe Black
2018-09-26systemc: Make sure methods aren't restarted by yield.Gabe Black
2018-09-26systemc: Use the eq pointer directly less often in the scheduler.Gabe Black
2018-09-25systemc: Clear out the scheduler more agressively and with common code.Gabe Black
2018-09-25systemc: Make sure no delta cycles are scheduled when stopping.Gabe Black
2018-09-25systemc: Improve scheduler cleanup.Gabe Black
2018-09-25systemc: Generalize gem5 style event scheduling.Gabe Black
2018-09-25systemc: Make sure sc_start waits for simulation even when starving.Gabe Black
2018-09-25systemc: Rework the init phase for the new way delta notes are handled.Gabe Black
2018-09-25systemc: Don't run the ready event inline when unpausing.Gabe Black
2018-09-25systemc: Rework how delta and timed notifications/timeouts are tracked.Gabe Black
2018-09-20systemc: When sc_start is told to run zero time, do one delta cycle.Gabe Black
2018-09-20systemc: Ensure delta notifications happen at the right time after sc_pause.Gabe Black
2018-09-20systemc: Don't schedule the update phase if the event queue is null.Gabe Black
2018-09-11systemc: Ignore direct requests to mark a process as ready.Gabe Black
2018-09-11systemc: Fill out process handle kill and reset mechanisms.Gabe Black
2018-09-11systemc: Implement the SC_EXIT_ON_STARVATION exit mode.Gabe Black
2018-09-11systemc: Handle event notifications scheduled before sc_start.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
2018-09-05systemc: Implement pending activity related functionsGabe Black
2018-09-05systemc: Implement sc_pause, sc_stop, and re-sc_start-ing.Gabe Black
2018-09-05systemc: Handle suspended processes and handle sensitivity overload.Gabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Implement channel updates and rework the scheduler.Gabe Black
2018-09-05systemc: Partially implement the scheduler.Gabe Black