helsouri / Security_System-ECE273-Project2-

design a simple security system consisting of a Card Reader and a Key Pad.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security_System-ECE273-Project2-

Summary

Design a simple security system consisting of a Card Reader and a Key Pad.
A person may open a door if he or she has a card containing the corresponding code, and enters an authorized key pad code for that card.
A person is given only two chances to key in the correct code after which an alarm will go off.
The alarm also goes off if the card has the wrong code on it.
If the correct key pad code is entered, the corresponding door will be unlocked when the card is inserted.
NOTE: The three bits C, D, E are set first. Then the card is inserted and the keypad code is checked. If the code is wrong, the card can be removed and reinserted after a new keypad code is set

Files available are:

  1. Pdf report that conatins all of the below,along with detialed procedure
  2. PlanAhead Generated Physical constraints
  3. Test bench code to test a few sample example
  4. 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 simple security system consisting of a Card Reader and a Key Pad.


Languages

Language:VHDL 100.0%