0% found this document useful (0 votes)
38 views

Miniprojectsynopsis

This document summarizes a synopsis report submitted for a Bachelor of Technology degree. It discusses the design and implementation of a 16-bit arithmetic logic unit (ALU) and RAM using a hardware description language. The objectives are to design combinational and sequential chip sets and implement an ALU and RAM. Literature on the fundamentals of Boolean logic and designing digital circuits is reviewed. Block diagrams and objectives for the project are outlined. The conclusion states that chip outputs can be verified through hardware simulation and HDL code can be tested using examples from referenced literature.

Uploaded by

hello
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Miniprojectsynopsis

This document summarizes a synopsis report submitted for a Bachelor of Technology degree. It discusses the design and implementation of a 16-bit arithmetic logic unit (ALU) and RAM using a hardware description language. The objectives are to design combinational and sequential chip sets and implement an ALU and RAM. Literature on the fundamentals of Boolean logic and designing digital circuits is reviewed. Block diagrams and objectives for the project are outlined. The conclusion states that chip outputs can be verified through hardware simulation and HDL code can be tested using examples from referenced literature.

Uploaded by

hello
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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