Question: Problem #4 Design a sequencer system. The system has a 1-bit input IN on which it receives a stream of 0/1, and a 1-bit output
Problem #4 Design a sequencer system. The system has a 1-bit input IN on which it receives a stream of 0/1, and a 1-bit output OUT. The system searches for the occurrence of the substring "110" in the input, and outputs 1 whenever it does so. Specifically, OUT=l if the previous values on IN were "1" "1" , and .0" respectively in that order with "0 being the most recent. Caution: make sure to handle all cases! You can use logic gates and D flip-flops
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
