News

This repository contains VHDL code for a 4-bit binary adder with a BCD (Binary Coded Decimal) decoder. The binary adder computes the sum of two 4-bit binary numbers using full adders, and the result ...
This project implements a BCD (Binary Coded Decimal) to 7-segment display decoder for a 2-digit displ00ay. The project utilizes a counter to generate BCD values and convert them into signals that ...