summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core
AgeCommit message (Expand)Author
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-16systemc: Implement port binding policies.Gabe Black
2018-10-16systemc: Add some deprecated positional binding operators.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: Use c++11 partial functions instead of boosts.Gabe Black
2018-10-16systemc: Add a non-standard sc_time constructor and from_string.Gabe Black
2018-10-16systemc: Implement the sc_time_tuple class.Gabe Black
2018-10-16systemc: Implement signal based resets.Gabe Black
2018-10-16systemc: Add some error checks to sc_export.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-09systemc: Handle nonstandard cthread sensitivities.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-09systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-03systemc: Add a "changeStamp" value to the scheduler.Gabe Black
2018-10-03systemc: Raise an error when SC_METHOD, etc. is used after starting.Gabe Black
2018-10-03systemc: When sensitive to an event finder, find on all interfaces.Gabe Black
2018-10-03systemc: Improve handling of empty process handles.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-26systemc: Get rid of the unused warning function in sc_event_finder_t.Gabe Black
2018-09-26systemc: Make sc_process_b less hokey, and make WAIT* work.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: Implement sc_event_finder.Gabe Black
2018-09-20systemc: Implement sc_export.Gabe Black
2018-09-20systemc: Add a nonstandard sc_status pretty printer operator.Gabe Black
2018-09-20systemc: "Implement" sc_interface's methods.Gabe Black
2018-09-20systemc: Fix the seed used with sc_gen_unique_name for sc_port.Gabe Black
2018-09-11systemc: Fix a "problem" with kill/reset exceptions.Gabe Black
2018-09-11systemc: Implement much of sc_spawn.Gabe Black
2018-09-11systemc: Promote some functions to sc_export_base.Gabe Black
2018-09-11systemc: Implement some of the basics of sc_time.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.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-09-05systemc: Implement channel updates and rework the scheduler.Gabe Black
2018-09-05systemc: Fill out sc_process_handle and create Process classes.Gabe Black
2018-09-05systemc: Implement some basic plumbing in sc_module.hh.Gabe Black
2018-09-05systemc: Implement most of sc_object.Gabe Black
2018-09-05systemc: Implement the sc_attr classes.Gabe Black
2018-09-05systemc: Enable some more sc_simcontext related tests.Gabe Black
2018-09-05systemc: Add the "implementation defined" vport function.Gabe Black
2018-09-05systemc: Add the nonstandard sc_join class and sc_thread_handle type.Gabe Black
2018-08-28systemc: Minimally implemented the deprecated sc_simcontext.Gabe Black
2018-08-28systemc: Add a minimal version of the deprecated sc_process_b.Gabe Black