ID:13770 VHDL Block Configuration error at <location>: block "<name>" is configured but not defined

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

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