summaryrefslogtreecommitdiff
path: root/src/systemc/core/sc_module.cc
AgeCommit message (Expand)Author
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Add a warning about dont_initialize and cthreads.Gabe Black
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Add an error check to sc_gen_unique_name.Gabe Black
2018-10-16systemc: Add some deprecated positional binding operators.Gabe Black
2018-10-16systemc: Change how signal based resets work.Gabe Black
2018-10-16systemc: Add an sc_gen_unique_name namespace to processes as well.Gabe Black
2018-10-16systemc: Add some error checks to the sc_module constructor.Gabe Black
2018-10-16systemc: Implement sc_hierarchical_name_exists.Gabe Black
2018-10-16systemc: Centralize how object parents are chosen.Gabe Black
2018-10-16systemc: Implement signal based resets.Gabe Black
2018-10-16systemc: Make sure the right type process is running when calling wait.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-09systemc: Keep all pre-init processes on a single list.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-09systemc: Implement the deprecated "timed_out" function.Gabe Black
2018-10-09systemc: Implement the nonstandard halt function.Gabe Black
2018-10-03systemc: Implement the nonstandard at_negedge and at_posedge.Gabe Black
2018-10-03systemc: Report an error if n <= 0 in wait(int n).Gabe Black
2018-10-03systemc: Raise an error when SC_METHOD, etc. is used after starting.Gabe Black
2018-09-26systemc: Implement positional binding.Gabe Black
2018-09-25systemc: If no sc_module_name was used, throw an error.Gabe Black
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