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