summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_port.cc
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: Fill out some error reporting in sc_port.Gabe Black
2018-10-16systemc: Change how errors are handled in some constructors slightly.Gabe Black
2018-10-16systemc: Centralize how object parents are chosen.Gabe Black
2018-10-16systemc: Add some additional error checks.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Add some error checks to some classes.Gabe Black
2018-09-20systemc: Implement port binding except positional binding.Gabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-08-28systemc: Add bind() to sc_port_base.Gabe Black
2018-07-24systemc: Flesh out the sc_port implementation slightly.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black