6. (20 points) Design a Finite State Machine that reads an arbitrary long input string and checks if it contains 2 or mo
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
6. (20 points) Design a Finite State Machine that reads an arbitrary long input string and checks if it contains 2 or mo
6. (20 points) Design a Finite State Machine that reads an arbitrary long input string and checks if it contains 2 or more consecutive 1s. Once two consecutive 1's are found, the output will stay at 1. For example, if input is 10110 from left to right, then the output will be 00011. a. Draw the Finite State Machine b. Encode states and show truth table c. Derive Boolean expressions d. Implement the circuit using D-flip-flops.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!