Re: A Mux4 chip to implement Mux4Way16

Posted by milythael on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/A-Mux4-chip-to-implement-Mux4Way16-tp2838823p3417390.html

Jorge wrote
I figured it was much easier to implement Mux4Way16 if I designed a Mux chip that would select from 4 inputs. I called this one Mux4.
My initial implementation of Mux4Way16 was similar to yours but I eventually migrated to using Mux16s instead because the HDL is much easier to read with 3 parts than with 16.