Re: 8Mux16Way

Posted by goo on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/8Mux16Way-tp4025685p4025694.html

I am implementing 8Mux16way using 4mux16way chips that are already done.
i will just give one line of code on which I am getting this error
4Mux16Way(a=a[0],b=b[0],c=c[0],d=d[0],sel=sel[0..1],out=out1);