systemc: Add Port types for initiator and target sockets.
[gem5.git] / src / systemc / utils /
2018-11-09 Gabe Blacksystemc: Stop using python init to set up predefined...
2018-11-09 Gabe Blacksystemc: Wrap some report maps in functions.
2018-10-16 Gabe Blacksystemc: Get rid of leftovers from unimplemented warnin...
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for channels.
2018-10-16 Gabe Blacksystemc: Don't depend on the order of static initializers.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for utils.
2018-10-16 Gabe Blacksystemc: Add a mechanism for pre-registering message...
2018-10-16 Gabe Blacksystemc: Make suppress_id work like the test expects.
2018-10-16 Gabe Blacksystemc: Handle integer based IDs like Accellera does.
2018-10-16 Gabe Blacksystemc: Refactor reporting to prep for int based messages.
2018-10-16 Gabe Blacksystemc: Change the default "catch action" to SC_DISPLAY.
2018-10-16 Gabe Blacksystemc: Implement sc_vector.
2018-10-16 Gabe Blacksystemc: Change how the default timescale is set.
2018-10-16 Gabe Blacksystemc: Print an Info when setting a tracefile's time...
2018-10-16 Gabe Blacksystemc: Implement general and VCD trace support.
2018-10-09 Gabe Blacksystemc: Fortify how exceptions are caught and passed...
2018-10-03 Gabe Blacksystemc: Copy the msgType and msg parameters of sc_report.
2018-09-25 Gabe Blacksystemc: Make the report handler handle null messages.
2018-09-11 Gabe Blacksystemc: Implement most of the sc_report_handler mechanism.
2018-08-28 Gabe Blacksystemc: Add some nonstandard, undocumented sc_report_...
2018-08-22 Gabe Blacksystemc: Add the deprecated sc_trace_delta_cycles function.
2018-08-22 Gabe Blacksystemc: Add some nonstandard (get|set)_catch_actions...
2018-08-22 Gabe Blacksystemc: Add nonstandard sc_trace-s for sc_event and...
2018-08-22 Gabe Blacksystemc: Add support for deprecated integer report...
2018-08-15 Gabe Blacksystemc: Add some non-standard sc_trace variants.
2018-08-08 Gabe Blacksystemc: Stub out all the standard utilility classes...