AHDL

Example of a Constant



In this example, the constant FOO_PLUS_ONE is defined using the constant FOO:

CONSTANT FOO = 1;
CONSTANT FOO_PLUS_ONE = FOO + 1;

- Altera -

 

Created by chm2web html help conversion utility.