Next:
Boolean, enumerated and subrange
Up:
The SMV language
Previous:
SMV language overview
 
Contents
Data types and type declarations
A type declaration is of the form
<signal> : <type>;
where
<signal>
is the name of a signal and
<type>
is the set of values that the signal may take.
Subsections
Boolean, enumerated and subrange types
Arrays
Multidimensional arrays
Generic arrays
Structure
2002-10-28