Event Declarations
Next: EventDecl ClassUp: Events Previous: Binary Configurations
Event Declarations
Local events can be declared in an instruction in several ways:
- events declared with EventDecl are completely disconnected with the outside, that is external event environment;
- input events declared with InputDecl can be generated from outside;
- generations of output event declared with OutputDecl are transmitted to outside;
- inputoutput events declared with InputOutputDecl can be generated from outside and generations inside their scope are transmitted to outside.