Age | Commit message (Expand) | Author |
2018-09-05 | systemc: Implement sc_pause, sc_stop, and re-sc_start-ing. | Gabe Black |
2018-09-05 | systemc: Implement sc_get_current_process_handle's other personality. | Gabe Black |
2018-09-05 | systemc: Handle suspended processes and handle sensitivity overload. | Gabe Black |
2018-09-05 | systemc: Implement next_trigger and wait. | Gabe Black |
2018-09-05 | systemc: Implement the sensitivity mechanism. | Gabe Black |
2018-09-05 | systemc: Hook up sc_time_stamp sc_delta_count. | Gabe Black |
2018-09-05 | systemc: Implement much of events, event lists and event exprs. | Gabe Black |
2018-09-05 | systemc: Implement channel updates and rework the scheduler. | Gabe Black |
2018-09-05 | systemc: Partially implement the scheduler. | Gabe Black |
2018-09-05 | systemc: Fill out sc_process_handle and create Process classes. | Gabe Black |
2018-09-05 | systemc: Implement some basic plumbing in sc_module.hh. | Gabe Black |
2018-09-05 | systemc: Implement most of sc_object. | Gabe Black |
2018-09-05 | systemc: Get sc_main to work even when dynamically linked. | Gabe Black |
2018-09-05 | systemc: Implement the sc_attr classes. | Gabe Black |
2018-09-05 | systemc: Disable tests which use sensitive_(pos|neg). | Gabe Black |
2018-09-05 | systemc: Enable some more sc_simcontext related tests. | Gabe Black |
2018-09-05 | systemc: Add m_cur_val and m_new_val to sc_signal. | Gabe Black |
2018-09-05 | systemc: Add the "implementation defined" vport function. | Gabe Black |
2018-09-05 | systemc: Add the nonstandard sc_join class and sc_thread_handle type. | Gabe Black |
2018-08-28 | systemc: Minimally implemented the deprecated sc_simcontext. | Gabe Black |
2018-08-28 | systemc: Add a minimal version of the deprecated sc_process_b. | Gabe Black |
2018-08-28 | systemc: Add bind() to sc_port_base. | Gabe Black |
2018-08-28 | systemc: Make the verify.py --list option print a total count. | Gabe Black |
2018-08-28 | systemc: Disable a few more tests that aren't going to work. | Gabe Black |
2018-08-28 | systemc: Disable the phase_callbacks set of tests. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard sc_user exception type. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard sc_trace_params and sc_trace_params_vec. | Gabe Black |
2018-08-28 | systemc: Make some functions static in conflict with the spec. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard time_stamp function. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard sc_hierarchical_name_exists function. | Gabe Black |
2018-08-28 | systemc: Add the nonstandard timed_out function. | Gabe Black |
2018-08-28 | systemc: Add some deprecated sc_module constructors. | Gabe Black |
2018-08-28 | systemc: Add the non-standard sc_time_tuple class. | Gabe Black |
2018-08-28 | systemc: Add non-standard sc_status constants. | Gabe Black |
2018-08-28 | systemc: Add deprecated sc_time constructors. | Gabe Black |
2018-08-28 | systemc: Add an sc_event_finder::find_event method. | Gabe Black |
2018-08-28 | systemc: Add some deprecated sc_time factory methods. | Gabe Black |
2018-08-28 | systemc: Add some common test include files. | Gabe Black |
2018-08-28 | systemc: Add some nonstandard, undocumented sc_report_* functions. | Gabe Black |
2018-08-24 | base: If valgrind is available, tell it about Fiber stacks. | Gabe Black |
2018-08-24 | cpu: Stream/SubstreamID support in TrafficGen | Giacomo Travaglini |
2018-08-24 | cpu: Turn BaseTrafficGen numSuppressed into a stat | Michiel W. van Tol |
2018-08-22 | mem: Add StreamID and SubstreamID | Stanislaw Czerniawski |
2018-08-22 | systemc: Add deprecated default time unit management functions. | Gabe Black |
2018-08-22 | systemc: Add deprecated notify_delayed functions. | Gabe Black |
2018-08-22 | systemc: Add some nonstandard cthread related sc_module functions. | Gabe Black |
2018-08-22 | systemc: Add the deprecated sc_trace_delta_cycles function. | Gabe Black |
2018-08-22 | systemc: Add a nonstandard sc_signal constructor. | Gabe Black |
2018-08-22 | systemc: Add some nonstandard (get|set)_catch_actions functions. | Gabe Black |
2018-08-22 | systemc: Exclude another test which exercises sc_string. | Gabe Black |