ID:10602 VHDL Generic Map Aspect error at <location>: formal generic "<name>" in named Association List must have corresponding generic in block "<name>"

CAUSE: In a Generic Map Aspect at the specified location in a VHDL Design File (.vhd), you used a named Association List to associate actual generics with the formal generics in the specified block. However, the block does not have a formal generic with the same name as the specified formal generic in the Generic Map Aspect. A formal generic in a Generic Map Aspect must have a corresponding formal generic in the associated block.

ACTION: Make sure the Generic Map Aspect only associates actual generics to formal generics that exist in the associated block.