systemc: Handle suspended processes and handle sensitivity overload.
[gem5.git] / src / systemc / ext /
2018-09-05 Gabe Blacksystemc: Implement the sensitivity mechanism.
2018-09-05 Gabe Blacksystemc: Implement much of events, event lists and...
2018-09-05 Gabe Blacksystemc: Implement channel updates and rework the sched...
2018-09-05 Gabe Blacksystemc: Fill out sc_process_handle and create Process...
2018-09-05 Gabe Blacksystemc: Implement some basic plumbing in sc_module.hh.
2018-09-05 Gabe Blacksystemc: Implement most of sc_object.
2018-09-05 Gabe Blacksystemc: Implement the sc_attr classes.
2018-09-05 Gabe Blacksystemc: Enable some more sc_simcontext related tests.
2018-09-05 Gabe Blacksystemc: Add m_cur_val and m_new_val to sc_signal.
2018-09-05 Gabe Blacksystemc: Add the "implementation defined" vport function.
2018-09-05 Gabe Blacksystemc: Add the nonstandard sc_join class and sc_threa...
2018-08-28 Gabe Blacksystemc: Minimally implemented the deprecated sc_simcon...
2018-08-28 Gabe Blacksystemc: Add a minimal version of the deprecated sc_pro...
2018-08-28 Gabe Blacksystemc: Add bind() to sc_port_base.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_user exception type.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_trace_params and sc_tra...
2018-08-28 Gabe Blacksystemc: Make some functions static in conflict with...
2018-08-28 Gabe Blacksystemc: Add the nonstandard time_stamp function.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_hierarchical_name_exist...
2018-08-28 Gabe Blacksystemc: Add the nonstandard timed_out function.
2018-08-28 Gabe Blacksystemc: Add some deprecated sc_module constructors.
2018-08-28 Gabe Blacksystemc: Add the non-standard sc_time_tuple class.
2018-08-28 Gabe Blacksystemc: Add non-standard sc_status constants.
2018-08-28 Gabe Blacksystemc: Add deprecated sc_time constructors.
2018-08-28 Gabe Blacksystemc: Add an sc_event_finder::find_event method.
2018-08-28 Gabe Blacksystemc: Add some deprecated sc_time factory methods.
2018-08-28 Gabe Blacksystemc: Add some nonstandard, undocumented sc_report_...
2018-08-22 Gabe Blacksystemc: Add deprecated default time unit management...
2018-08-22 Gabe Blacksystemc: Add deprecated notify_delayed functions.
2018-08-22 Gabe Blacksystemc: Add some nonstandard cthread related sc_module...
2018-08-22 Gabe Blacksystemc: Add the deprecated sc_trace_delta_cycles function.
2018-08-22 Gabe Blacksystemc: Add a nonstandard sc_signal constructor.
2018-08-22 Gabe Blacksystemc: Add some nonstandard (get|set)_catch_actions...
2018-08-22 Gabe Blacksystemc: Add the nonstandard, undocumented halt function.
2018-08-22 Gabe Blacksystemc: Define the nonstandard sc_event_queue_port...
2018-08-22 Gabe Blacksystemc: Add some nonstandard SC_WAIT* macros.
2018-08-22 Gabe Blacksystemc: Add nonstandard sc_trace-s for sc_event and...
2018-08-22 Gabe Blacksystemc: Add support for deprecated integer report...
2018-08-22 Gabe Blacksystemc: Add the nonstandard macro SC_NEW.
2018-08-22 Gabe Blacksystemc: Add the nonstandard triggered function sc_event.
2018-08-22 Gabe Blacksystemc: Add the nonstandard variable sc_allow_process_...
2018-08-22 Gabe Blacksystemc: Add some "implementation defined" stuff to...
2018-08-15 Gabe Blacksystemc: Partially implement SC_FORK and SC_JOIN.
2018-08-15 Gabe Blacksystemc: Add some deprecated features to sc_clock.*.
2018-08-15 Gabe Blacksystemc: Add some non-standard sc_trace variants.
2018-08-15 Gabe Blacksystemc: Turn some macros into enums to fix regression...
2018-08-15 Gabe Blacksystemc: Include boost/bind.hpp in the systemc header.
2018-08-15 Gabe Blacksystemc: Fill out some of the sc_vector.hh classes.
2018-08-15 Gabe Blacksystemc: Add in the deprecated binding port constructors.
2018-08-15 Gabe Blacksystemc: Add a non-standard default writer policy on...
2018-08-15 Gabe Blacksystemc: Add the deprecated sc_signal_out_if typedef.
2018-08-15 Gabe Blacksystemc: Add the deprecated sc_module::end_module function.
2018-08-15 Gabe Blacksystemc: Construct and manage a module name stack.
2018-08-15 Gabe Blacksystemc: Add some missing functions which interact...
2018-08-08 Gabe BlackSystemc: Port over all of the systemc "datatype" headers.
2018-08-08 Gabe Blacksystemc: Stub out all the standard utilility classes...
2018-07-24 Gabe Blacksystemc: Flesh out the sc_port implementation slightly.
2018-07-24 Gabe Blacksystemc: Stub out the predefined channels.
2018-07-24 Gabe Blacksystemc: Add systemc and systemc.h header files.
2018-07-24 Gabe Blacksystemc: Stub out the sc_spawn related classes and...
2018-07-24 Gabe Blacksystemc: Stub out the sc_process_handle class.
2018-07-24 Gabe Blacksystemc: Seperate the "external" header interface.