In: Electrical Engineering
Write a VHDL mealy state machine that detects the pattern 01110
in a stream of bits....
- Write a VHDL mealy state machine that detects the pattern 01110
in a stream of bits. The machine should have three inputs; in, clk,
reset. The output of the machine goes high whenever the pattern is
detected.