OR creation difficulties #208
Replies: 1 comment
-
explore Tristate buffer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EDIT: Went away from the PC for awhile and came back - I think I got it.
Technically no output is still an output so that's why the light blinks between the two states, since it gets confused.
Hi!
I just discovered the app and wanted to give it a shot myself. I think it is fair to say from the screenshot that I don't have much experience with things like these but I'd like to learn. I wanted to create an OR statement which I can use later in other simulations but the output just blinks whenever I turn the A or/and B on, instead of staying in on state.
I saw how people have made their own ORs with NANDs (after making the NAND) but if I need to be honest - I can't fully wrap my head around the solutions.
This is my attempt for the OR statement/module/chip/etc.
My logic behind it was that I had to cover the truth table of the or so
I'd appreciate any help I could get - be it an explanation on why my attempt doesn't function as I expected or an explanation on the NAND way of solving it (link to the discussion I am referring #54)
I get how the NAND works - it's basically a reversed AND but then I get lost when it comes to the making of the OR.
Beta Was this translation helpful? Give feedback.
All reactions