Not gate testing faliure

Posted by OrionMaster on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Not-gate-testing-faliure-tp3309739.html

Hello,

I am having trouble testing the Not gate for Chapter 1. This is my code;

Nand(a=in, out=nota)

When I check the Part Pins it says that out's value is equal to 1 but when testing it, the output is zero. Can some one please help me understand why that is happening?