Login  Register

Re: Hardware Simulator Error

Posted by cadet1620 on Feb 08, 2012; 10:58pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Hardware-Simulator-Error-tp3727568p3727932.html

The TECS tools expect to be running on a case sensitive filesystem. I've had ocassional problems on Windows when I've capitalized things inconsistently.

It would be safest to to convert to the RAMxxx names.  At a minimum you need to change Ram64 to RAM64 in your Ram512 so that the built-in part will work. Your Ram4K should be OK using your Ram512.

--Mark