systemc: Ensure the terminated event is notified in all cases.
[gem5.git] / src / systemc /
2018-09-11 Gabe Blacksystemc: Ensure the terminated event is notified in...
2018-09-11 Gabe Blacksystemc: Make verify.py delete obsolete diff files.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore a warning.
2018-09-11 Gabe Blacksystemc: Teach verify.py to diff files when checking...
2018-09-11 Gabe Blacksystemc: Add return code verification to verify.py.
2018-09-11 Gabe Blacksystemc: Record the test's return code in the output...
2018-09-11 Gabe Blacksystemc: Extend the execute phase of verify.py.
2018-09-11 Gabe Blacksystemc: Detect a process control corner case and repor...
2018-09-11 Gabe Blacksystemc: Adjust process status tracking to improve...
2018-09-11 Gabe Blacksystemc: Implement most of the sc_report_handler mechanism.
2018-09-11 Gabe Blacksystemc: Ignore direct requests to mark a process as...
2018-09-11 Gabe Blacksystemc: Fill out process handle kill and reset mechanisms.
2018-09-11 Gabe Blacksystemc: Fix a "problem" with kill/reset exceptions.
2018-09-11 Gabe Blacksystemc: Implement much of sc_spawn.
2018-09-11 Gabe Blacksystemc: Promote some functions to sc_export_base.
2018-09-11 Gabe Blacksystemc: Add a sensitivity type for exports.
2018-09-11 Gabe Blacksystemc: Make some functions of the kernel static.
2018-09-11 Gabe Blacksystemc: Implement + and - for sc_time, and sc_max_time.
2018-09-11 Gabe Blacksystemc: Fix a couple memory errors.
2018-09-11 Gabe Blacksystemc: Implement the SC_EXIT_ON_STARVATION exit mode.
2018-09-11 Gabe Blacksystemc: Fix the time resolution when constructing...
2018-09-11 Gabe Blacksystemc: Handle event notifications scheduled before...
2018-09-11 Gabe Blacksystemc: Make orphans top level objects instead of...
2018-09-11 Gabe Blacksystemc: Implement some of the basics of sc_time.
2018-09-11 Gabe Blacksystemc: Implement the various sc_module stage callbacks.
2018-09-05 Gabe Blacksystemc: Implement pending activity related functions
2018-09-05 Gabe Blacksystemc: Implement sc_pause, sc_stop, and re-sc_start...
2018-09-05 Gabe Blacksystemc: Implement sc_get_current_process_handle's...
2018-09-05 Gabe Blacksystemc: Handle suspended processes and handle sensitiv...
2018-09-05 Gabe Blacksystemc: Implement next_trigger and wait.
2018-09-05 Gabe Blacksystemc: Implement the sensitivity mechanism.
2018-09-05 Gabe Blacksystemc: Hook up sc_time_stamp sc_delta_count.
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: Partially implement the scheduler.
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: Get sc_main to work even when dynamically...
2018-09-05 Gabe Blacksystemc: Implement the sc_attr classes.
2018-09-05 Gabe Blacksystemc: Disable tests which use sensitive_(pos|neg).
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: 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.
next