SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
sc_core | |
Enumerations | |
enum | sc_core::sc_status { sc_core::SC_UNITIALIZED =0x00, sc_core::SC_ELABORATION = 0x01, sc_core::SC_BEFORE_END_OF_ELABORATION = 0x02, sc_core::SC_END_OF_ELABORATION = 0x04, sc_core::SC_START_OF_SIMULATION = 0x08, sc_core::SC_RUNNING = 0x10, sc_core::SC_PAUSED = 0x20, sc_core::SC_STOPPED = 0x40, sc_core::SC_END_OF_SIMULATION = 0x80, sc_core::SC_END_OF_INITIALIZATION = 0x100, sc_core::SC_END_OF_UPDATE = 0x400, sc_core::SC_BEFORE_TIMESTEP = 0x800, sc_core::SC_STATUS_LAST = SC_BEFORE_TIMESTEP, sc_core::SC_STATUS_ANY = 0xdff } |
Functions | |
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 |