Quartus

VHDL Exit Statement or Next Statement error at <location>: loop name <name> is used in Exit Statement or Next Statement, but not specified in Loop Statement


CAUSE: In an Exit Statement or a Next Statement at the specified location in a VHDL Design File (.vhd), you used the specified loop name. However, the loop name is not the same as the loop name you specified in a Loop Statement that contains the Exit Statement or Next Statement. The loop name in an Exit Statement or a Next Statement must be the same as the loop name of one of the Loop Statements that contains the Exit Statement or Next Statement.
ACTION: Change the loop name of the Exit Statement or Next Statement to match the loop name of one of the Loop Statements.

See also:

Sections 8.9, 8.10, and 8.11 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual

- PLDWorld -

 

Created by chm2web html help conversion utility.