

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement is correct to check the violation of hold time? |
A. | IF(clk DELAYED(hold_time) EVENT) THEN |
B. | IF(clk DELAYED(hold_time) = 1 ) THEN |
C. | IF(clk DELAYED(hold_time) = 0 ) THEN |
D. | IF(clk DELAYED(hold_time) = 1 AND clk DELAYED(hold_time) EVENT) THEN |
Answer» E. | |