Re: Building chips problem.
Posted by
GustavoB on
Nov 12, 2011; 3:30am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Building-chips-problem-tp3468285p3501687.html
I did my NOT chip like this:
/* Not */
CHIP Not {
IN in;
OUT out;
PARTS:;
Not(in=in, out=out);
}
But it does not work, it comes up with the error:
In HDL file Not.hdl, Line 6, A GateClass name is expected.
My name is Beuys von Telekraft, and I am a scientist. I work in my laboratory night and day.