
Range Operator
The range operator indicates a range of numbers. For example, specifying the
set
[A7..A0]
is equivalent to specifying the set
[A7, A6, A5, A4, A3, A2, A1, A0]
The range operator is supported in sets and pin and node declarations.
See Also
Set Indexing