Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 830 Bytes

File metadata and controls

14 lines (6 loc) · 830 Bytes

4-bit Full Adder using Verilog HDL

This repository contains a Verilog implementation of a 4-bit full adder along with its testbench. The fulladd module takes two 4-bit binary inputs (a and b) and a carry-in bit (cin), producing a 4-bit sum (sum) and a carry-out bit (cout). The testbench (tb_fulladd) verifies the functionality of the fulladd module by applying various test cases and observing the outputs. The project provides a simple and efficient way to understand and simulate the working of a basic digital arithmetic circuit.

Schematic:

Screenshot 2024-07-12 000948

Results:

Screenshot 2024-07-11 235446