all
The keyword is used in conjunction with other keywords to refer to each entity concerned . It is used to...
- clear all ports ( together with the keyword clear);
- start all ports (together with the keyword start);
- stop all timers, components or ports ( together with the keyword stop);
- to denote that all definitions must be imported from the source module (together with the keyword import)
;
- check all parallel components (together with the keyword running);
- check whether all parallel components have finished execution (together with the keyword done).
Related keywords:
BNF definition of all