summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_port.hh
AgeCommit message (Expand)Author
2018-10-16systemc: Warn about using deprecated sc_port constructors.Gabe Black
2018-10-16systemc: Switch to using predefined messages for channels.Gabe Black
2018-10-16systemc: Implement port binding policies.Gabe Black
2018-10-16systemc: Fill out some error reporting in sc_port.Gabe Black
2018-10-16systemc: Add missing sc_interface::register_port, and add calls to it.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-09systemc: Add a "kind()" overload to sc_port_base.Gabe Black
2018-10-03systemc: When sensitive to an event finder, find on all interfaces.Gabe Black
2018-09-26systemc: Implement positional binding.Gabe Black
2018-09-26systemc: Use sc_assert to check the number of interfaces.Gabe Black
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: Fix the seed used with sc_gen_unique_name for sc_port.Gabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Add the "implementation defined" vport function.Gabe Black
2018-08-28systemc: Add bind() to sc_port_base.Gabe Black
2018-08-15systemc: Add in the deprecated binding port constructors.Gabe Black
2018-07-24systemc: Flesh out the sc_port implementation slightly.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black