summaryrefslogtreecommitdiff
path: root/src/systemc/core/module.cc
AgeCommit message (Expand)Author
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: Keep track of progress when positionally binding.Gabe Black
2018-10-16systemc: Centralize how object parents are chosen.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-09-26systemc: Implement positional binding.Gabe Black
2018-09-25systemc: If no sc_module_name was used, throw an error.Gabe Black
2018-09-20systemc: Use an std::list to track all modules.Gabe Black
2018-09-20systemc: Track the module in the end_of_elaboration callback.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
2018-09-05systemc: Implement most of sc_object.Gabe Black
2018-08-15systemc: Construct and manage a module name stack.Gabe Black