Skip to content

FPGA implementation of a six digit 7 segment display driver (Verilog)

License

Notifications You must be signed in to change notification settings

ganz125/seven_segments

Repository files navigation

seven_segments

FPGA implementation of a six digit 7 segment display driver in Verilog

This is a short bit of Verilog code for displaying a 6 digit wide hex number on a group of 7-segment displays. I think the test code is actually longer than the code it's testing. :-)

This is a good beginner project and a nice piece of code to have when you're using a dev board that has six 7 segment displays, such as the Terasic DE10-Lite board. Adding this module to other (larger) designs can be a useful aid for debugging. Outside of the I/O mapping, nothing is really specific to this particular board, and the code can be easily adapted to other hardware.

See more detail on my website at www.ganslermike.com/?page_id=1643

About

FPGA implementation of a six digit 7 segment display driver (Verilog)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published