SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_stop_here.h File Reference

Function provided for debugging purposes. More...

Include dependency graph for sc_stop_here.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...
 

Detailed Description

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.