Re: Mux4Way16
Posted by
hdllearn on
May 09, 2024; 7:10am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4Way16-tp4037818p4037833.html
This piece of code:
And(a=sel[0], b=sel[0], out=out1);
is useless. I don't use it for anything after that.
John