How to edit my hdl file and load it?(I use eclipse to edit but without response)Is that right?
Posted by wengstaug on Feb 22, 2020; 11:21am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/How-to-edit-my-hdl-file-and-load-it-I-use-eclipse-to-edit-but-without-response-Is-that-right-tp4034235.html
I dont know how to edit my hdl file I try to edit it by eclipse ,but it warned me that "Nand"is wrong .I ignore it but I load it into simulator without response??CAN anyone HELP!!!
Here is my code
CHIP Not {
IN in;
OUT out;
PARTS:
// Put your code here:
Nand(a=in,b=1,out=out);
}