Types of wait statements

Q.  Which among the following wait statement execution causes the enclosing process to suspend and then wait for an event to occur on the signals?
- Published on 25 Nov 15

a. Wait until Clk = '1'
b. Wait on x,y,z
c. Wait on clock until answer > 80
d. Wait for 12 ns

ANSWER: Wait on x,y,z

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)