06-30-2024 06:59 PM
Truth table https://cdn.discordapp.com/attachments/1064326563874742312/1256939298091958315/Screenshot_2024-06-26...
My NAND implementation so far:
Can someone help me implement the whole NAND implementation neatly and that it is working? I'm just so confused, and I tried to do it myself, but whenever I do it, my output a or d always lights up, no matter what input I put it
Output a - (C bar)(A bar) + B + CA
Output b - (C bar) + (A bar)
Output c - (B bar) + A
Output d - (C bar)(A bar) + B + CA
Output e - (C bar)(A bar)
Output f - C + (B bar)(A bar)
Output g - C + B
07-01-2024 12:11 PM