Re: ALU - Can't connect gate's output pin to part
Posted by bizobo on Apr 08, 2013; 10:53pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-Can-t-connect-gate-s-output-pin-to-part-tp4026625p4026628.html
Also I may be getting confused by which chip you mean when you say,
"you can't connect a pin declared in the chip's OUT section to a part's input"
To clarify, I added the statement "out=out," to the lines affected so that the new code reads:
Mux(a=false, b=true, sel=out[0], out=out, out=ng);
thanks!