Re: is my DMux4Way solution inelegant?

Posted by krakerjak on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/is-my-DMux4Way-solution-inelegant-tp4025906p4025910.html

As you progress you will be implementing new gates and systems that use previously built, simpler chips. You made a dmux, there is likely a way to do dmux4way using multiple dmux's. I found it very helpful to draw it out so you can visualize what you have to code out in the hdl file