systemc: Add a python config class for sc_modules.
[gem5.git] / src / systemc / ext / core /
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for channels.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for core.
2018-10-16 Gabe Blacksystemc: Distinguish internal events from normal sc_events.
2018-10-16 Gabe Blacksystemc: Report an error if an sc_event_finder is used...
2018-10-16 Gabe Blacksystemc: Implement port binding policies.
2018-10-16 Gabe Blacksystemc: Add some deprecated positional binding operators.
2018-10-16 Gabe Blacksystemc: Fill out some error reporting in sc_port.
2018-10-16 Gabe Blacksystemc: Add missing sc_interface::register_port, and...
2018-10-16 Gabe Blacksystemc: Use c++11 partial functions instead of boosts.
2018-10-16 Gabe Blacksystemc: Add a non-standard sc_time constructor and...
2018-10-16 Gabe Blacksystemc: Implement the sc_time_tuple class.
2018-10-16 Gabe Blacksystemc: Implement signal based resets.
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_export.
2018-10-16 Gabe Blacksystemc: Implement general and VCD trace support.
2018-10-09 Gabe Blacksystemc: Handle nonstandard cthread sensitivities.
2018-10-09 Gabe Blacksystemc: Rework how delayed sensitivities are handled.
2018-10-09 Gabe Blacksystemc: Refactor sensitivities.
2018-10-09 Gabe Blacksystemc: Add a "kind()" overload to sc_port_base.
2018-10-09 Gabe Blacksystemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
2018-10-03 Gabe Blacksystemc: Add a "changeStamp" value to the scheduler.
2018-10-03 Gabe Blacksystemc: Raise an error when SC_METHOD, etc. is used...
2018-10-03 Gabe Blacksystemc: When sensitive to an event finder, find on...
2018-10-03 Gabe Blacksystemc: Improve handling of empty process handles.
2018-09-26 Gabe Blacksystemc: Implement positional binding.
2018-09-26 Gabe Blacksystemc: Use sc_assert to check the number of interfaces.
2018-09-26 Gabe Blacksystemc: Get rid of the unused warning function in...
2018-09-26 Gabe Blacksystemc: Make sc_process_b less hokey, and make WAIT...
2018-09-20 Gabe Blacksystemc: Track exports and prim channels, and call...
2018-09-20 Gabe Blacksystemc: Implement port binding except positional binding.
2018-09-20 Gabe Blacksystemc: Implement sc_event_finder.
2018-09-20 Gabe Blacksystemc: Implement sc_export.
2018-09-20 Gabe Blacksystemc: Add a nonstandard sc_status pretty printer...
2018-09-20 Gabe Blacksystemc: "Implement" sc_interface's methods.
2018-09-20 Gabe Blacksystemc: Fix the seed used with sc_gen_unique_name...
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: 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 the sensitivity mechanism.
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: 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: Implement the sc_attr classes.
2018-09-05 Gabe Blacksystemc: Enable some more sc_simcontext related tests.
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: 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-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 nonstandard, undocumented halt function.
2018-08-22 Gabe Blacksystemc: Add some nonstandard SC_WAIT* macros.
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-15 Gabe Blacksystemc: Partially implement SC_FORK and SC_JOIN.
2018-08-15 Gabe Blacksystemc: Add in the deprecated binding port constructors.
2018-08-15 Gabe Blacksystemc: Add the deprecated sc_module::end_module function.
2018-08-15 Gabe Blacksystemc: Construct and manage a module name stack.
2018-08-15 Gabe Blacksystemc: Add some missing functions which interact...
2018-08-08 Gabe Blacksystemc: Stub out all the standard utilility classes...
2018-07-24 Gabe Blacksystemc: Flesh out the sc_port implementation slightly.
2018-07-24 Gabe Blacksystemc: Add systemc and systemc.h header files.
2018-07-24 Gabe Blacksystemc: Stub out the sc_spawn related classes and...
2018-07-24 Gabe Blacksystemc: Stub out the sc_process_handle class.
2018-07-24 Gabe Blacksystemc: Seperate the "external" header interface.