Introduction - If you have any usage issues, please Google them yourself
A sequence detection circuit is designed to detect the 4 bit binary sequence 1101 in the serial input data Data (from left to right). When the sequence is detected, the output Out is 1. When the sequence is not detected, the output Out is 0.
(1) design by state machine method;
(2) design with Verilog HDL language and use Modelsim software to do functional simulation.