summaryrefslogtreecommitdiff
path: root/src/systemc/ext
AgeCommit message (Expand)Author
2018-10-16systemc: Fix the default width values for the various sc_trace-s.Gabe Black
2018-10-16systemc: Change an error message to match the reference outputs.Gabe Black
2018-10-09systemc: Implement the sc_signal_rv channel and ports.Gabe Black
2018-10-09systemc: Handle nonstandard cthread sensitivities.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-09systemc: Implement sc_buffer.Gabe Black
2018-10-09systemc: Add a "kind()" overload to sc_port_base.Gabe Black
2018-10-09systemc: Implement the sc_*_resolved classes.Gabe Black
2018-10-09systemc: Implement sc_mutex.Gabe Black
2018-10-09systemc: Implement sc_semaphore.Gabe Black
2018-10-09systemc: Ensure SC_LONG_64 is defined and available.Gabe Black
2018-10-09systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-09systemc: Fortify how exceptions are caught and passed around.Gabe Black
2018-10-03systemc: "Fix" some error message formatting.Gabe Black
2018-10-03systemc: Fix a typo/bug in sc_int_base.hh.Gabe Black
2018-10-03systemc: Implement sc_fifo::dump and improve sc_fifo::print.Gabe Black
2018-10-03systemc: Implement the << operator for sc_signal.Gabe Black
2018-10-03systemc: Implement the "event()" style sc_signal methods.Gabe Black
2018-10-03systemc: Add a "changeStamp" value to the scheduler.Gabe Black
2018-10-03systemc: Adjust some error messages to match Accellera.Gabe Black
2018-10-03systemc: Raise an error when SC_METHOD, etc. is used after starting.Gabe Black
2018-10-03systemc: When sensitive to an event finder, find on all interfaces.Gabe Black
2018-10-03systemc: Improve handling of empty process handles.Gabe Black
2018-10-03systemc: Implement most of sc_fifo and its interfaces.Gabe Black
2018-09-26systemc: Implement positional binding.Gabe Black
2018-09-26systemc: Use sc_assert to check the number of interfaces.Gabe Black
2018-09-26systemc: Get rid of the unused warning function in sc_event_finder_t.Gabe Black
2018-09-26systemc: Make sc_process_b less hokey, and make WAIT* work.Gabe Black
2018-09-25systemc: Implement most of sc_inout.Gabe Black
2018-09-25systemc: Make sc_out delegate to its base class sc_inout.Gabe Black
2018-09-25systemc: Implement a significant portion of sc_clock.Gabe Black
2018-09-20systemc: Track exports and prim channels, and call their callbacks.Gabe Black
2018-09-20systemc: Implement the sc_in class.Gabe Black
2018-09-20systemc: Implement port binding except positional binding.Gabe Black
2018-09-20systemc: Implement sc_event_finder.Gabe Black
2018-09-20systemc: Implement sc_export.Gabe Black
2018-09-20systemc: Partially implement the sc_signal class template.Gabe Black
2018-09-20systemc: Add a nonstandard sc_status pretty printer operator.Gabe Black
2018-09-20systemc: "Implement" sc_interface's methods.Gabe Black
2018-09-20systemc: Fix the seed used with sc_gen_unique_name for sc_port.Gabe Black
2018-09-11systemc: Implement most of the sc_report_handler mechanism.Gabe Black
2018-09-11systemc: Fix a "problem" with kill/reset exceptions.Gabe Black
2018-09-11systemc: Implement much of sc_spawn.Gabe Black
2018-09-11systemc: Promote some functions to sc_export_base.Gabe Black
2018-09-11systemc: Implement some of the basics of sc_time.Gabe Black
2018-09-11systemc: Implement the various sc_module stage callbacks.Gabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black