summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_module.hh
AgeCommit message (Expand)Author
2018-09-05systemc: Fill out sc_process_handle and create Process classes.Gabe Black
2018-09-05systemc: Implement some basic plumbing in sc_module.hh.Gabe Black
2018-08-28systemc: Add the nonstandard sc_hierarchical_name_exists function.Gabe Black
2018-08-28systemc: Add the nonstandard timed_out function.Gabe Black
2018-08-28systemc: Add some deprecated sc_module constructors.Gabe Black
2018-08-22systemc: Add some nonstandard cthread related sc_module functions.Gabe Black
2018-08-22systemc: Add the nonstandard, undocumented halt function.Gabe Black
2018-08-22systemc: Add some nonstandard SC_WAIT* macros.Gabe Black
2018-08-22systemc: Add the nonstandard macro SC_NEW.Gabe Black
2018-08-15systemc: Add the deprecated sc_module::end_module function.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black