synchronous
-
[디지털시스템] Design synchronous sequence detector which detects “0101” or “0110” sequenceDream/전공과목 (전전) 2020. 9. 13. 02:19
1) Condition: 1. Use mealy machine structure 2. If the input sequence “0101” or “0110” occurs, an output of two successive 1’s will occer 3. the firs of these 1s should occur coincident with the last input of the “0101” or “0110”sequence. 4. the circuit should reset when the second 1 outpout occurs. 2) Source code 주어진 조건에 맞춰 state diagram을 참고해 sequence detector를 설계하면 위와 같이 나올 것이다. 이때 mealy machi..