Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 489 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 489 Bytes

Stopwatch

Implementation of a stopwatch, accurate to a 100th of a second, on an Altera Cyclone 5 FPGA

Components

  1. 100Hz Clock divider
  2. Counter
  3. Hex Display module

Future Improvements

  • Adding lap time functionality
  • Implementing a countdown timer
  • Eventually, combining stopwatch, countdown timer functionaily with a 24 hour time to emulate an everyday clock

License

This project is licensed under the MIT License - see the LICENSE.md file for details