ID:13771 VHDL Component Configuration or Component Instantiation Statement error at <location>: component "<name>" is used but not declared

CAUSE: In a Component Configuration or Component Instantiation Statement at the specified location in a VHDL Design File (.vhd), you specified a component. However, you did not declare the component in a Component Declaration. You must declare a component before you can use it.

ACTION: In the Component Configuration or Component Instantiation Statement, use a component that you already declared in a Component Declaration. Or, use a Component Declaration to declare the component that is in the Component Configuration or Component Instantiation Statement. However, do not define a component with the name you used in the Component Configuration or Component Instantiation Statement if you already used the name for a different construct.