
Lu S. answered 12/22/21
Exclusively tutoring computer engineering topics!
you have 6 outputs, so you want 6 states. you need three flip flops.
write out your current state , next state, and output tables.
for current state 000, next state can be 001, output is 2.
for current state 001, next state can be 010, output can be 8.
etc etc.
then write out all the functions you need for each of your three next state flip flops and the output.