summaryrefslogtreecommitdiff
path: root/src/systemc/core/process_types.hh
AgeCommit message (Expand)Author
2018-10-16systemc: Remove a redundant injectException for Thread's throw_it.Gabe Black
2018-10-09systemc: Fortify how exceptions are caught and passed around.Gabe Black
2018-10-09systemc: Warn if a process is dont_initialize with no static sensitivieis.Gabe Black
2018-10-03systemc: Make Process track whether it's dynamic on its own.Gabe Black
2018-09-26systemc: When a thread completes, yield to the scheduler.Gabe Black
2018-09-11systemc: Adjust process status tracking to improve kill/reset support.Gabe Black
2018-09-05systemc: Implement sc_pause, sc_stop, and re-sc_start-ing.Gabe Black
2018-09-05systemc: Partially implement the scheduler.Gabe Black