Loop statements are a catagory of control structures that allow you to specify repeating sequences of behavior in a circuit. There are three primary types of loops in VHDL: for loops, while loops, and infinite loops.

 

image\diamond.gif  For Loop

image\diamond.gif  While Loop

image\diamond.gif  Infinite Loop

image\diamond.gif  Loop Termination