Login  Register

Re: Building chips problem.

Posted by GustavoB on Nov 12, 2011; 5:53am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Building-chips-problem-tp3468285p3501855.html

Ahhh, ok.

According to the table, making the a input being always 1 and using the b input as the input for the not, like:

/* Not gate */
CHIP Not {
IN b;
OUT out;
PARTS:
Nand(a=1, b=b, out=out);
}

I just can't test it now, my HardwareSimulator keeps on eternal loading. I gonna reboot and i hope this fixes it.
My name is Beuys von Telekraft, and I am a scientist. I work in my laboratory night and day.