Draw the state diagram of the Moore machine which has 2 inputs (X1, X2) and one output Z. The output of the machine is determined by the following:
* Z does not change its value if X1 X2 = 00
* Z becomes 1 if X1 X2 = 01
* Z becomes 0 if X1 X2 = 10 * Z change its value if two consecutive 11 are received at the inputs X1X2
* The reset input initializes the machine to a 0 output.
The answer to your question is provided in the image:
Comments
Leave a comment