Can't load hdl file

Posted by stephan on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Can-t-load-hdl-file-tp4025718.html

Hi,

I edited the Not.hdl file in Project 01 as follows:

CHIP Not {
    IN in;
    OUT out;

    PARTS:
    Nand (a = a,
          a = b,
          out = out);
}

I can't load it. Before I edited it, I could load the template.

Thanks.

stephan