Skip to content

This is a VHDL program for converting a binary number to a BCD (binary-coded decimal) number using the Double Dabble Algorithm.

Notifications You must be signed in to change notification settings

LuisMLopez-dev/Double-Dabble-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Double Dabble-Algorithm

This is a VHDL program for converting a binary number to a BCD (binary-coded decimal) number using the Double Dabble Algorithm.

Features & Design Purpose:

  • Converts binary number of any desired length into the corresponding amount of BCD digits
  • Works well with Seven Segment Displays
  • Created in Xilinx Vivado for a Nexys4 DDR FPGA
  • Efficient, portable, and well commented VHDL code

About

This is a VHDL program for converting a binary number to a BCD (binary-coded decimal) number using the Double Dabble Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages