Inferno
0.2
|
#include <sctree.hpp>
Public Member Functions | |
virtual NODE_FUNCTIONS string | GetToken () |
Produce the source-code-name of the corresponding SystemC construct. |
Intermediate node for SystemC next_trigger() primitive. next_trigger() can be used in a few fundamentally different ways and to be explicit we use specialised nodes for each. All next_triggers must be done in combable contexts like SC_METHOD. Next_triggers do NOT allow the SystemC kernel to run other processes until the combable block completes.
Definition at line 109 of file sctree.hpp.
virtual NODE_FUNCTIONS string SCTree::NextTrigger::GetToken | ( | ) | [inline, virtual] |
Produce the source-code-name of the corresponding SystemC construct.
Reimplemented from SCTree::SCNamedConstruct.
Definition at line 113 of file sctree.hpp.