Greetings, I am having an odd issue that I can't seem to get around. I know my Not gate is configured properly. The tests run clean and I am not getting any errors. However, when I add the not into the Nand for the And gate the Not is processing the input values properly.
Here is what I am seeing when I debug. When I watch the values during the testing for the And gate the Not gate is defaulting and staying with 1 the whole time. So the output value is 0. When it reaches the set a =1, b = 1 it still comes to zero instead of 1. Might any of you know why it is doing this? I have tried to avoid posting up and I have searched the forums. This question was asked once before but died shortly after the question was asked.