FPGA Alarm Clock in Verilog

An alarm clock based on an FPGA board, utilizing VGA to show the clock on a monitor.

Screenshot of the finished alarm clock.

This project was creating an alarm clock in Verilog, coded in Vivado 2023. The time is set utilizing the switches on the FPGA board, and the time is displayed on a monitor. When the real time matches the alarm time, the screen flashes green.

My role in this project was aiding in the combination of the Alarm + Clock modules, and to implement the VGA function.

Parts List

  • Nexys A7 100T FPGA Board
  • VGA Cable

The code has 3 main segments:

  • AlarmClock (Final/Combined)
  • Alarm (Sound)
  • Clock (Standalone)

The code for the project can be found at this repository:

Project members: Jeff Tang, Jimmy Luu, and Kyle Acosta