All public classes and functions are included in this file. The namespace ReChannel is imported into the current namespace.
Definition in file ReChannel.h.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
namespace | ReChannel::internals |
Defines | |
#define | RC_DISABLE_COUT |
Macro to disable output messages sent by RC_COUT() and RC_COUTL(). | |
#define | RC_USE_NON_OSCI_KERNEL |
(compatibility option) | |
#define | RC_DISABLE_CTHREAD_MOBILITY |
(optimisation option) | |
#define | RC_USE_SHARED_METHOD_DRIVER |
(optimisation option) | |
#define | RC_SIGNAL_WRITE_CHECK_DISABLED |
(optimisation option) | |
#define | RC_SYNTHESIS_MODE |
(intended for synthesis tools) |
#define RC_DISABLE_COUT |
Macro to disable output messages sent by RC_COUT() and RC_COUTL().
Definition at line 1059 of file ReChannel.h.
#define RC_DISABLE_CTHREAD_MOBILITY |
(optimisation option)
If defined, disables the mechanism which allows to move modules with CTHREADs.
Definition at line 1074 of file ReChannel.h.
#define RC_SIGNAL_WRITE_CHECK_DISABLED |
(optimisation option)
If defined, informs ReChannel that drivers in signal switches are not needed and thus driver accesses can be omitted.
Definition at line 1094 of file ReChannel.h.
#define RC_SYNTHESIS_MODE |
(intended for synthesis tools)
If defined, ONLY the synthesis header is included.
Definition at line 1101 of file ReChannel.h.
#define RC_USE_NON_OSCI_KERNEL |
(compatibility option)
Define this constant if a Non-OSCI SystemC implementation is used.
Definition at line 1066 of file ReChannel.h.
#define RC_USE_SHARED_METHOD_DRIVER |
(optimisation option)
If defined, ReChannel uses one shared method driver for all non-blocking driver accesses on switches.
Definition at line 1084 of file ReChannel.h.