Question
Suppose we have a machine that takes in an infinite stream of bits, one bit at a time. On every input, the machine will output
Suppose we have a machine that takes in an infinite stream of bits, one bit at a time. On every input, the machine will output 0, unless the machine has seen the patttern 00100 in the last five inputs where it will instead output 1.
Below is an example of this behavior.
Input: 00100100010100100...
Output: 00001001000000001...
A. Design a FSM that exibits the behavior described above
B. Design a circuit that exibits the behavior decribed above, use D-Flip-Flops for memory, and use a one hot encoding design for the state registers. You can also use decoders, encoders, and multiplexors.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started