You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered a problem while making a program counter using T flip-flops.
When I tried connecting the outputs of the and gates to the inputs of the flip-flops, the counter went crazy. The only solution is to add or gates at the inputs.
The issue starts when there is a big number of possible inputs and I have to make custom OR gates for every input on the flip-flops.
setup:
Just look at what I did for my RAM chip.
What I want is to be able to wire up as many outputs to one input, and for the program to automatically OR them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Encountered a problem while making a program counter using T flip-flops.
When I tried connecting the outputs of the and gates to the inputs of the flip-flops, the counter went crazy. The only solution is to add or gates at the inputs.
The issue starts when there is a big number of possible inputs and I have to make custom OR gates for every input on the flip-flops.
setup:
Just look at what I did for my RAM chip.
What I want is to be able to wire up as many outputs to one input, and for the program to automatically OR them.
Beta Was this translation helpful? Give feedback.
All reactions