You are on page 1of 1

Experiment 2: Sequence Detector

• Objective:
1. To become familier with Verilog FSM level of abstraction
2. To implement a simple sequence detector FSM in Verilog and verify the design
• Experimental procedure

1. Design an FSM to detect the sequence 1011 in the incoming one bit input stream using Verilog FSM level of
abstraction as well as Verilog structural description.
2. Develop a simple testbench for verifying the DUT. You can use the structural description as the golden
reference model and FSM level of abstraction as the DUT and compare both the outputs.
3. Synthesize your designs and report the area and power for both the designs.

You might also like