Does anyone know how to make a simple T Flipflop. I just want to make a simple counter. I am using an adder for a counter rn but it's a little glitchy. I tried to make a T flipflop using various methods but it would just oscillate.
I'll throw my implementation in the ring, too. Just a pair of D latches in series, looped back to a mux, much like in the videos, to make a "register". Then tie the inverted output back around to the input, optionally through a reset, and pulsing the clock while "store/enable" is high will toggle the output.
I didn't understand the others solutions but it worked for me with a master slave configuration . (reverse clock)
Got inspiration from https://www.electronics-tutorials.ws/sequential/seq_2.html