summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_module.hh
AgeCommit message (Expand)Author
2018-11-05systemc: Change how SC_BIND_PROXY_NIL is initialized.Gabe Black
2018-10-16systemc: Add some deprecated positional binding operators.Gabe Black
2018-10-09systemc: Handle nonstandard cthread sensitivities.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-03systemc: Raise an error when SC_METHOD, etc. is used after starting.Gabe Black
2018-09-26systemc: Implement positional binding.Gabe Black
2018-09-26systemc: Make sc_process_b less hokey, and make WAIT* work.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
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