Question: [SystemC ] Problem 2. Write a SystemC model (write h and cpp) for a synchronous sequence detector. The detector has the following ports: Data in:
[SystemC]
![[SystemC] Problem 2. Write a SystemC model (write h and cpp) for](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f39c5b21d6f_30666f39c5aaf0b9.jpg)
Problem 2. Write a SystemC model (write h and cpp) for a synchronous sequence detector. The detector has the following ports: Data in: input bit is synchronized with the rising edge of the clock Clock: Input clock Outl: generates 1 if "110" is detected Out2: generates 1 if sequence (3 bits) is equal to the internal bit counter. Internal 3-bit counter is incremented by 1 on the rising edge of the clock. Assume the counter goes from 000 to 111, and repeats from 000. Problem 2. Write a SystemC model (write h and cpp) for a synchronous sequence detector. The detector has the following ports: Data in: input bit is synchronized with the rising edge of the clock Clock: Input clock Outl: generates 1 if "110" is detected Out2: generates 1 if sequence (3 bits) is equal to the internal bit counter. Internal 3-bit counter is incremented by 1 on the rising edge of the clock. Assume the counter goes from 000 to 111, and repeats from 000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
