Re: Ram8
Posted by dmoeller on Sep 09, 2016; 7:47pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Ram8-tp4030199p4030201.html
OK I see what you mean. Here is my revised part.
Mux8Way16 (a=W1, b=W2, c=W3, d=W4, e=W5, f=W6, g=W7, h=W8, sel=address, out=ReadOut);
Mux8Way16 (a=W1, b=W2, c=W3, d=W4, e=W5, f=W6, g=W7, h=W8, sel=address, out=WriteOut);
Mux16 (a=WriteOut, b=ReadOut, sel=load, out=out);
I still get comparison error at 4+ though.