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

Go to the source code of this file.

Namespaces

namespace  sc_core
 

Enumerations

enum  sc_core::sc_status {
  sc_core::SC_ELABORATION = 0x001 , sc_core::SC_BEFORE_END_OF_ELABORATION = 0x002 , sc_core::SC_END_OF_ELABORATION = 0x004 , sc_core::SC_START_OF_SIMULATION = 0x008 ,
  sc_core::SC_RUNNING = 0x010 , sc_core::SC_PAUSED = 0x020 , sc_core::SC_SUSPENDED = 0x040 , sc_core::SC_STOPPED = 0x080 ,
  sc_core::SC_END_OF_SIMULATION = 0x100
}
 

Functions

SC_API std::ostream & sc_core::operator<< (std::ostream &, sc_status)
 

Variables

const int sc_core::SC_SIM_OK = 0
 
const int sc_core::SC_SIM_ERROR = 1
 
const int sc_core::SC_SIM_USER_STOP = 2