|
|
ecdc6ab2bc
|
Refactor: Use simple tmp variable names instead of descriptive ones
- Changed nandOut -> tmp
- Changed notA, notB -> tmp1, tmp2
- Changed descriptive names -> tmp1, tmp2, tmp3, etc.
Makes code cleaner and more concise while maintaining functionality.
|
2025-08-28 14:39:07 +02:00 |
|
|
|
085a90e4c8
|
Project 1 Complete: All 15 logic gates implemented
✅ Basic Gates (6):
- Not, And, Or, Xor, Mux, DMux
✅ 16-bit Gates (4):
- Not16, And16, Or16, Mux16
✅ Multi-way Gates (5):
- Or8Way, Mux4Way16, Mux8Way16, DMux4Way, DMux8Way
All gates built using only NAND gates and previously implemented gates.
|
2025-08-28 13:19:52 +02:00 |
|