You are on page 1of 4

Design and Implementation of RAM and

16 Bit ALU using HDL (Hardware Description Language)

Synopsis Report

Bachelor of Technology
in
Electrical Engineering

Dr. A.P.J. Abdul Kalam Technical University, Lucknow

Submitted by

Shyama Poddar (2100910200058)

Under the guidance of


Ms. Abhishek Kumar Singh & Mr. Naveen Kumar Bind
Assistant Professor, Electrical Engineering Department

Session: 2023-24 (ODD)

JSS MAHAVIDYAPEETHA
JSS Academy of Technical Education, Noida
Department Of Electrical Engineering
C-20/1, Sector – 62, Noida- 201301

1
INTRODUCTION

• An arithmetic logic unit (ALU) is a digital circuit used to perform


arithmetic and logical operations. It represents the fundamental
component of a computer's CPU.

• RAM is a high-speed, addressable, and volatile memory system that


computers use to store and retrieve data quickly during their operation.

• Hardware Description Languages (HDLs) are specialized programming


languages for designing and simulating electronic circuits and systems,
aiding in digital hardware design and verification

LITERATURE REVIEW

 "The Elements of Computing Systems" is an educational book written by


Noam Nisan and Shimon Schocken.
 It covers the fundamentals of Boolean logic and how logic gates are used
to create basic building blocks for arithmetic and logical operations.
 The book guides readers through the step-by-step process of designing an
ALU, starting from basic logic gates and progressing to complex
arithmetic operations like addition, subtraction, and multiplication.

2
BLOCK DIAGRAM OF PROJECT

OBJECTIVES OF PROJECT

Objective-1:-Design and implementation of Combinational Chip Set-1

Objective-2:- Design and implementation of Combinational Chip Set-2

Objective-4:- Design and implementation of ALU

Objective-3:- Design and implementation of Sequential Chip Set-1

Objective-3:- Design and implementation of RAM

CONCLUSION

 The output of all the chips will be manually verifiable through the
hardware simulator.
 The HDL code for all the chips can also be verified using the testing code
from the website of the book.

3
4

You might also like