I have trouble designing a 3-bit counter that counts in binary or in gray code, depending on the values of a "mode control input". This synchronous 3-bir counter has a mode control input m. As long as m=0, the counter steps through the binary sequence 000, 001, 010 .. until 110 and repeats this sequence. As long as m=1, the counter advances through Gray code sequence 00, 001, 011, 010, 110, 111, 101 and repats this sequence. The state diagram is this one:
I'm having trouble making the karnough map, could someone help me? Thanks
I'm having trouble making the karnough map, could someone help me? Thanks











