ID:13772 VHDL Block Configuration or Component Configuration error at <location>: component instance or block "<name>" is used but not defined

CAUSE: REDIRECT EVRFX_VHDL_NOT_A_BLOCK_LABEL

ACTION: REDIRECT EVRFX_VHDL_NOT_A_BLOCK_LABEL

CAUSE: In a Component Configuration at the specified location in a VHDL Design File (.vhd), you specified the configuration for the specified component instance. However, you did not define the component instance in a Component Instantiation Statement. You must define a component instance before you can specify a configuration for the instance.

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