This repository contains the design and implementation of an e-voting system using Verilog HDL. The system is designed to allow users to vote for candidates, with a maximum limit of 999 votes per candidate.
The system consists of the following components:
- Switch: Acts as a clock for the counters.
- Counters: There are three counters in the system, each corresponding to a candidate. These counters increment the vote count for each candidate.
- Seven-Segment Displays: There are three seven-segment displays, each displaying the vote count for a candidate.
To cast a vote for a candidate, simply press the corresponding button. The seven-segment display will update to reflect the new vote count.
Please note that the system is designed to handle up to 999 votes per candidate. Any votes cast beyond this limit will not be counted.



