ID:10340 VHDL error at <location>: exit must be used inside a loop

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used an Exit Statement outside a Loop Statement. You can use an Exit Statement only inside of a Loop Statement.

ACTION: Make sure the design uses Exit Statements only within Loop Statements.