summaryrefslogtreecommitdiff
path: root/src/systemc
AgeCommit message (Expand)Author
2018-08-28systemc: Add an sc_event_finder::find_event method.Gabe Black
2018-08-28systemc: Add some deprecated sc_time factory methods.Gabe Black
2018-08-28systemc: Add some common test include files.Gabe Black
2018-08-28systemc: Add some nonstandard, undocumented sc_report_* functions.Gabe Black
2018-08-22systemc: Add deprecated default time unit management functions.Gabe Black
2018-08-22systemc: Add deprecated notify_delayed functions.Gabe Black
2018-08-22systemc: Add some nonstandard cthread related sc_module functions.Gabe Black
2018-08-22systemc: Add the deprecated sc_trace_delta_cycles function.Gabe Black
2018-08-22systemc: Add a nonstandard sc_signal constructor.Gabe Black
2018-08-22systemc: Add some nonstandard (get|set)_catch_actions functions.Gabe Black
2018-08-22systemc: Exclude another test which exercises sc_string.Gabe Black
2018-08-22systemc: Add the nonstandard, undocumented halt function.Gabe Black
2018-08-22systemc: Define the nonstandard sc_event_queue_port typedef.Gabe Black
2018-08-22systemc: Add some nonstandard SC_WAIT* macros.Gabe Black
2018-08-22systemc: Exclude a test which probably could never compile?Gabe Black
2018-08-22systemc: Add nonstandard sc_trace-s for sc_event and sc_time.Gabe Black
2018-08-22systemc: Add a filter file for the tests which are expected to work.Gabe Black
2018-08-22systemc: Add a filter-file option.Gabe Black
2018-08-22systemc: Add support for deprecated integer report handler ids.Gabe Black
2018-08-22systemc: Add the nonstandard macro SC_NEW.Gabe Black
2018-08-22systemc: Add the nonstandard triggered function sc_event.Gabe Black
2018-08-22systemc: Add the nonstandard variable sc_allow_process_control_corners.Gabe Black
2018-08-22systemc: Add some "implementation defined" stuff to sc_attr_cltn.Gabe Black
2018-08-22systemc: Fix a small bug in verify.py.Gabe Black
2018-08-15systemc: Partially implement SC_FORK and SC_JOIN.Gabe Black
2018-08-15systemc: Add some deprecated features to sc_clock.*.Gabe Black
2018-08-15systemc: Add some non-standard sc_trace variants.Gabe Black
2018-08-15systemc: Remove references to internal constants from the tests.Gabe Black
2018-08-15systemc: Turn some macros into enums to fix regression test building.Gabe Black
2018-08-15systemc: Remove more Accellera source specific include paths in tests.Gabe Black
2018-08-15systemc: Include boost/bind.hpp in the systemc header.Gabe Black
2018-08-15systemc: Fill out some of the sc_vector.hh classes.Gabe Black
2018-08-15systemc: Make a test stop including an internal path for sc_vector.Gabe Black
2018-08-15systemc: Add a script which automates building and running tests.Gabe Black
2018-08-15systemc, scons: Link systemc tests against the shared gem5 library.Gabe Black
2018-08-15systemc: Add in the deprecated binding port constructors.Gabe Black
2018-08-15systemc: Add a non-standard default writer policy on sc_buffer.Gabe Black
2018-08-15systemc, scons: Add a mechanism to hook in the systemc tests.Gabe Black
2018-08-15systemc: Add the deprecated sc_signal_out_if typedef.Gabe Black
2018-08-15systemc: Add the deprecated sc_module::end_module function.Gabe Black
2018-08-15systemc: Construct and manage a module name stack.Gabe Black
2018-08-15systemc: Make sc_main run in its own fiber.Gabe Black
2018-08-15systemc: Implement some simple accessor functions in sc_main.cc.Gabe Black
2018-08-15systemc: Add some missing functions which interact with the scheduler.Gabe Black
2018-08-08systemc: Import tests from the Accellera systemc distribution.Gabe Black
2018-08-08systemc: Add the Accellera implementation for the data type classes.Gabe Black
2018-08-08Systemc: Port over all of the systemc "datatype" headers.Gabe Black
2018-08-08systemc: Stub out all the standard utilility classes and functions.Gabe Black
2018-07-24systemc: Flesh out the sc_port implementation slightly.Gabe Black
2018-07-24systemc: Stub out the predefined channels.Gabe Black