Pergunta de entrevista da empresa Intel Corporation

Design a FSM for outputting x/3 without the remainder.

Resposta da entrevista

Sigiloso

22 de abr. de 2022

3 states in the FSM: A: represent remainder = 0 B: represent remainder = 1 C: represent remainder = 2 in the transitaions between states we output each time '0' or '1' according to the remainder.