summaryrefslogtreecommitdiff
path: root/src/systemc/core/event.hh
AgeCommit message (Expand)Author
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Add an error check to the deprecated notify_delayed.Gabe Black
2018-10-16systemc: Detach child events in the Object destructor.Gabe Black
2018-10-16systemc: Change how signal based resets work.Gabe Black
2018-10-16systemc: Implement signal based resets.Gabe Black
2018-10-16systemc: Fix the implementation of sc_event::triggered.Gabe Black
2018-10-09systemc: Differentiate between notifying methods and threads.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-09systemc: Track event sensitivities with a list instead of a set.Gabe Black
2018-09-25systemc: Rework how delta and timed notifications/timeouts are tracked.Gabe Black
2018-09-11systemc: Fix a couple memory errors.Gabe Black
2018-09-05systemc: Implement pending activity related functionsGabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black