ID:10489 VHDL Default Binding Indication error at <location>: formal generic "<name>" in named Association List in Generic Map Aspect must have corresponding formal generic in entity "<name>"

CAUSE: In a Default Binding Indication at the specified location in a VHDL Design File (.vhd), you used a named Association List in a Generic Map Aspect to associate actual generics with the formal generics in the specified entity. However, the entity 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 of a Default Binding Indication must have a corresponding formal generic in the associated entity.

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