Help with a semi persistent logic gate problem

Thread Starter

sniper98g

Joined Aug 29, 2012
1
I have a project that I'm sure I can make a circuit for if I can just get my head wrapped around the logic. Unfortunately it has been over a decade since the last class I took in logic gates and I seam to have forgotten most of it.

I need a gate system that will remain at a 0 output until it receives a 1 on both of two inputs. It will then remain at a 1 output as long as either of the two inputs still have a 1 input and then when both inputs are back to a 0 the output will drop back to 0.

Any help with this would greatly appreciated.
 

Papabravo

Joined Feb 24, 2006
21,225
Is this what you're looking for?

Allen
That certainly is a non-combinatorial solution. You might want to mention that in this configuration the D and the Clock input should be tied high. It would not do for them to be beating up and down at high frequency, which they will if they are left open.
 

kubeek

Joined Sep 20, 2005
5,795
You need an S-R latch, two ANDs, one OR and one NOR. Sadly I dont have a suitable logic symbol for the latch, so I have to explain it in words.

Inputs A,B go in a pair to one AND, to NOR and to OR gate.
Output of AND goes to S input, output of NOR goes to R input of the latch.
Output of the latch and output of the OR both go to the remaining AND where you take your output.

Could anybody put that in a picture? :D
 
Last edited:
Top