I am a student using logicWorks 4. The TA and one of my classmates would have a logic gate with 4 inputs ABCD.
To get a complimentary input they would label an input, let’s say A, followed by a / or ‘
( “A/” )
But when I try to do this, I just set “X” for my output. Why does it work for them and not me? Is there a tool that needs to be enabled? We are all working off the same file with the same parts.
So A&&B will output the correct value
But A/&&B outputs X for me, but compliments A for others and results in the corresponding output
How do I get this to work? Am I doing something wrong?