In: Computer Science
Using JK flipflopDesign a multisim schematic for a 4 bit synchronous counter that counts numbers in Gray code. 4 bit Gray code is as follows: 0000 0001 0011 0010 0110 0111 0101 0100 1100 1101 1111 1110 1010 1001 1000
4 bit Gray code is as follows: 0000 0001 0011 0010 0110 0111 0101 0100 1100 1101 1111 1110 1010 1001 1000
and it will resets to 0000 after reaching to 1000
using jk flip flop so here 4 bit gray counter so we need 4 jk flip flops
excitation table for the jk flip flop is
Truth tbale
K maps
logic diagram