Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 700 Bytes

ReadMe.md

File metadata and controls

13 lines (12 loc) · 700 Bytes

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.