Login  Register

Re: RAM64

Posted by Desmond.Song on Jul 05, 2016; 2:48pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/RAM64-tp4025254p4030000.html

Hi, I'm also finished RAM64, but I have a puzzled  about the last sentence of code,

"Mux8Way16(a=outa,b=outb,c=outc,d=outd,e=oute,f=outf,g=outg,h=outh,sel=address[3..5],out=out); "
That is 'address[3..5]', because I start using 'address[0..2]'.

When  I running  RAM64.hdl, it throw an error. so I tried to modiy '[3..5]' to '[0..2]' , unbelievably, RAM64.hdl  was running well.

How can I understand this? Thank you in advance !