Create a sequential circuit Moore machine with 2 D flip flops and 3 states (s0, s1, s2), with any gates needed.
The machine must be able to recognize any amount of xy=10 followed by xy=01. 2 inputs X and Y, and one output Z.
A sample input sequence and output response is given below.
x = 0 1 1 0 0 0 1 0 1 1 0 0 1
y = 0 0 0 1 1 0 0 1 0 0 1 1 0
z = 0 0 0 1 0 0 0 1 0 0 1 0 0
Thanks
Get Answers For Free
Most questions answered within 1 hours.