

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following VHDL statement is equivalent to NAND operation, if y, a and b are SIGNALS? |
A. | y <= NOT a AND b |
B. | y <= NOT a OR NOT b |
C. | y <<= NOT a AND NOT b |
D. | y <<= NOT (a OR b) |
Answer» E. | |