You are on page 1of 1

Example 6.

1 Design an asynchronous sequential circuit with two input, I1 and I2, and one
output, Z. Initially, both inputs are equal to zero. When I1 or I2 becomes 1, Z becomes 1.
When the second input goes to 1, the output changes from 1 to 0. The output stays at 0 until
the circuit goes back to (0, 0).

Example 6.2 Design an asynchronous sequential circuit with two input, I1 and I2, and one
output, Z. Initially, both inputs are equal to 0. When I1 changes from 0 to 1, Z becomes 1.
When I2 changes from 0 to 1, Z becomes 0. Otherwise, Z is 0. Realize the circuit using J-K
flip flop.

Example 6.3 Design an asynchronous sequential circuit using J-K flip flop that has two
input, I1 and I2, and one output, Z. The circuit is required to give an output whenever the input
sequence (0, 0), (1, 0), and (1, 1) is received but only in that order.

You might also like