0
1.3kviews
Write a VHDL Program for NAND gate?
1 Answer
| written 7.2 years ago by |
NAND gate is combination of AND and NOT gate.So the output of and gate gets inverted by the not gate to give the output of NAND gate. The output is high when one of the input is low and is low when all the inputs are high. NAND gate function …