SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Definition of the simulation phase callbacks. More...
#include "sysc/kernel/sc_simcontext.h"
#include "sysc/kernel/sc_object_int.h"
#include "sysc/kernel/sc_status.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | sc_core::sc_phase_callback_registry |
struct | sc_core::sc_phase_callback_registry::entry |
Namespaces | |
sc_core | |
Macros | |
#define | SC_HAS_PHASE_CALLBACKS_ 0 |
Definition of the simulation phase callbacks.
The most critical functions are defined inline in this file. Only active, if SC_ENABLE_SIMULATION_PHASE_CALLBACKS[_TRACING] is defined during the SystemC library build.
Original Author: Philipp A. Hartmann, OFFIS, 2013-02-15
CHANGE LOG AT END OF FILE
Definition in file sc_phase_callback_registry.h.
#define SC_HAS_PHASE_CALLBACKS_ 0 |
Definition at line 44 of file sc_phase_callback_registry.h.