Re: RAM8 implementation
Posted by WBahn on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/RAM8-implementation-tp4037439p4037441.html
The figure is fine, but your code doesn't come close to matching it.
Look at the signal outA, for instance. You have it going from one of the outputs of the DMux directly to one of the inputs on the Mux.
Look at the diagram - are any of the outputs from the DMux connected directly to any of the inputs of the Mux?
How many registers does the figure have?
How many registers does your code have?