Re: Trobles implementing some of the chips in HDL
Posted by gcheong on Jan 27, 2010; 8:08am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Trobles-implementing-some-of-the-chips-in-HDL-tp138687p140329.html
I implemented the Mux4Way first so I think you are on the right track. What helped me was to think about canonical representations and what must be true for each of the inputs to be selected. Once you have the Mux4Way and Mux8Way the 16-bit versions are easy. Feel free to private e-mail me if you need more help so that we don't end up giving away any solutions here.