systemc: Add a minimal version of the deprecated sc_process_b.
[gem5.git] / src / systemc /
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: Make the verify.py --list option print a total...
2018-08-28 Gabe Blacksystemc: Disable a few more tests that aren't going...
2018-08-28 Gabe Blacksystemc: Disable the phase_callbacks set of tests.
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 common test include files.
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: Exclude another test which exercises sc_string.
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: Exclude a test which probably could never...
2018-08-22 Gabe Blacksystemc: Add nonstandard sc_trace-s for sc_event and...
2018-08-22 Gabe Blacksystemc: Add a filter file for the tests which are...
2018-08-22 Gabe Blacksystemc: Add a filter-file option.
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-22 Gabe Blacksystemc: Fix a small bug in verify.py.
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: Remove references to internal constants from...
2018-08-15 Gabe Blacksystemc: Turn some macros into enums to fix regression...
2018-08-15 Gabe Blacksystemc: Remove more Accellera source specific include...
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: Make a test stop including an internal path...
2018-08-15 Gabe Blacksystemc: Add a script which automates building and...
2018-08-15 Gabe Blacksystemc, scons: Link systemc tests against the shared...
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, scons: Add a mechanism to hook in the systemc...
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: Make sc_main run in its own fiber.
2018-08-15 Gabe Blacksystemc: Implement some simple accessor functions in...
2018-08-15 Gabe Blacksystemc: Add some missing functions which interact...
2018-08-08 Gabe Blacksystemc: Import tests from the Accellera systemc distri...
2018-08-08 Gabe Blacksystemc: Add the Accellera implementation for the data...
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.
2018-07-24 Gabe Blacksystemc: Stub out the sc_module class and related funct...
2018-07-24 Gabe Blacksystemc: Add a stubbed out implementation of the sc_sen...
2018-07-24 Gabe Blacksystemc: Add a stub implementation for sc_attr related...
2018-07-23 Gabe Blacksystemc: Add a stubbed out sc_event_finder class.
2018-07-23 Gabe Blacksystemc: Implement a stub version of the sc_prim class.
2018-07-23 Gabe Blacksystemc: Add stubbed out versions of sc_port and sc_export.
2018-07-23 Gabe Blacksystemc: Add stubbed out versions of sc_event and relat...
2018-07-23 Gabe Blacksystemc: Add stubbed out versions of the sc_time functions.
2018-07-23 Gabe Blacksystemc: Add the sc_nbdefs.hh header from Accellera.
2018-07-23 Gabe Blacksystemc: Add a stub version of the sc_interface class.
2018-07-23 Gabe Blacksystemc: Hook up sc_main.
2018-07-23 Gabe Blacksystemc: Partially implement the sc_module_name class.
2018-07-16 Gabe Blacksystemc: Add a stub kernel SimObject.
2018-07-16 Gabe Blacksystemc: Add a stubbed out sc_object class.