AHDL

Recommended File Structure



The following statements are listed in the order in which they can appear in a Text Design File (.tdf). Declarations and statements within the Variable Section and Logic Section can be listed in any order, with the exception that the Defaults Statement must be the first statement within the Logic Section.

NOTE The following statements link to their corresponding syntax information. For other information about the statements, go to Design Structure.

AHDL is a concurrent language. All behavior specified in the Logic Section of a TDF is evaluated at the same time rather than sequentially. Equations that assign multiple values to the same AHDL node or variable are logically connected (ORed if the node or variable is active high, ANDed if it is active low).

A TDF must contain a Subdesign Section and a Logic Section. It can optionally contain a single Variable Section, Options Statement, Title Statement, and Defaults Statement; and one or more Include, Parameters, Constant, Define, and Function Prototype Statements.

The last entries in a TDF are the Subdesign Section, Variable Section (optional), and Logic Section, which together comprise the behavioral description of the TDF.


Back to Top

- Altera -

 

Created by chm2web html help conversion utility.