Nand is not found?!

Posted by FourKings on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Nand-is-not-found-tp4027438.html

Help!

I am now trying to run my "And.hdl" but a error message comes up: "Nand is not found in the working or buildin folders ".

I just build a Not.hdl which summons the Nand as well and theres no problem at all! Plz help!

I use Microsoft word to edit hdl. Here is my statement:

CHIP And {
    IN a, b;
    OUT out;

    PARTS:
  Nand(a=a, b=b, out=v);
[Remainder of source code removed by admin.]
}

The error message occurs when I try to load the And.hdl