Quartus

VHDL Next Statement error at <location>: Next Statement must be inside Loop Statement for loop <name>


CAUSE: In a VHDL Design File (.vhd) at the specified location, you used a Next Statement. However, you did not use the Next Statement in the Loop Statement for the specified loop. The Next Statement must be inside the Loop Statement.
ACTION: Move the Next Statement inside the Loop Statement, or expand the Loop Statement so it includes the Next Statement.

See also:

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

- PLDWorld -

 

Created by chm2web html help conversion utility.