summaryrefslogtreecommitdiff
path: root/src/systemc/ext
AgeCommit message (Expand)Author
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-09systemc: Fortify how exceptions are caught and passed around.Gabe Black
2018-10-03systemc: "Fix" some error message formatting.Gabe Black
2018-10-03systemc: Fix a typo/bug in sc_int_base.hh.Gabe Black
2018-10-03systemc: Implement sc_fifo::dump and improve sc_fifo::print.Gabe Black
2018-10-03systemc: Implement the << operator for sc_signal.Gabe Black
2018-10-03systemc: Implement the "event()" style sc_signal methods.Gabe Black
2018-10-03systemc: Add a "changeStamp" value to the scheduler.Gabe Black
2018-10-03systemc: Adjust some error messages to match Accellera.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-10-03systemc: Implement most of sc_fifo and its 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-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-25systemc: Implement most of sc_inout.Gabe Black
2018-09-25systemc: Make sc_out delegate to its base class sc_inout.Gabe Black
2018-09-25systemc: Implement a significant portion of sc_clock.Gabe Black
2018-09-20systemc: Track exports and prim channels, and call their callbacks.Gabe Black
2018-09-20systemc: Implement the sc_in class.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: Partially implement the sc_signal class template.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: Implement most of the sc_report_handler mechanism.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 m_cur_val and m_new_val to sc_signal.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
2018-08-28systemc: Add bind() to sc_port_base.Gabe Black
2018-08-28systemc: Add the nonstandard sc_user exception type.Gabe Black