Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

State Scope

State Scopes allow to define interface declarations and reactions

...

Within State Scopes there can be declarations of variables (and signals)?.

A Variable has a direction (in, out, inout), :

  • has an optional (not direction for local variables) direction, 
  • can be static
  • has a

...

  • datatype 
  • an optional initial value
  • has a CombineOperator (-, +, *, max, min, or, and, host).

Examples:

Image Added