Build An EBCDIC Converter Using NAND Logic Gates
Answer : 727 Gates How I did it: turned the code page translation from wikipedia into an appropriately formatted truth table using Excel (15 minutes) minimized the truth table using Espresso (5 minutes, 30 minutes on 1st iteration getting back into the saddle) fed the minimized truth table into a schematic generator (1 minute) iterated on 2&3 until I got a reasonable answer (<1 hour) turned the schematic into an uploadable image (30 min, %$#@! Microsoft) Here's the 100% NAND gate result: If I was actually going to implement this, I'd drop the NAND-centric scoring. Building XOR gates out of NANDs is a big waste of transistors. Then I'd start worrying about UMC, fire up the FPGA design tools, maybe break out the HDL manuals, etc. Whew! I love software. NB, for hobbyists interested in FPGAs, I'll recommend FPGA4fun. #309 NANDs# A really low solution in the number of NANDs, but I can go even lower. One just have to stop somewhere, some time, an...