You must login before you can post a comment.
Author: Spriha
Forked from: Vikas Singh/Half adder using nand gate
Project access type: Public
Description:
Half adder using NAND gate
5 nand gates are used to make an half adder. There are 2 outputs in half adder, one is sum and the other is carry.
Sum = A xor B
Carry= A.B
Created: Feb 09, 2023
Updated: Aug 27, 2023
Comments