Truth table https://cdn.discordapp.com/attachments/1064326563874742312/1256939298091958315/Screenshot_2024-06-26...
My NAND implementation so far:
https://cdn.discordapp.com/attachments/1256950766095040612/1256951438571995207/20240630_194414.jpg?e...
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