PPT Slide
7 – Sequential Logic Examples
A synchronous 3-bit counter has a mode control M
- when M = 0, the counter counts up in the binary sequence
- when M = 1, the counter advances through the Gray code sequence binary: 000, 001, 010, 011, 100, 101, 110, 111 Gray: 000, 001, 011, 010, 110, 111, 101, 100