summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_event.hh
AgeCommit message (Expand)Author
2018-11-09systemc: Add a missing "const" on one of the sc_event operators.Gabe Black
2018-11-05systemc: Move a function after the class it uses internally.Gabe Black
2018-10-16systemc: Switch to using predefined messages for channels.Gabe Black
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Report an error if an sc_event_finder is used on an unbound port.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-03systemc: When sensitive to an event finder, find on all interfaces.Gabe Black
2018-09-26systemc: Get rid of the unused warning function in sc_event_finder_t.Gabe Black
2018-09-20systemc: Implement sc_event_finder.Gabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black
2018-08-28systemc: Add an sc_event_finder::find_event method.Gabe Black
2018-08-22systemc: Add deprecated notify_delayed functions.Gabe Black
2018-08-22systemc: Add the nonstandard triggered function sc_event.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black