3. (18 points) Implement a Moore Machine using D flip-flops (negative-edge triggered) for the following specification Th
Posted: Sun May 15, 2022 5:06 pm
3. (18 points) Implement a Moore Machine using D flip-flops (negative-edge triggered) for the following specification The circuit has one input, w, and one output, z. All changes in the circuit occur on the positive edge of a clock signal The output z is equal to 1 when the sequence of 'w = 1, 0, 1' is detected (Detector 101). Otherwise, the value of z is equal to 0. Step 1) State diagram for ‘Detector 101' and Excitation table for D Flip-Flop. Step 2) State-assigned characteristic table, inputs to D Flip-Flops, and output z. W Qi Qo Q1* Qo* Di Do output Z Qi Qo 조 Step 3) K-maps for inputs to D Flip-Flops and output z Step 4) Design a circuit.