![]() | Description |
---|---|
The parallel rule is a rule-container that defines the parallel execution of the nested rules. |
![]() | Syntax |
---|---|
ParallelRuleAST ::= parallel { AsmRulesAST } OptSemicolonAST A parallel rule contains an arbitrary number of other ASM rules. |
![]() | Warning |
---|---|
The implementation of the parallel rule is experimental. There is some chance that not all conflicting assignments (carried out in different threads) are detected. |
Defined In: compound rule
See Also: sequential rule, random rule