Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

helsouri/Sequence_Detector-ECE273-

Repository files navigation

Sequence_Detector-ECE273

Summary

Design a system to detect a sequence of inputs.
The system will monitor one input and it will control one output.
The system shall be designed to detect the sequence 1101.
If the system detects this sequence, it should toggle the state of its output.
I must design the sequence detector two different ways; one using Mealy (using JK flip flops) and the other using Moore (using T flip flops) type state machines with minimal number of states.

Files available are:

  1. Pdf report that conatins all of the below, and more, along with the procedure
  2. PlanAhead Generated Physical constraints(UCF file)
  3. Test bench code to test a few sample example
  4. Main binary file(.bit) that is then flashed onto board for Demo
  5. Module to demostrate functionality of flip flops
  6. Pictures of the main schematic and waveforms

    Note that all labs are required to have an example test bench and waveforms to display theoretical sucess along with a demo to demonstrate actaul success

About

Design a system to detect a sequence of inputs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages