SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include "sysc/kernel/sc_runnable.h"
#include "sysc/kernel/sc_method_process.h"
#include "sysc/kernel/sc_thread_process.h"
Go to the source code of this file.
Namespaces | |
sc_core | |
Macros | |
#define | DEBUG_MSG(NAME, P, MSG) |
#define | SC_NO_METHODS ((sc_method_handle)0xdb) |
#define | SC_NO_THREADS ((sc_thread_handle)0xdb) |
#define DEBUG_MSG | ( | NAME, | |
P, | |||
MSG | |||
) |
Definition at line 59 of file sc_runnable_int.h.
#define SC_NO_METHODS ((sc_method_handle)0xdb) |
Definition at line 72 of file sc_runnable_int.h.
#define SC_NO_THREADS ((sc_thread_handle)0xdb) |
Definition at line 73 of file sc_runnable_int.h.