AHDL

Include Statement Syntax



The Include Statement has the following BNF syntax:

<include statement> ::=
   INCLUDE <file name> ;
NOTE
  1. The AHDL Include File (.inc) specified in the Include Statement must have the extension .inc and cannot contain a pathname.

  2. In the UNIX and Linux workstation environment, file names are case-sensitive. Therefore, the case of the file name in an Include Statement must match the case of the AHDL Include File name.


Back to Top

- Altera -

 

Created by chm2web html help conversion utility.