ID:13869 VHDL Binding Indication error at <location>: design entity "<name>" does not contain generic "<name>" specified in associated component

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

ACTION: Add the generic (with the same name and type) to the design entity, or remove the generic from the component's Component Declaration.