next up previous contents
Next: The wait_info Class Up: Sequential Statements Previous: Sequential Statements

   
Wait Statement

If a process hits a wait statements its execution is suspended. The wait statements informs the simulation kernel under which conditions the process should resume. In detail a wait statement consists of three components.

All three parts of a wait statement are optional, however the sensitivity list is determined by the compiler if it is not specified in the VHDL source directly. Note, if the sensitivity list is empty and there is no timeout interval defined, then the process will be terminated.



 
next up previous contents
Next: The wait_info Class Up: Sequential Statements Previous: Sequential Statements

1998-11-17