summaryrefslogtreecommitdiff
path: root/src/systemc/core/module.hh
AgeCommit message (Expand)Author
2018-09-20systemc: Track exports and prim channels, and call their callbacks.Gabe Black
2018-09-20systemc: Implement port binding except positional binding.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-20systemc: Implement sc_gen_unique_name.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