mini_project_review[1]
mini_project_review[1]
F
e
b
8,
2
0
GMR Institute of Technology
2
5
Department of ECE
Feb 8, 2025
1
1 1
Feb 8, 2025
Mini Project
Title of the Mini Project
FPGA implementation of 4-bit Vedic Multiplier using adders
GMR Institute of Technology
The objective of this project is to implement a 4-bit Vedic Multiplier using adders in
FPGA.
• To design, simulate, analyze and implementation of a 4-bit Vedic multiplier using
Ripple Carry Adder (RCA) and Carry Look Ahead (CLA) adders .
GMR Institute of Technology
3
Abstract
• This research paper is about the performance of the Vedic multiplier when
integrated with two different adder architectures: Carry Look-Ahead Adder (CLA)
and Ripple Carry Adder (RCA). Vedic multiplication, known for its efficient
multiplication process, is evaluated in terms of speed, latency, area, and power
GMR Institute of Technology
consumption, depending on the choice of adder. While RCA is simpler and easier to
implement, it suffers from slower carry propagation, leading to higher latency for
larger bit-width operations. On the other hand, CLA improves speed by reducing
carry propagation delays at the cost of increased circuit complexity and area. The
analysis explores the trade-offs between these adders, considering their impact on
the performance and scalability of the Vedic multiplier, particularly in real-world
applications like Digital Signal Processing, cryptography, and hardware
acceleration.
4
Introduction
Multiplier:
Vedic multipliers:
The Vedic multiplier is a multiplication algorithm commonly used in digital
circuits that is known for its speed and efficiency. This algorithm is based on the
principles of Vedic mathematics, an ancient Indian mathematical system that has been
adapted for modern computing applications. The Vedic multiplier works by breaking
down the numbers Vedic multipliers are digital circuits that use ancient Indian Vedic
mathematics to perform multiplication operations.
5
Introduction
Paper [2]
Paper [2]
6
Introduction
4-bit adders:
A 4-bit adder is a digital circuit that performs arithmetic operations by adding two 4-bit
binary numbers, producing a 5-bit sum. This circuit is essential in digital computers,
GMR Institute of Technology
digital signal processing, and embedded systems. The 4-bit adder consists of four full
adders connected in a chain, with each full adder handling three binary digits and
producing sum and carry outputs.
There are main types of 4-bit adders:
7
Introduction
Ripple Carry Adder:
A Ripple Carry Adder (RCA) is a digital adder that uses a simple, serial
approach to perform addition. It consists of a chain of full adders, where each full
adder handles one bit of the input numbers and produces a sum and carry output. The
GMR Institute of Technology
carry output from each full adder is then passed to the next full adder in the chain,
creating a "ripple" effect.
8
Literature Survey
Paper Title :Comparative analysis of Vedic multiplier using Vedic sutras with
increment adder
10
Literature Survey
Paper Abstract
[1] R.Karthi Kumar, S.P. Vimal Vedic multipliers, based on ancient
“Comparative analysis of Vedic Indian mathematics, offer a
multiplier using Vedic sutras with promising solution for high-speed,
GMR Institute of Technology
12
Gap Analysis
Paper Abstract
[3] Saylee Gharge, Shrutika Patel, This paper presents a comparative
Aditi Patil, Nidhi Mundhada, analysis of an 8-bit Vedic multiplier
Vaishnavi Shetty with Wallace tree, array multipliers in
GMR Institute of Technology
13
Applications
1. Digital Signal Processing: Vedic multipliers can be used to accelerate image, video
and audio processing.
14
Advantages
1. Faster Multiplication.
2. High-Speed Calculations.
4. Energy Efficiency.
5. High Accuracy.
6. Reliability
7. Small Area.
8. Flexible Design.
9. Low Cost.
15
References
[1] R.Karthi Kumar, S.P. Vimal “Comparative analysis of Vedic multiplier using Vedic
sutras with existing multipliers in biomedical application” 2024.
[2] A. Lavanya, S. Nagaraj, M. Lekhya “Design and implementation of Vedic
GMR Institute of Technology
[3] Saylee Gharge, Shrutika Patel, Aditi Patil, Nidhi Mundhada, Vaishnavi Shetty
“Design and analysis of 8-bit Vedic Multiplier” 2023.
16
GMR Institute of Technology
17