Tutorial10 Soln
Tutorial10 Soln
Ex 1: Derive the transition table for the asynchronous sequential circuit shown in figure. Determine
the sequence of internal states Y1 Y2 for the following sequence of inputs x1 x2 : 00, 10, 11, 01, 11,
10, 00.
Ex 3:An asynchronous sequential circuit has two internal states and one output. The two excitation
functions and one output function describing the circuit are, respectively,
Y1 = x1 x2 + x1 y02 + x20 y1
Y2 = x2 + y01 y2 + x10 y1
z = x2 + y1
Ex 4:Convert the flow table given below into a transition table by assigning the following binary
values to the states: a=00, b=11, and c=01.
(a) Assign values to the extra fourth state to avoid critical races.
(b) Assign outputs to the don’t care states to avoid momentary false outputs.
Ex 5: Investigate the transition table given below and determine all race conditions and whether
they are critical or noncritical. Determine whether there are any cycles.
(a) derive the Boolean functions for the outputs of the two SR latches Y1 and Y2 .Note that the
S input of the second latch is x10 y01 .
Digital Design (CS F215/ECE F215/EEE F215/INSTR F215) Page 3 of 3
(b) derive the transition table and output map of the circuit.