(Solved): Draw the state diagram (circles and arrows) for a state machine with the following specifications: ...
Draw the state diagram (circles and arrows) for a state machine with the following specifications: - The state machine has a 2-bit state register - The inputs to the state register are N1? and N0? - The outputs of the state register are P1? and P0? - The state machine has two outputs, X and Z, and one input G - N1?=P0?G?+P1?G - N0?=P1?+P0? - X=P1??+P0?;Z=P1?P0??