Hello Everyone,
I'm trying to work on my old project that I mostly forgot about. Most of it is almost done with exception of one small logic problem. I can't figure out how to complete it.
I have two inputs and one output.
What gate combination can I use to achieve this output? No timing clock in this circuit, so some latches cannot be used.
I'm trying to work on my old project that I mostly forgot about. Most of it is almost done with exception of one small logic problem. I can't figure out how to complete it.
I have two inputs and one output.
Code:
A B Y
0 0 0
1 0 0
1 1 1
1 0 1
Repeats from here.

