summaryrefslogtreecommitdiff
path: root/src/systemc/ext
AgeCommit message (Expand)Author
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
2018-08-28systemc: Add the nonstandard sc_trace_params and sc_trace_params_vec.Gabe Black
2018-08-28systemc: Make some functions static in conflict with the spec.Gabe Black
2018-08-28systemc: Add the nonstandard time_stamp function.Gabe Black
2018-08-28systemc: Add the nonstandard sc_hierarchical_name_exists function.Gabe Black
2018-08-28systemc: Add the nonstandard timed_out function.Gabe Black
2018-08-28systemc: Add some deprecated sc_module constructors.Gabe Black
2018-08-28systemc: Add the non-standard sc_time_tuple class.Gabe Black
2018-08-28systemc: Add non-standard sc_status constants.Gabe Black
2018-08-28systemc: Add deprecated sc_time constructors.Gabe Black
2018-08-28systemc: Add an sc_event_finder::find_event method.Gabe Black
2018-08-28systemc: Add some deprecated sc_time factory methods.Gabe Black
2018-08-28systemc: Add some nonstandard, undocumented sc_report_* functions.Gabe Black
2018-08-22systemc: Add deprecated default time unit management functions.Gabe Black
2018-08-22systemc: Add deprecated notify_delayed functions.Gabe Black
2018-08-22systemc: Add some nonstandard cthread related sc_module functions.Gabe Black
2018-08-22systemc: Add the deprecated sc_trace_delta_cycles function.Gabe Black
2018-08-22systemc: Add a nonstandard sc_signal constructor.Gabe Black
2018-08-22systemc: Add some nonstandard (get|set)_catch_actions functions.Gabe Black
2018-08-22systemc: Add the nonstandard, undocumented halt function.Gabe Black
2018-08-22systemc: Define the nonstandard sc_event_queue_port typedef.Gabe Black
2018-08-22systemc: Add some nonstandard SC_WAIT* macros.Gabe Black
2018-08-22systemc: Add nonstandard sc_trace-s for sc_event and sc_time.Gabe Black
2018-08-22systemc: Add support for deprecated integer report handler ids.Gabe Black
2018-08-22systemc: Add the nonstandard macro SC_NEW.Gabe Black
2018-08-22systemc: Add the nonstandard triggered function sc_event.Gabe Black
2018-08-22systemc: Add the nonstandard variable sc_allow_process_control_corners.Gabe Black
2018-08-22systemc: Add some "implementation defined" stuff to sc_attr_cltn.Gabe Black
2018-08-15systemc: Partially implement SC_FORK and SC_JOIN.Gabe Black
2018-08-15systemc: Add some deprecated features to sc_clock.*.Gabe Black
2018-08-15systemc: Add some non-standard sc_trace variants.Gabe Black
2018-08-15systemc: Turn some macros into enums to fix regression test building.Gabe Black
2018-08-15systemc: Include boost/bind.hpp in the systemc header.Gabe Black
2018-08-15systemc: Fill out some of the sc_vector.hh classes.Gabe Black
2018-08-15systemc: Add in the deprecated binding port constructors.Gabe Black
2018-08-15systemc: Add a non-standard default writer policy on sc_buffer.Gabe Black
2018-08-15systemc: Add the deprecated sc_signal_out_if typedef.Gabe Black
2018-08-15systemc: Add the deprecated sc_module::end_module function.Gabe Black
2018-08-15systemc: Construct and manage a module name stack.Gabe Black
2018-08-15systemc: Add some missing functions which interact with the scheduler.Gabe Black
2018-08-08Systemc: Port over all of the systemc "datatype" headers.Gabe Black
2018-08-08systemc: Stub out all the standard utilility classes and functions.Gabe Black
2018-07-24systemc: Flesh out the sc_port implementation slightly.Gabe Black