

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Vhdl knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following can be used to make the process wait indefinitely? |
A. | WAIT FOR indefinite ns; |
B. | WAIT UNTIL false; |
C. | WAIT; |
D. | WAIT UNTIL true; |
Answer» D. WAIT UNTIL true; | |
2. |
A wait statement can have label preceding it. |
A. | True |
B. | False |
Answer» B. False | |
3. |
Since WAIT statement can t be synthesized many times, how a clock event can be detected then? |
A. | By using IF(clk = 1 ) |
B. | By using EVENT keyword |
C. | By using a CASE statement |
D. | By using a LOOP |
Answer» C. By using a CASE statement | |