Variable Section Syntax
The Variable Section has the following BNF syntax:
<variable section> ::=
VARIABLE
<port list> : <variable type> ;
{ <port list> : <variable type> ; }
<variable type> ::=
NODE
TRI_STATE_NODE
| <subdesign>
| <primitive>
| <state machine>
<state machine> ::=
<symbolic name> : MACHINE [ OF BITS <bits> ] WITH STATES ( <state> { , <state> } )
<state> ::=
<symbolic name> [ = <state value> ]
<state value> ::=
<number>
| <symbolic name>
Back to Top
Created by chm2web html help conversion utility. |