ID:10603 VHDL Generic Map Aspect error at <location>: positional Association List contains <number> actual generics for block "<name>", but block has different number of formal generics

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 the specified block. However, the positional Association List contains the specified number of actual generics, which does not match the number of formal generics in the block. The number of actual generics in the positional Association List must be the same as the number of formal generics in the block.

ACTION: Add or remove actual generics in the positional Association List so that the number of actual generics matches the number of formal generics in the block. 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.