parkjjoe / stopwatch

Design a Stopwatch with Verilog HDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stopwatch

Design a stopwatch with Verilog HDL

Stopwatch FSM

image
When the Start button is pressed, the stopwatch starts or pauses. Pressing the Soft Reset button resets the display to 00.00.00. Pressing the Hard Reset button first displays 0 on the rightmost segment and then resets the display to 00.00.00.

Stopwatch Block Diagram

image

Segment Display Controller FSM

image
seg_controller FSM

About

Design a Stopwatch with Verilog HDL

License:MIT License


Languages

Language:Verilog 100.0%