Ram8
Posted by dmoeller on Sep 09, 2016; 5:46pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Ram8-tp4030199.html
So i dont see a fault in my logic but there must be somewhere. I get a comparison error at 4+ when i try to test Ram8. Here is what I have.
IN in[16], load, address[3];
OUT out[16];
Register(in=in, load=load, out=W1);
.
.
.
Register(in=in, load=load, out=W8);
Mux8Way16 (a=W1, ... h=W8, sel=address, out=out);