AHDL

Port Syntax



A port that is an input or output of the current file is declared in the following format within the Subdesign Section:

<port name> : <port type> [ = <default port value> ]

<port type> ::=
   INPUT
   |   OUTPUT
   |   BIDIR

<default port value> ::=
   VCC
   |   GND

Port names that are inputs and outputs of an instance of a logic function are used in the following format:

<instance name>.<port name>

<instance name> ::=
   <symbolic name>


Back to Top

- Altera -

 

Created by chm2web html help conversion utility.