AHDL

Subdesign Section Syntax



The Subdesign Section has the following BNF syntax:

<subdesign section> ::=
   SUBDESIGN <design name>
   (
      <signal list> ;
      { <signal list> ; }
   )

<signal list> ::=
   <port list> : <port type>

<port type> ::=
   INPUT [ = VCC | = GND ]
   |   OUTPUT
   |   BIDIR [ = VCC | = GND ]


Back to Top

- Altera -

 

Created by chm2web html help conversion utility.