Hello guys, how to achieve this using logic gates or other methods.
How to detect this pattern below as one complete cycle?
Initial: (First)
A1 = 0
B1 = 1
Then: (Second)
A2 = 1
B2 = 0
Final: (Third) Back to Initial
A3 = 0
B3 = 1
Equals = 1 complete cycle
Output = 1
Will this involved some gates latching?
Thanks for any input.
How to detect this pattern below as one complete cycle?
Initial: (First)
A1 = 0
B1 = 1
Then: (Second)
A2 = 1
B2 = 0
Final: (Third) Back to Initial
A3 = 0
B3 = 1
Equals = 1 complete cycle
Output = 1
Will this involved some gates latching?
Thanks for any input.