CAUSE: | In a Generic Map Aspect at the specified location in a VHDL Design File (.vhd), you used a positional Association List to associate actual generics with the formal generics of a block or component. However, the positional Association List contains more actual generics than there are formal generics in the block or component. The number of actual generics in the positional Association List must be the same as the number of formal generics in the block or component. |
ACTION: | Remove the extra actual generics from the positional Association List. Make sure that the actual generics are ordered so each corresponds to the correct formal generic. To avoid receiving this message in the future, replace the positional Association List with a named Association List. |
See also:
Section 4.3.2.2 and 5.2.1.2 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |