Login  Register

Re: Mux4Way16

Posted by WBahn on May 09, 2024; 6:19am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4Way16-tp4037818p4037828.html

You are refusing to read what you actually wrote in your code.

Look at the following line of code as if some stranger provided it and claimed that it did something based on the values of both sel[0] and sel[1]. Would you agree with them that it does that?

  And(a=sel[0], b=sel[0], out= outand1);

Again, look at what is actually there. Answer the following questions for the line directly above here. Don't answer it based on what you think is should be, answer it based on what is actually there.

What signal is connected to the 'a' input of THAT And gate?

What signal is connected to the 'b' input of THAT And gate?

How does the output signal outand1 depend, in any way, on sel[1], based on THAT And gate?