Mathieu Posted October 21, 2014 Report Posted October 21, 2014 Hi, Do you know where I can find some examples about the sc_report_handler ? I would like to know the possibilities offered by this class. Thanks, Mathieu Quote
David Black Posted October 21, 2014 Report Posted October 21, 2014 You can simply write your own report handler to process all messages passed in from SC_REPORT_INFO, SC_REPORT_WARNING, SC_REPORT_ERROR, and SC_REPORT_FATAL. Very configurable and easy to do. I've done it on more than one occasion. We touch on it on our SystemC training. I also created some convenience macros to allow a streaming syntax to be used. If I get some time and there is more intereset, I might dig them up an contribute. You can of course read more about it in the IEEE-1666-2011 pdf standards document available via Accellera.org. maehne 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.