AHDL

Defaults Statement Syntax



The Defaults Statement has the following BNF syntax:

<defaults statement> ::=
      DEFAULTS
         <default def> ;
         { <default def> ; }
      END DEFAULTS;

<default def> ::=
   <lgroup> = <constant group>
NOTE The Defaults Statement must be the first statement in the Logic Section.


Back to Top

- Altera -

 

Created by chm2web html help conversion utility.