Page 1 of 1

What does the Inverted chkbox do?

Posted: Tue Sep 17, 2013 10:07 am
by digitalman
Hello,

Thanks for the great program. What is the Inverted Checkbox in Input Pin used for? it seems to mean invert the input bit, but it doesn't seem to do anything except putting a empty circle on the chip symbol. Thanks!

Regard,
Long

Re: What does the Inverted chkbox do?

Posted: Tue Sep 17, 2013 3:22 pm
by admin
So I am assuming that you are confused about "Inverted" checkbox in the Input or Output Pin dialog.
The purpose of pin is to connect internals of the circuit with outside. When you look at symbol of circuit from outside you’ll see the pin as little dot. That dot can be a solid black circle (actually half of the solid circle) or full circle with white interior. The latest one means inverted output or input. So the checkbox is simply controls how the pin will look like on the symbol of the circuit.
JK_Circuit.Png
JK_Circuit.Png (1.45 KiB) Viewed 7379 times
So here is the JK flip-flop with outputs q and ~q. The output ~q is inverted while the q is not.
I hope this clarify your question.
Eugene

Re: What does the Inverted chkbox do?

Posted: Tue Sep 17, 2013 3:33 pm
by digitalman
So the checkbox is just for displaying the picture of the chip (either active lo or active hi.) It does not implement the logic function. To actual implement the logic function (active hi or active lo), we need to add not gate to implement the function inside the chip. Am I correct ?

Re: What does the Inverted chkbox do?

Posted: Tue Sep 17, 2013 5:24 pm
by admin
Yes, that’s right. It is only visual appearance of the pin.

Re: What does the Inverted chkbox do?

Posted: Wed Sep 18, 2013 6:59 am
by digitalman
Thanks!
This is a very good, simple to use, and well thought-out simulator program.

V/r,
Long