ID:13893 VHDL Generic Map Aspect error at <location>: too many actuals for block "<name>" with only <number> formals

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, which only declares the specified number of formal generics. However, the positional Association List contains more actual generics than there are formal generics in the specified block. The number of actual generics in the positional Association List must be smaller than or equal to the number of formal generics in the block. The submessage of this message indicates the location of the construct that specifies the formal generics for the block.

ACTION: Remove actual generics in the positional Association List so that the number of actual generics is smaller than or equal to the number of formal generics in the block.