ID:10555 VHDL Next Statement error at <location>: next must be inside 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.