ID:10574 VHDL Binding Indication error at <location>: generic "<name>" in design entity does not have <type> type that is specified for the same generic in the associated component

CAUSE: In a Binding Indication at the specified location in a VHDL Design File (.vhd), you associated a component with a design entity. However, the specified formal generic in the design entity does not have the specified type, which is the type that the component's Component Declaration specifies for the actual generic with the same name. The generic names and types in the component's Component Declaration must match those in the design entity.

ACTION: Change the generic in the design entity or Component Declaration so the generics have the same name and type, or remove the generic from both the design entity and the Component Declaration.