SystemC 3.0.0
Accellera SystemC proof-of-concept library
Classes | Namespaces | Enumerations | Functions
sc_stage_callback_if.h File Reference
#include "sysc/kernel/sc_cmnhdr.h"
Include dependency graph for sc_stage_callback_if.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_stage_callback_if
 

Namespaces

namespace  sc_core
 

Enumerations

enum  sc_core::sc_stage {
  sc_core::SC_POST_BEFORE_END_OF_ELABORATION = 0x001 , sc_core::SC_POST_END_OF_ELABORATION = 0x002 , sc_core::SC_POST_START_OF_SIMULATION = 0x004 , sc_core::SC_POST_UPDATE = 0x008 ,
  sc_core::SC_PRE_TIMESTEP = 0x010 , sc_core::SC_PRE_PAUSE = 0x020 , sc_core::SC_PRE_SUSPEND = 0x040 , sc_core::SC_POST_SUSPEND = 0x080 ,
  sc_core::SC_PRE_STOP = 0x100 , sc_core::SC_POST_END_OF_SIMULATION = 0x200
}
 

Functions

SC_API std::ostream & sc_core::operator<< (std::ostream &os, sc_stage s)