

McqMate
Q. |
A user doesn’t want to use the IF statement for detecting clock edge. It is possible to do the same by using any other keyword in VHDL. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: it is completely possible to detect the clock edge (positive or negative) by any other method than if statement. one can use the wait statement to detect either of the edge of the clock pulse. |
View all MCQs in
Digital Principles and System DesignNo comments yet