Skip to content

A Simple Stopwatch implemented on an FPGA board using Verilog HDL.

Notifications You must be signed in to change notification settings

Ln11211/Stopwatch

Repository files navigation

Stopwatch

A Simple Stopwatch implemented on an FPGA board using Verilog HDL.

Time elapsed counter testbench simulation

rst= 1 bit binary signal to reset count

clk = 1-bit binary signal to toggle count

ss = 6 bit register(stores upto 59D secs) to store the seconds elapsed.

mm = 6 bit register(stores upto 59D mins) to store the minutes elapsed. image

Time elapsed counter Synthesized Schematic

Uses 40 Buffers and LUTs in total image

About

A Simple Stopwatch implemented on an FPGA board using Verilog HDL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published