Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

Verilog keyboard input (password) using FPGA board

Altera_Forum
Honored Contributor II
2,099 Views

I am trying to write a code that enables me to enter a specific password using a PS/2 Keyboard to turn off an alarm system, I already have the Verilog code for the keyboard, which basically lights or turns on the FPGA LED light corresponding to my keyboard binary number input. I am wondering how to make the alarm system switch interacts or responses with keyboard password input that I enter.

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,099 Views

If you want to make a fixed password, hardcode it. Then read letter x and compare it to the already stored x

0 Kudos
Altera_Forum
Honored Contributor II
1,099 Views

Hi, have you the code of the keypad driver?

0 Kudos
Reply