Login  Register

Re: unable to load hdl file after modification

Posted by cadet1620 on Jul 09, 2017; 1:07pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/unable-to-load-hdl-file-after-modification-tp4031174p4031175.html

hemasaad wrote
        nand(a=a, b=a, out=nota);
Part names are case sensitive.  You need to une "Nand".

Please edit your post to remove the otherwise correct HDL.

Note that you don't need to use only Nand parts. You are encouraged to use the parts that you have already built and tested to make the HDL more understandable.

--Mark