Re: 8Mux16Way

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

Firstly my apologies. What I meant was Mux4Way16 and Mux8Way16.
Now I am getting an error on the out1 ( out(1) and out(16) bus width mismatch).
This is surprising since I have implemented Mux4Way16 from Mux16 chips
and that worked well. in that I have used similar code
Mux16(a=a,b=b,sel=sel[0],out=out1);


thanx