summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_process_handle.cc
AgeCommit message (Expand)Author
2018-10-16systemc: Get rid of leftovers from unimplemented warnings past.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Implement sc_get_curr_process_handle().Gabe Black
2018-10-03systemc: Improve handling of empty process handles.Gabe Black
2018-09-26systemc: Make sc_process_b less hokey, and make WAIT* work.Gabe Black
2018-09-11systemc: Fix a "problem" with kill/reset exceptions.Gabe Black
2018-09-05systemc: Implement sc_get_current_process_handle's other personality.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
2018-08-28systemc: Add a minimal version of the deprecated sc_process_b.Gabe Black
2018-08-22systemc: Add the nonstandard variable sc_allow_process_control_corners.Gabe Black
2018-07-24systemc: Stub out the sc_process_handle class.Gabe Black