Trying to make a mod-10 counter with JK flip-flops in CircuitMaker but my outputs are always coming out HIGH instead of counting, not sure whats wrong
Asked
Active
Viewed 379 times
0
-
4Are the set and reset inputs active high or active low? – Nov 14 '21 at 16:43
-
1The reset state of each flop is indeterministic. You need to incorporate an external reset for deterministic start-up. – Mitu Raj Nov 14 '21 at 18:16