Re: "Not" gate
Posted by WBahn on Jan 24, 2021; 10:46pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Not-gate-tp4035528p4035529.html
In general, that error message comes up when the part being tested tries to load another part and the file for that part is not contained in the working folder and is also not one of the built in parts.
It usually tells you the name of the chip you are trying to load, but "1" is not a legal chip name and so if you tried to use that it should give a different error.
Post your code for your Not gate and let's take a look.