Quartus

VHDL Alias Declaration error at <location>: alias subtype must have same number of elements as name of the object on which the alias is based


CAUSE: In an Alias Declaration at the specified location in a VHDL Design File (.vhd), you specified a subtype for an alias. However, the subtype does not have the same number of elements as the name of the object on which the alias is based. The alias subtype and the target object of the alias must have the same number of elements.
ACTION: Change the alias subtype or the object so they have the same number of elements.

See also:

Section 4.3.3 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual

- PLDWorld -

 

Created by chm2web html help conversion utility.