summaryrefslogtreecommitdiff
path: root/src/systemc/core/scheduler.hh
AgeCommit message (Expand)Author
2018-09-25systemc: Clear out the scheduler more agressively and with common code.Gabe Black
2018-09-25systemc: Improve scheduler cleanup.Gabe Black
2018-09-25systemc: Generalize gem5 style event scheduling.Gabe Black
2018-09-25systemc: Rework the init phase for the new way delta notes are handled.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: Fix the priority of the maximum time event.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-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: 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