With this new version of Digital Logic Sim there are now 3 states in which a wire can be :
- Real False : it is a completly black color. It happens when an output isn't connected to any chip or input and when a Tri-State Buffer isn't powered in any input.
- False : It has a color of an intermediate between black and the wire's color (or red for output). It happens when a wire isn't powered but is connected to a chip or an input.
- True : Red or whatever the wire color is. It is when the wire or the output is on (and connected to an input or a chip, of course).
So, has anyone found a way to use these three states in a way that would be useful ? For example, a converter that uses the three states in one input and converts it to two binary outputs (for exemple Real False = 01, False = 10 and True = 11)
I think that it would be pretty interesting to use this new dimension of logic to make more complex chips (I don't really know much about electronics or ternary so maybe I'm wrong), so please if you have any idea on how you could exploit this new state please share it.
Also sorry for my english if it was bad, it is not my first language and I'm trying to improve.