Login  Register

Re: RAM8 problems

Posted by cadet1620 on May 29, 2013; 3:22pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/RAM8-problems-tp4026874p4026875.html

ikanhear wrote
iam trying to design the logic for addressing value. It seems to me thought that i need to use a Dmux8way16 but i do not have a 16 bit version in my arsenal. Do i have have to make one or is there another way of doing it?
You don't need a Dmux8way16.

Hint: the Registers that make up the Ram8 don't care what their in value is unless their load is true.

Ask for more help if you need it.

--Mark