summaryrefslogtreecommitdiff
path: root/src/systemc/core
AgeCommit message (Expand)Author
2018-09-05systemc: Implement pending activity related functionsGabe Black
2018-09-05systemc: Implement sc_pause, sc_stop, and re-sc_start-ing.Gabe Black
2018-09-05systemc: Implement sc_get_current_process_handle's other personality.Gabe Black
2018-09-05systemc: Handle suspended processes and handle sensitivity overload.Gabe Black
2018-09-05systemc: Implement next_trigger and wait.Gabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Hook up sc_time_stamp sc_delta_count.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black
2018-09-05systemc: Implement channel updates and rework the scheduler.Gabe Black
2018-09-05systemc: Partially implement the scheduler.Gabe Black
2018-09-05systemc: Fill out sc_process_handle and create Process classes.Gabe Black
2018-09-05systemc: Implement some basic plumbing in sc_module.hh.Gabe Black
2018-09-05systemc: Implement most of sc_object.Gabe Black
2018-09-05systemc: Get sc_main to work even when dynamically linked.Gabe Black
2018-09-05systemc: Implement the sc_attr classes.Gabe Black
2018-09-05systemc: Enable some more sc_simcontext related tests.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_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 deprecated sc_time constructors.Gabe Black
2018-08-28systemc: Add some deprecated sc_time factory methods.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 nonstandard, undocumented halt function.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: Construct and manage a module name stack.Gabe Black
2018-08-15systemc: Make sc_main run in its own fiber.Gabe Black
2018-08-15systemc: Implement some simple accessor functions in sc_main.cc.Gabe Black
2018-08-15systemc: Add some missing functions which interact with the scheduler.Gabe Black
2018-07-24systemc: Flesh out the sc_port implementation slightly.Gabe Black
2018-07-24systemc: Stub out the sc_spawn related classes and functions.Gabe Black
2018-07-24systemc: Stub out the sc_process_handle class.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black