I have to design a counter using T flip-flops to count in the sequence 000, 100, 111, 010, 011, 000,...(repeat).
I think I got the code for the T flip-flop but not really sure and need some help implementing the counter with this.
Any help would be great. Thanks
//T flip-flop
library...