Chip if not found in working folders - error message
Posted by curio on Dec 12, 2010; 8:10pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Chip-if-not-found-in-working-folders-error-message-tp2074687.html
Hello,
I am attempting to implement the AND.hdl gate. I open the file (in Projects folder) in Windows notepad and add the following code where asked to under "PARTS:"
If a=b=1 then out=1
else out=0
and get the above error message "Chip if not found in working folders" when I select the AND.hdl file I just modified! Note it says chip "if," which I cant' figure out. I've tried a few different things involving parenthesis, etc. in Appendix A, but nothing seems to work. I'm sure I'm missing something really obvious...damn.
If anyone can give me a pointer or two I think I'll be fine, I just need that first jump start I think.
Thanks Ahead of Time,
M DeYoung