A USB communication link requires a circuit that produces the sequence 00000001. You are to design a synchronous sequential circuit that recognizes this sequence. Additionally, there is an E input to this circuit. If E=1 during the last output in the sequence, the sequence repeats. Otherwise, if E=0, the sequence does not repeat and the output remains constant at 1.
* Draw the Moore state diagram for the circuit.
* Find the state table and make a state assignment.
* Design the circuit using D flip-flops and logic gates. A reset should be included to place the circuit into the appropriate initial state.
* Draw and verify your design using Logisim software.
* Archive the following files and submit via ceng.anadolu.edu.tr.
1. MS Word file including your design details (state diagram, state table, FF equations, etc.).
2. filename.circ file including your circuit design.