Login  Register

Re: Hardware simulator not loading HDL file

Posted by gcheong on Aug 29, 2010; 4:40am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Hardware-simulator-not-loading-HDL-file-tp1381274p1382869.html

Your chip won't "do" anything by itself. You need to run a test script that loads the chip and sets its input to various values. There should be a test script for that in the project folder. In any case, when I tried to load your ALU I got the error message that "a in not a pin in Not". This is probably just because the built-in chip uses "in" for the input line instead of "a" which you probably used in your Not chip. If your chip loads without error, try running the test script.