Question: Give verilog code and also a test bench code. Consider a 12 bit serial data string DAT, which arrives at 10 Mbps. Write Verilog code

Give verilog code and also a test bench code.
Consider a 12 bit serial data string DAT, which arrives at 10 Mbps. Write Verilog code to count the maximum number of occurrences of"101" in DAT. Simulate the Verilog code using a testbench, using the following values of DAT (a) 100101000101 (b) 101011110000 (c) 010101001101 Consider a 12 bit serial data string DAT, which arrives at 10 Mbps. Write Verilog code to count the maximum number of occurrences of"101" in DAT. Simulate the Verilog code using a testbench, using the following values of DAT (a) 100101000101 (b) 101011110000 (c) 010101001101
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
