SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Function provided for debugging purposes. More...
#include "sysc/utils/sc_report.h"
Go to the source code of this file.
Namespaces | |
sc_core | |
Functions | |
SC_API void | sc_core::sc_interrupt_here (const char *id, sc_severity severity) |
Debugging aid for interrupt warning, error, and fatal reports. More... | |
SC_API void | sc_core::sc_stop_here (const char *id, sc_severity severity) |
Debugging aid for warning, error, and fatal reports. More... | |
Function provided for debugging purposes.
This file is always compiled in debug mode, such that setting a breakpoint at this function can help locate the cause of a SystemC error or warning.
Original Author: Martin Janssen, Synopsys, Inc., 2001-11-14
CHANGE LOG AT END OF FILE
Definition in file sc_stop_here.h.