AHDL

Define Statement Syntax



The Define Statement has the following BNF syntax:

<define statement> ::=
   DEFINE <symbolic name> ( <arguments list> ) = 
      <expression>;

<arguments list> ::=
   <symbolic name> { , <symbolic name> }

- Altera -

 

Created by chm2web html help conversion utility.