Re: Mux4way16
Posted by learner on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4way16-tp4028877p4028884.html
thanks
i used mux16(a=a, b=b, sel=sel[0], output) then Mux16(a=output, b=c, sel=sel[1], output)
BUT STILL NOT CORRECT