Skip to content

Latest commit

 

History

History

Day-4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Overview

This repository contains the design and implementation of a 3-bit Arithmetic Logic Unit (ALU). An ALU is a fundamental component in digital circuits that performs various arithmetic and logical operations on binary data. The ALU presented here is capable of executing the following operations:

Operations

Addition
Subtraction
Multiplication
One's Complement
Bitwise AND
Bitwise OR
Bitwise NOT

The ALU has been designed for educational purposes and as a demonstration of basic digital logic design principles. It is intended to provide a clear and simple example of how these operations can be implemented in hardware.