Re: Mux4Way16
Posted by
hdllearn on
May 09, 2024; 5:20am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4Way16-tp4037818p4037820.html
the purpose of
//sel=00 or sel=11
And(a=sel[0], b=sel[0], out= outand1);
is to determine if sel[0] =sel[1] or not
John