summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_module.cc
AgeCommit message (Expand)Author
2018-09-20systemc: Don't run clocked thread processes during the init phase.Gabe Black
2018-09-20systemc: Implement sc_gen_unique_name.Gabe Black
2018-09-11systemc: Implement much of sc_spawn.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
2018-09-05systemc: Implement next_trigger and wait.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-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-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-07-24systemc: Seperate the "external" header interface.Gabe Black