Searched Projects

Tags: BCD

project.name
2 Stars     592 Views

gates for BCD to 7 segment decoder

BCD

project.name
4 Stars     743 Views

BCD To Seven Segment Decoder Using Basic Logic Gates

This is a  "BCD To Seven Segment Decoder" made using Basic Logic Gates ( AND, OR, NOT ).


project.name
0 Stars     135 Views
User:

project.name
1 Stars     90 Views

project.name
0 Stars     72 Views

The purpose of this lab experience is for the student to design and implement combinatorial logic that will decode a 4-bit BCD input to a seven segment LED display.  A good understanding of BCD (Binary Coded Decimal) should also result.


project.name
0 Stars     61 Views

project.name
0 Stars     88 Views
User:

4-bit BCD WIP

4-bit binary to BCD converter


project.name
0 Stars     66 Views

project.name
0 Stars     30 Views

Untitled

BCD

project.name
0 Stars     35 Views

Decimal To BCD

BCD

project.name
0 Stars     33 Views

20221_LAB2


project.name
0 Stars     27 Views

project.name
0 Stars     28 Views
User:

BCD to 7 SEGMENT


project.name
0 Stars     17 Views
User:

Elegant Multicolor (Washing Machine) Counter


project.name
0 Stars     26 Views

BCD to 7 segment decoder

This decodes binary to decimal then outputs it to a 7-segment display.


project.name
0 Stars     16 Views
User:

ConvertorBetweenBCDandBinary


project.name
0 Stars     7 Views
User:

BCD To 7 Segment Display


project.name
1 Stars     83 Views
User:

Hello,

I have built a fully working converter that converts 16-bit binary code to BCD.

I wanted a mode with a small amount of gates instead of millions of cells connected in series to ROM. As a result, I designed the converter in a slightly different way, using only 5 ROM cells, one register, one shift register and, of course, since this is an algorithm where the operation is performed by cyclically changing one piece of data, we also need a control unit. This is only for clock control and a few minor details.

This conversion method is generally referred to as double-dabble, also known as shift-and-add-3. In fact, it is a large number of ROM cells, each cell handling a 4-bit or BCD code. It works by adding 3 to all numbers greater than or equal to 5, then shifting the entire range of bits to the left once. This cycle is repeated as many times as the length of the input bits, for example we have 8 bits and the cycle will be repeated eight times.

The main difference between my converter and the others is that mine is done by a clock that is constantly blinking, and drives the cyclical circulation of a piece of data continuously across exactly the same pair of cells. This method reduces the number of gates, but may be slightly slower and more complicated. While other circuits are mostly built with series connected ROM cells and this results in a simple circuit but a higher gate count compared to mine.

Below I have attached an image of one ROM cell that converts binary code to BCD. There is also a table that describes the behaviour of this cell perfectly.

I hope you like the plan. I hope you enjoy the experience.




project.name
0 Stars     1 Views
User:

4 bit BCD project

BCD