systemc: Keep track of progress when positionally binding.
[gem5.git] / src / systemc / ext /
2018-10-16 Gabe Blacksystemc: Fill out some error reporting in sc_port.
2018-10-16 Gabe Blacksystemc: Change how signal based resets work.
2018-10-16 Gabe Blacksystemc: Implement writer policies.
2018-10-16 Gabe Blacksystemc: Don't use write() in sc_clock to set the clock...
2018-10-16 Gabe Blacksystemc: Implement register_port in all the predefined...
2018-10-16 Gabe Blacksystemc: Add missing sc_interface::register_port, and...
2018-10-16 Gabe Blacksystemc: Remove some old warn includes from ext/channel.
2018-10-16 Gabe Blacksystemc: Implement sc_vector.
2018-10-16 Gabe Blacksystemc: Use the stage of simulation and not port size...
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: Implement sc_event_queue.
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-16 Gabe Blacksystemc: Fix the default width values for the various...
2018-10-16 Gabe Blacksystemc: Change an error message to match the reference...
2018-10-09 Gabe Blacksystemc: Implement the sc_signal_rv channel and ports.
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: Implement sc_buffer.
2018-10-09 Gabe Blacksystemc: Add a "kind()" overload to sc_port_base.
2018-10-09 Gabe Blacksystemc: Implement the sc_*_resolved classes.
2018-10-09 Gabe Blacksystemc: Implement sc_mutex.
2018-10-09 Gabe Blacksystemc: Implement sc_semaphore.
2018-10-09 Gabe Blacksystemc: Ensure SC_LONG_64 is defined and available.
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-09 Gabe Blacksystemc: Fortify how exceptions are caught and passed...
2018-10-03 Gabe Blacksystemc: "Fix" some error message formatting.
2018-10-03 Gabe Blacksystemc: Fix a typo/bug in sc_int_base.hh.
2018-10-03 Gabe Blacksystemc: Implement sc_fifo::dump and improve sc_fifo...
2018-10-03 Gabe Blacksystemc: Implement the << operator for sc_signal.
2018-10-03 Gabe Blacksystemc: Implement the "event()" style sc_signal methods.
2018-10-03 Gabe Blacksystemc: Add a "changeStamp" value to the scheduler.
2018-10-03 Gabe Blacksystemc: Adjust some error messages to match Accellera.
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-10-03 Gabe Blacksystemc: Implement most of sc_fifo and its interfaces.
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-25 Gabe Blacksystemc: Implement most of sc_inout.
2018-09-25 Gabe Blacksystemc: Make sc_out delegate to its base class sc_inout.
2018-09-25 Gabe Blacksystemc: Implement a significant portion of sc_clock.
2018-09-20 Gabe Blacksystemc: Track exports and prim channels, and call...
2018-09-20 Gabe Blacksystemc: Implement the sc_in class.
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: Partially implement the sc_signal class template.
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: Implement most of the sc_report_handler mechanism.
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 m_cur_val and m_new_val to sc_signal.
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_user exception type.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_trace_params and sc_tra...
2018-08-28 Gabe Blacksystemc: Make some functions static in conflict with...
2018-08-28 Gabe Blacksystemc: Add the nonstandard time_stamp function.
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-28 Gabe Blacksystemc: Add some nonstandard, undocumented sc_report_...
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 deprecated sc_trace_delta_cycles function.
2018-08-22 Gabe Blacksystemc: Add a nonstandard sc_signal constructor.
2018-08-22 Gabe Blacksystemc: Add some nonstandard (get|set)_catch_actions...
2018-08-22 Gabe Blacksystemc: Add the nonstandard, undocumented halt function.
2018-08-22 Gabe Blacksystemc: Define the nonstandard sc_event_queue_port...
2018-08-22 Gabe Blacksystemc: Add some nonstandard SC_WAIT* macros.
next