10.4k views
4 votes
Design a fundamental mode asynchronous finite state machine that accepts input pair, A and B. The AB input sequence 00, 01,11, 10, 11, 01 is assumed. Z=1 output is produced on the last input (01) of the sequence.a. Develop the primitive flow table with a new stable state under each input for the giver sequence. For a given total stable state, assume other inputs (not in the sequence) are don't cares. b. Determine a reduced flow table to achieve the minimum number of feedback paths. c. Determine a state assignment for the feedback path(s) and show the reduced encoded flow table.

User Ivan Yoed
by
5.9k points

1 Answer

2 votes

Answer:

See explaination

Step-by-step explanation:

A Finite state machines can be synchronous or asynchronous. The operation of asynchronous state machines does not require a clock signal. An Asynchronous state machine is classified basically on their operating mode, such as the fundamental mode, pulse mode or burst mode. An asynchronous state machine can have stable and transient states.

Please kindly refer to attachment for a step by step solution.

Design a fundamental mode asynchronous finite state machine that accepts input pair-example-1
Design a fundamental mode asynchronous finite state machine that accepts input pair-example-2
Design a fundamental mode asynchronous finite state machine that accepts input pair-example-3
User Nerses
by
4.7k points