ID:13860 VHDL Exit Statement error at <location>: exit must be inside loop "<name>"

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used an Exit Statement. However, you did not use the Exit Statement in the Loop Statement for the specified loop. The Exit Statement must be inside the Loop Statement.

ACTION: Move the Exit Statement inside the Loop Statement, or expand the Loop Statement so it includes the Exit Statement.