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-tp4025718p4025719.html
Hi,
I edited the Not.hdl file in Project 01 as follows:
CHIP Not {
IN in;
OUT out;
PARTS:
Nand (in = a,
in = b,
out = out);
}
I still can't load it. Before I edited it, I could load the template.
Thanks.
stephan