Login  Register

Re: RAM64

Posted by ammarr on Jan 16, 2013; 10:06am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/RAM64-tp4025254p4026107.html

Thanks admin

finally i got RAM64 to work, i did many trials with DMux, DMux4way and Dmux8way

but finally got it right, just as you said

its exactly just similar to RAM8

1 DMux8Way
8 RAM8
1 Mux8Way16

the trick is in the address[6], i didnt know how to split it

finally i split it into 2 parts address[0..2] and address[3..5]

i used the same address in the DMux8Way and Mux8Way16
and same address to be send for all the RAM8

Thanks alot