Quartus

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.

See also:

Sections 1.3.1 and 9.1 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual

- PLDWorld -

 

Created by chm2web html help conversion utility.