summaryrefslogtreecommitdiff
path: root/src/systemc/core/process.cc
AgeCommit message (Expand)Author
2018-09-25systemc: Override notifyWork for timeout/event_and_list sensitivities.Gabe Black
2018-09-25systemc: Rework how delta and timed notifications/timeouts are tracked.Gabe Black
2018-09-11systemc: Ensure the terminated event is notified in all cases.Gabe Black
2018-09-11systemc: Detect a process control corner case and report an error.Gabe Black
2018-09-11systemc: Adjust process status tracking to improve kill/reset support.Gabe Black
2018-09-11systemc: Implement most of the sc_report_handler mechanism.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 much of sc_spawn.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: Partially implement the scheduler.Gabe Black
2018-09-05systemc: Fill out sc_process_handle and create Process classes.Gabe Black