Create a test bench with auto verification


You are to design a "Serial Sequence Detector". Your design will take in a clock, reset, and a one-bit data signal. Your design will check the input data signal on the rising edge of the input clock. When it finds the sequence "01100110", it will assert an output signal "Found" for one clock cycle. You also need to create a test bench with auto verification. If the design does not assert "Found" when the input sequence is entered, then an ERROR message should be displayed. You should also print a message indicating if the design did work. When creating your test bench, consider outputting the data on the falling edge of clock. This way the rising edge of clock will occur directly in the middle of the data valid window for the incoming data signal.

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Create a test bench with auto verification
Reference No:- TGS0506337

Expected delivery within 24 Hours