Re: Mux4Way16
Posted by
hdllearn on
May 09, 2024; 5:38am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4Way16-tp4037818p4037822.html
Hi WBahn
that is what I am doing,
choosing between
sel[2]=00
sel[2]=01
sel[2]=10
sel[2]=11
so my logic is find out if the sel[2] = 00 or sel[2] is 11
then differentiate between these 00 and 11
My problem is when I have determine which selector it is i.e. 00, 01, 10 or 11 I output a, or b or c or d.
But once I get the ouptu I do not know how to set out = out.
John