SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270
www.ijera.com 265 | P a g e
Fpga Implementation of 8-Bit Vedic Multiplier by Using Complex
Numbers
Gundlapalle Nandakishore, K.V.Rajendra Prasad
P.G.Student scholar M.Tech (VLSI) ECE Department Sree vidyanikethan engineering college (Autonomous).
Assistant professor ECE Department Sree vidyanikethan engineering college (Autonomous)
Abstract
The paper describes the implementation of 8-bit vedic multiplier using complex numbers previous technique
describes that 8-bit vedic multiplier using barrel shifter by FPGA implementation comparing the both technique
in this paper propagation delay is reduced so that processing of speed will be high 8-bit vedic multiplier using
barrel shifter propagation delay nearly 22nsec but present technique 8-bit vedic multiplier using complex
numbers where propagation delay is 19nsec. The design is implemented and verified by FPGA and ISE
simulator. The core was implemented on the Spartan 3E starts board the preferred language is used in verilog.
Keywords— Barrel shifter, base selection module, Propagation delay, power index determinant.
I. INTRODUCTION
Arithmetic operations such as addition,
subtraction and multiplication are deployed in
various digital circuits to speed up the process of
computation. Arithmetic logic unit is also
implemented in various processor architectures like
RISC [2], CISC etc., In general, arithmetic operations
are performed using the packed-decimal format. This
means that the fields are first converted to packed-
decimal format prior to performing the arithmetic
operation, and then converted back to their specified
format (if necessary) prior to placing the result in the
result field.
Vedic mathematics has proved to be the most
robust technique for arithmetic operations. In
contrast, conventional techniques for multiplication
provide significant amount of delay in hardware
implementation of n-bit multiplier. Moreover, the
combinational delay of the design degrades the
performance of the multiplier. Hardware-based
multiplication mainly depends upon architecture
selection in FPGA or ASIC. In this work we have put
into effect a high speed Vedic multiplier using barrel
shifter.
II. VEDIC SUTRAS
Vedic Sutras apply to and cover almost every
branch of Mathematics. They apply even to complex
problems involving a large number of mathematical
operations. Application of the Sutras saves a lot of
time and effort in solving the problems, compared to
the formal methods presently in vogue. Though the
solutions appear like magic, the application of the
Sutras is perfectly logical and rational. The
computation made on the computers follows, in a
way, the principles underlying the Sutras. The Sutras
provide not only methods of calculation, but also
ways of thinking for their application.
Application of the Sutras improves the
computational skills of the learners in a wide area of
problems, ensuring both speed and accuracy, strictly
based on rational and logical reasoning. Application
of the Sutras to specific problems involves rational
thinking, which, in the process, helps improve
intuition that is the bottom - line of the mastery of the
mathematical geniuses of the past and the present
such as Aryabhatta, Bhaskaracharya, Srinivasa
Ramanujan, etc.,
Multiplier implementation using FPGA has
already been reported using different multiplier
architectures but the performance of multiplier was
improved in proposed design.
What we call “Vedic mathematics” is comprised
of sixteen simple mathematical formulae from the
Vedas [5].
1. Ekadhikena Purvena
2. Nikhilam navatascaramam Dasatah
3. Urdhva - tiryagbhyam
4. Paravartya Yojayet
5. Sunyam Samya Samuccaye
6. Anurupye - Sunyamanyat
7. Sankalana - Vyavakalanabhyam
8. Puranapuranabhyam
9. Calana - Kalanabhyam
10. Ekanyunena Purvena
11. Anurupyena
12. Adyamadyenantya - mantyena
13. Yavadunam Tavadunikrtya Varganca Yojayet
14. Antyayor Dasakepi
15. Antyayoreva
16. Gunita Samuccayah.
RESEARCH ARTICLE OPEN ACCESS
Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270
www.ijera.com 266 | P a g e
III. PROPOSED MULTIPLIERS
URDHWA TIRYAKBHYAM SUTRA
As mentioned earlier, Vedic Mathematics can be
divided into 16 different sutras to perform
mathematical calculations. Among these the
UrdhwaTiryakbhyam Sutra is one of the most highly
preferred algorithms for performing multiplication.
The algorithm is competent enough to be employed
for the multiplication of integers as well as binary
numbers. The term "Urdhwa Tiryakbhyam”
originated from 2Sanskrit words Urdhwa and
Tiryakbhyam which mean “vertically” and
“crosswise” respectively [7]. The main advantage of
utilizing this algorithm in comparison with the
existing multiplication techniques, is the fact that it
utilizes only logical “AND” operations, half adders
and full adders to complete the multiplication
operation. Also, the partial products required for
multiplication are generated in parallel and a priori to
the actual addition thus saving a lot of processing
time.
Let us consider two 8 bit numbers X7-X0 and
Y7-Y0,where 0 to 7 represent bits from the Least
Significant Bit(LSB) to the Most Significant Bit
(MSB). P0 to P15 represent each bit of the final
computed product. It can be seen from equation (1) to
(15), that P0 to P15 are calculated by adding partial
products, which are calculated previously using the
logical AND operation. The individual bits obtained
from equations (1) to (15), in turn when concatenated
produce the final product of multiplication which is
depicted in (16).The carry bits generated during the
calculation of the individual bits of the final product
are represented from C1 to C30. The carry bits
generated in (14) and (15) are ignored since they are
superfluous.
Fig. 1. Pictorial Illustration of Urdhwa Tiryakbhyam
Sutra for multiplication of 2 eight bit numbers
The proposed Vedic multiplier is based on the
“Urdhva Tiryagbhyam” sutra (algorithm). These
Sutras have been traditionally used for the
multiplication of two numbers in the decimal number
system. In this work, we apply the same ideas to the
binary number system to make the proposed
algorithm compatible with the digital hardware. It is a
general multiplication formula applicable to all cases
of multiplication. It literally means “Vertically and
Crosswise”. It is based on a novel concept through
which the generation of all partial products can be
done with the concurrent addition of these partial
products.
The algorithm can be generalized for n x n bit
number. Since the partial products and their sums are
calculated in parallel, the multiplier is independent of
the clock frequency of the processor. Due to its
regular structure, it can be easily layout in
microprocessors and designers can easily circumvent
these problems to avoid catastrophic device failures.
The processing power of multiplier can easily be
increased by increasing the input and output data bus
widths since it has a quite a regular structure. Due to
its regular structure, it can be easily layout in a
silicon chip.
The Multiplier based on this sutra has the
advantage that as the number of bits increases, gate
delay and area increases very slowly as compared to
other conventional multipliers.
Multiplication of two decimal numbers 252 x
846To illustrate this scheme, let us consider the
multiplication of two decimal numbers 252 x 846 by
Urdhva-Tiryakbhyam method as shown in Fig. 2. The
digits on the both sides of the line are multiplied and
added with the carry from the previous step. This
generates one of the bits of the result and a carry.
This carry is added in the next step and hence the
process goes on. If more than one line are there in
one step, all the results are added to the previous
carry. In each step, least significant bit acts as the
result bit and all other bits act as carry for the next
step. Initially the carry is taken to be zero.
Fig. 2. Multiplication of two decimal numbers – 252
x 846
Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270
www.ijera.com 267 | P a g e
Fig. 3. Simulation results for timing wave forms.
IV. PROPOSDMULTIPLIERS
NIKHILAM SUTRA
Assume that the multiplier is „X‟ and
multiplicand is „Y‟. Though the designation of the
numbers is different but the architecture implemented
is same to some extent for evaluating both the
numbers.
The mathematical expression for modified
nikhilam sutra is given below.
P=X*Y= (2^K2)*(X+Z2*2^(K1-K2))+Z1*Z2.
Where k1, k2 are the maximum power index of input
numbers X and Y respectively.
Z1 AND Z2 ARE THE RESIDUES IN THE NUMBERS X
AND Y RESPECTIVELY.
The hardware deployment of the above expression is
partitioned into three blocks.
i. Base Selection Module
ii. Power index Determinant Module
iii. Multiplier.
The base selection module (BSM) is used to
select the maximum base with respect to the input
numbers. The second sub module power index
determinant(PID) is used to extract the power index
of k1 and k2. The multiplier comprises of base
selection module (BSM), power index determinant
(PID), sub tractor, barrel shifter, adder/sub tractor as
sub-modules in the architecture.
A. Base selection module.
The base selection module has power index
determinant (PID) as the sub-module along with
barrel shifter, adder, average determinant, comparator
and multiplexer.
An input 8-bit number is fed to power index
determinant (PID) to interpret maximum power of
number which is fed to barrel shifter and adder. The
output of the barrel shifter is „n‟ number of shifts
with respect to the adder output and the input based
to the shifter. Now, the outputs of the barrel shifter
are given to the multiplexer with comparator input as
a selection line. The outputs of the average
determinant and the barrel shifter are fed to the
comparator.
Fig.4. Base Selection Module, BSM
B. Power index determinant.
The input number is fed to the shifter which will
shift the input bits by one clock cycle. The shifter pin
is assigned to shifter to check whether the number is
to be shifted or not. In this power index determinant
(PID) the sequential searching has been employed to
search for first „1‟ in the input number starting from
MSB. If the search bit is „0‟ then the counter value
will decrement up to the detection of input search bit
is „1‟. Now the output of the decrementer is the
required power index of the input number.
Fig.5. Power Index Determinant
C. Multiplier Architecture
The base selection module and the power index
determinant form integral part of multiplier
architecture. The architecture computes the
Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270
www.ijera.com 268 | P a g e
mathematical expression in equation1.Barrel shifter
used in this architecture.
The two input numbers are fed to the base
selection module from which the base is obtained.
The outputs of base selection module (BSM) and the
input numbers „X‟ and „Y‟ are fed to the sub tractors.
The sub tractor blocks are required to extract the
residual parts z1 and z2. The inputs to the power
index determinant are from base selection module of
respective input numbers.
Fig.6. Multiplier Architecture
The Nikhilam sutra can also be applicable to
binary number system. The compliment of
multiplicand or multiplier is represented by taking
2‟s compliment of that number. The right hand side
part of the product is implemented using 16X16 bit
multiplication. The left hand side part is implemented
using 16-bit carry save adder. Hence the
multiplication of two 16-bitnumbers is reduced to the
multiplication of their compliments and addition.
The Block Diagram of Multiplier using Nikhilam
Sutra is shown in Fig.7.The two inputs „a‟ and „b‟
represents 16-bit multiplier operand and 16-bit
multiplicand operand respectively. The compliment
of multiplicand or multiplier is represented by taking
2‟s compliment of that number .So the 2‟s
complement block produces the complemented
output of 16-bit multiplier operand ( - a ) and 16-bit
multiplicand operand ( ). The complemented output
of 16-bit multiplier operand and 16-bitmultiplicand
operand are two inputs to multiplier. The number of
bits required in the right hand side of the product
should have16- bits irrespective of the number of bits
in the product of compliments. So the surplus 16-bits
of the right hand side part of the product is fed to one
of the input of carry save adder for left hand part of
the result. The left hand side part is implemented
using 16-bit carry save adder. The negative of
complemented multiplicand is implemented by taking
output of the 2‟scomplement block in the left hand
side. The three 16-bits input operands of carry saver
are 16-bit multiplier, the negative of complemented
multiplicand and the surplus 16-bits of the right hand
side part of the product. The two output of carry save
adder i.e. sum vector and carry vector are inputs to
binary adder block. The output of the adder
represents left hand side of the answer.
The Nikhilam Sutra literally means “all from 9
and last from10”. It is more efficient when the
numbers involved are large. The Nikhilam Sutra
algorithm is efficient for multiplication only when the
magnitudes of both operands are more than half their
maximum values. For n-bit numbers, therefore both
operands must be larger than 2n-1. Nikhilam Sutra is
explained by considering the multiplication of two
single digit decimal numbers 8 and 7 where the
chosen base is 10 which is nearest to and greater than
both these two numbers.
Fig.7. The Architecture of proposed Vedic Multiplier
using Nikhilam Sutra.
Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270
www.ijera.com 269 | P a g e
Fig. 8. Simulation results for timing wave forms.
V. EXTENSION METHOD COMPLEX
NUMBERS
Multiplication is the process of adding a number
of partial products. Multiplication algorithms differ in
terms of partial product generation and partial
product addition to produce the final result[8].Higher
throughput arithmetic operations are important to
achieve the desired performance in many real time
signal and image processing applications. With time
applications, many researchers have tried to design
multipliers which offer either of the following- low
power consumption, high speed, regularity of layout
and hence less area or even grouping of them in
multiplier.
Complex number arithmetic computation is a
key arithmetic feature in modem digital
communication and optical systems. Many
algorithms based on convolutions, correlations, and
complex filters require complex number
multiplication, complex number division, and high-
speed inner-products. Among these computations,
complex number multipliers and complex number
inner-products are becoming more and more
demanded in modem digital communication, modem
optical systems, and radar systems.
Multiplication is an essential operation for high
speed hardware implementation of complex number
computation. To compute the product of two
complex numbers, the conventional method is to use
four binary multiplications, one addition, and one
subtraction.
A = A,+ JA, AND B=B,+ JB,
Multiplication of A and B is given by
AXE = ARB, - A,B, + j(A,B, +A$,)
The paper is organized as follows. In section 2,
Vedic multiplication method based on Urdhava
Tiryakbhyam sutra is discussed. Section 3 deals with
the design of the above said multiplier. Section
4summarizes the experimental results obtained, while
section 5 presents the conclusions of the work.
Figure 9. Block diagram of complex number
multiplier.
While implementing complex number multiplication,
the multiplication system can be divided into two
main components giving the two separate results
known as real part (R) and imaginary part (I).
R + j I = (A + j B) (C + j D)
Gauss‟s algorithm for complex number multiplication
gives two separate equations to calculate real and
imaginary part of the final result. From equation (1)
the real part of the output can be given by (AC - BD),
and the imaginary part of the result can be computed
using (BC + AD). Thus four separate multiplications
and are required to produce the real as well as
imaginary part numbers.
Multiplication process is the critical part for any
complex number multiplier design. There are three
major steps involved for multiplication. Partial
products are generated in first step. In second step
partial product reduction to one row of final sums and
carries is done .Third and final stage adds the final
sums and carries to give the result. Since the Radix 4
modified Booth algorithm miscapable to reduce the
number of partial products by nearly equal to half,
this algorithm is used in the first step of
implementation of complex number multiplication
using Booth‟s method. In the second step Wallace
tree structure is used to rapidly reduce the partial
product rows to the final two rows giving sums and
carries. The multiplication design based onRadix-4
Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270
www.ijera.com 270 | P a g e
modified Booth algorithm consists of two main
blocks known as MBE (Modified Booth Encoding)
and partial product generator as shown in Fig. 2.
Wallace Tree CSA structures have been used to sum
the partial products in reduced time. In this regard,
combining both algorithms in one multiplier, we can
expect a significant reduction in computing
multiplications.
FIG. 10. SIMULATION RESULTS FOR TIMING WAVE
FORMS.
Comparison Table.
Types of TDC
/parameter
Vedic
multiplier
Complex
numbers
Number of LUTs 1920 1900
Delay(ns) 21.679 19.536
VI. CONCLUSION
The design have been made to reduced the
propagation delay With 45% compared to existing
multiplier. The propagation delay for proposed 8-bit
vedic multiplier is found to be 21.679ns. There
complex numbers is much more efficient than
compared with vedic multiplier and execution time
will be speed.
REFERENCES
[1] Prabir Saha, Arindam Banerjee, Partha
Bhattacharyya, Anup Dandapat, “High
speed ASIC design of complex multiplier
using vedic mathematics” , Proceeding of
the 2011 IEEE Students' Technology
Symposium 14-16 January, 2011, lIT
Kharagpur, pp. 237-241.
[2] Shamsiah Suhaili and Othman Sidek,
“Design and implementation of
reconfigurable alu on FPGA”, 3rd
International Conference on Electrical &
Computer Engineering ICECE 2004, 28-30
December 2004, Dhaka, Bangladesh, pp.56-
59.
[3] Sumit Vaidya and Deepak Dandekar,
“Delay-power performance comparison of
multipliers in vlsi circuit design”,
International Journal of Computer Networks
& Communications (IJCNC), Vol.2, No.4,
July 2010, pp.47-56.
[4] P. Mehta, and D. Gawali, "Conventional
versus Vedic mathematical method for
Hardware implementation of a multiplier,"
in Proceedings IEEE International
Conference on Advances in Computing,
Control, and Telecommunication
Technologies, Trivandrum, Kerala, Dec. 28-
29, 2009, pp. 640-642.
[5] J. S. S. B. K. T. Maharaja, Vedic
mathematics, Delhi: Motilal Banarsidass
Publishers Pvt Ltd,(2010).
[6] Prabir Saha, Arindam Banerjee, Partha
Bhattacharyya, Anup Dandapat, “High
speed ASIC design of complex multiplier
using vedic mathematics” , Proceeding of
the 2011 IEEE Students' Technology
Symposium 14-16 January, 2011, lIT
Kharagpur, pp. 237-241.
[7] Shamsiah Suhaili and Othman Sidek, “Speed
Comparison of 16x16 Vedic Multipliers
ICECE 2004, 28-30 December 2004, Dhaka,
Bangladesh, pp.56-59.
[8] Sumit Vaidya and Deepak Dandekar,
“Delay-power performance comparison of
multipliers in vlsi circuit design”,
International Journal of Computer Networks
& Communications (IJCNC), Vol.2, No.4,
July 2010, pp.47-56.
[9] P. Mehta, and D. Gawali, "Conventional
versus Vedic mathematical method for
Hardware implementation of a multiplier,"
in Proceedings IEEE International
Conference on Advances in Computing,
Control, and Telecommunication
Technologies, Trivandrum, Kerala, Dec. 28-
29, 2009, pp. 640-642.
AUTHORS BIOGRAPHY
1.K.V.Rajendra Prasad working as
Assistant Professor in sree
Vidyanikethan Engineering College,
Tirupati. He Completed M.Tech from
sree Vidyanikethan Engineering College
and completed B. Tech From K.S.R.M.
College of Engineering, Kadapa. His
interested areas are Low Power VLSI
and FPGA.
2.G.Nandakishore P.G.Student scholar M.Tech
(VLSI) ECE Department Sree vidyanikethan
engineering college (Autonomous)

Contenu connexe

Tendances

Design and Implentation of High Speed 16x16 CMOS Vedic Multiplier
Design and Implentation of High Speed 16x16 CMOS Vedic MultiplierDesign and Implentation of High Speed 16x16 CMOS Vedic Multiplier
Design and Implentation of High Speed 16x16 CMOS Vedic MultiplierEECJOURNAL
 
Aes encryption engine for many core processor arrays for enhanced security
Aes encryption engine for many core processor arrays for enhanced securityAes encryption engine for many core processor arrays for enhanced security
Aes encryption engine for many core processor arrays for enhanced securityIAEME Publication
 
A Cryptographic Hardware Revolution in Communication Systems using Verilog HDL
A Cryptographic Hardware Revolution in Communication Systems using Verilog HDLA Cryptographic Hardware Revolution in Communication Systems using Verilog HDL
A Cryptographic Hardware Revolution in Communication Systems using Verilog HDLidescitation
 
Fpga implementation of high speed
Fpga implementation of high speedFpga implementation of high speed
Fpga implementation of high speedeeiej
 
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...eeiej_journal
 
JOURNAL PAPER
JOURNAL PAPERJOURNAL PAPER
JOURNAL PAPERRaj kumar
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET Journal
 
Hybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for ClassificationHybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for ClassificationIJCSEA Journal
 
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...IRJET Journal
 
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using VerilogSimulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using Verilogijsrd.com
 
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...IJITCA Journal
 
High speed multiplier using vedic mathematics
High speed multiplier using vedic mathematicsHigh speed multiplier using vedic mathematics
High speed multiplier using vedic mathematicseSAT Publishing House
 
Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...
Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...
Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...eSAT Journals
 
Implementation of an arithmetic logic using area efficient carry lookahead adder
Implementation of an arithmetic logic using area efficient carry lookahead adderImplementation of an arithmetic logic using area efficient carry lookahead adder
Implementation of an arithmetic logic using area efficient carry lookahead adderVLSICS Design
 

Tendances (19)

Design and Implentation of High Speed 16x16 CMOS Vedic Multiplier
Design and Implentation of High Speed 16x16 CMOS Vedic MultiplierDesign and Implentation of High Speed 16x16 CMOS Vedic Multiplier
Design and Implentation of High Speed 16x16 CMOS Vedic Multiplier
 
Vedic
VedicVedic
Vedic
 
Aes encryption engine for many core processor arrays for enhanced security
Aes encryption engine for many core processor arrays for enhanced securityAes encryption engine for many core processor arrays for enhanced security
Aes encryption engine for many core processor arrays for enhanced security
 
A Cryptographic Hardware Revolution in Communication Systems using Verilog HDL
A Cryptographic Hardware Revolution in Communication Systems using Verilog HDLA Cryptographic Hardware Revolution in Communication Systems using Verilog HDL
A Cryptographic Hardware Revolution in Communication Systems using Verilog HDL
 
Fpga implementation of high speed
Fpga implementation of high speedFpga implementation of high speed
Fpga implementation of high speed
 
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
 
JOURNAL PAPER
JOURNAL PAPERJOURNAL PAPER
JOURNAL PAPER
 
A045030105
A045030105A045030105
A045030105
 
I43024751
I43024751I43024751
I43024751
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
 
Hybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for ClassificationHybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for Classification
 
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
 
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using VerilogSimulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
 
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
 
High speed multiplier using vedic mathematics
High speed multiplier using vedic mathematicsHigh speed multiplier using vedic mathematics
High speed multiplier using vedic mathematics
 
Fk3110791084
Fk3110791084Fk3110791084
Fk3110791084
 
B046050711
B046050711B046050711
B046050711
 
Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...
Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...
Implementation of 16 x16 bit multiplication algorithm by using vedic mathemat...
 
Implementation of an arithmetic logic using area efficient carry lookahead adder
Implementation of an arithmetic logic using area efficient carry lookahead adderImplementation of an arithmetic logic using area efficient carry lookahead adder
Implementation of an arithmetic logic using area efficient carry lookahead adder
 

En vedette

Utilization of Industrial Waste Material in GSB Layer
Utilization of Industrial Waste Material in GSB LayerUtilization of Industrial Waste Material in GSB Layer
Utilization of Industrial Waste Material in GSB LayerIJERA Editor
 
Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...
Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...
Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...IJERA Editor
 
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolDesign and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolIJERA Editor
 
Experimental Study for the Different Methods of Generating Millimeter Waves
Experimental Study for the Different Methods of Generating Millimeter WavesExperimental Study for the Different Methods of Generating Millimeter Waves
Experimental Study for the Different Methods of Generating Millimeter WavesIJERA Editor
 
Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...
Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...
Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...IJERA Editor
 
MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...IJERA Editor
 

En vedette (19)

Utilization of Industrial Waste Material in GSB Layer
Utilization of Industrial Waste Material in GSB LayerUtilization of Industrial Waste Material in GSB Layer
Utilization of Industrial Waste Material in GSB Layer
 
Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...
Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...
Synthesis and Structural Characterization of Cu Substituted Ni-Zn Nano-Ferrit...
 
Q04606103106
Q04606103106Q04606103106
Q04606103106
 
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolDesign and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
 
Experimental Study for the Different Methods of Generating Millimeter Waves
Experimental Study for the Different Methods of Generating Millimeter WavesExperimental Study for the Different Methods of Generating Millimeter Waves
Experimental Study for the Different Methods of Generating Millimeter Waves
 
Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...
Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...
Ship Detection from SAR Imagery Using CUDA and Performance Analysis of the Sy...
 
F046063538
F046063538F046063538
F046063538
 
MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...
 
V4501123131
V4501123131V4501123131
V4501123131
 
X4502151157
X4502151157X4502151157
X4502151157
 
R4501100104
R4501100104R4501100104
R4501100104
 
W04505116121
W04505116121W04505116121
W04505116121
 
V04507125128
V04507125128V04507125128
V04507125128
 
Aa04605173182
Aa04605173182Aa04605173182
Aa04605173182
 
K044065257
K044065257K044065257
K044065257
 
O044049498
O044049498O044049498
O044049498
 
N44096972
N44096972N44096972
N44096972
 
M44096368
M44096368M44096368
M44096368
 
K044046872
K044046872K044046872
K044046872
 

Similaire à Al04605265270

ALU Using Area Optimized Vedic Multiplier
ALU Using Area Optimized Vedic MultiplierALU Using Area Optimized Vedic Multiplier
ALU Using Area Optimized Vedic MultiplierIJERA Editor
 
Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...
Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...
Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...VIT-AP University
 
Design of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic MultiplierDesign of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic Multiplierijsrd.com
 
DESIGN OF LOW POWER MULTIPLIER
DESIGN OF LOW POWER MULTIPLIERDESIGN OF LOW POWER MULTIPLIER
DESIGN OF LOW POWER MULTIPLIERIRJET Journal
 
Mini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIERMini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIERj naga sai
 
High Speed Signed multiplier for Digital Signal Processing Applications
High Speed Signed multiplier for Digital Signal Processing ApplicationsHigh Speed Signed multiplier for Digital Signal Processing Applications
High Speed Signed multiplier for Digital Signal Processing ApplicationsIOSR Journals
 
Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates csandit
 
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTSIRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTSIRJET Journal
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesCSITiaesprime
 
A Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaA Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaIJERA Editor
 
A comprehensive study on Applications of Vedic Multipliers in signal processing
A comprehensive study on Applications of Vedic Multipliers in signal processingA comprehensive study on Applications of Vedic Multipliers in signal processing
A comprehensive study on Applications of Vedic Multipliers in signal processingIRJET Journal
 
Iaetsd low power high speed vedic multiplier using reversible
Iaetsd low power high speed vedic multiplier using reversibleIaetsd low power high speed vedic multiplier using reversible
Iaetsd low power high speed vedic multiplier using reversibleIaetsd Iaetsd
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array MultipliersIRJET Journal
 
Verilog Implementation of an Efficient Multiplier Using Vedic Mathematics
Verilog Implementation of an Efficient Multiplier Using Vedic MathematicsVerilog Implementation of an Efficient Multiplier Using Vedic Mathematics
Verilog Implementation of an Efficient Multiplier Using Vedic MathematicsIJERA Editor
 

Similaire à Al04605265270 (20)

ALU Using Area Optimized Vedic Multiplier
ALU Using Area Optimized Vedic MultiplierALU Using Area Optimized Vedic Multiplier
ALU Using Area Optimized Vedic Multiplier
 
Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...
Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...
Low Power 32×32 bit Multiplier Architecture based on Vedic Mathematics Using ...
 
Design of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic MultiplierDesign of Efficient High Speed Vedic Multiplier
Design of Efficient High Speed Vedic Multiplier
 
DESIGN OF LOW POWER MULTIPLIER
DESIGN OF LOW POWER MULTIPLIERDESIGN OF LOW POWER MULTIPLIER
DESIGN OF LOW POWER MULTIPLIER
 
Mini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIERMini Project on 4 BIT SERIAL MULTIPLIER
Mini Project on 4 BIT SERIAL MULTIPLIER
 
F011123134
F011123134F011123134
F011123134
 
High Speed Signed multiplier for Digital Signal Processing Applications
High Speed Signed multiplier for Digital Signal Processing ApplicationsHigh Speed Signed multiplier for Digital Signal Processing Applications
High Speed Signed multiplier for Digital Signal Processing Applications
 
Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates Implemenation of Vedic Multiplier Using Reversible Gates
Implemenation of Vedic Multiplier Using Reversible Gates
 
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTSIRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemes
 
A Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaA Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on Fpga
 
Id3313941396
Id3313941396Id3313941396
Id3313941396
 
Id3313941396
Id3313941396Id3313941396
Id3313941396
 
A comprehensive study on Applications of Vedic Multipliers in signal processing
A comprehensive study on Applications of Vedic Multipliers in signal processingA comprehensive study on Applications of Vedic Multipliers in signal processing
A comprehensive study on Applications of Vedic Multipliers in signal processing
 
Iaetsd low power high speed vedic multiplier using reversible
Iaetsd low power high speed vedic multiplier using reversibleIaetsd low power high speed vedic multiplier using reversible
Iaetsd low power high speed vedic multiplier using reversible
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
 
Content
ContentContent
Content
 
Verilog Implementation of an Efficient Multiplier Using Vedic Mathematics
Verilog Implementation of an Efficient Multiplier Using Vedic MathematicsVerilog Implementation of an Efficient Multiplier Using Vedic Mathematics
Verilog Implementation of an Efficient Multiplier Using Vedic Mathematics
 

Dernier

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Dernier (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Al04605265270

  • 1. Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270 www.ijera.com 265 | P a g e Fpga Implementation of 8-Bit Vedic Multiplier by Using Complex Numbers Gundlapalle Nandakishore, K.V.Rajendra Prasad P.G.Student scholar M.Tech (VLSI) ECE Department Sree vidyanikethan engineering college (Autonomous). Assistant professor ECE Department Sree vidyanikethan engineering college (Autonomous) Abstract The paper describes the implementation of 8-bit vedic multiplier using complex numbers previous technique describes that 8-bit vedic multiplier using barrel shifter by FPGA implementation comparing the both technique in this paper propagation delay is reduced so that processing of speed will be high 8-bit vedic multiplier using barrel shifter propagation delay nearly 22nsec but present technique 8-bit vedic multiplier using complex numbers where propagation delay is 19nsec. The design is implemented and verified by FPGA and ISE simulator. The core was implemented on the Spartan 3E starts board the preferred language is used in verilog. Keywords— Barrel shifter, base selection module, Propagation delay, power index determinant. I. INTRODUCTION Arithmetic operations such as addition, subtraction and multiplication are deployed in various digital circuits to speed up the process of computation. Arithmetic logic unit is also implemented in various processor architectures like RISC [2], CISC etc., In general, arithmetic operations are performed using the packed-decimal format. This means that the fields are first converted to packed- decimal format prior to performing the arithmetic operation, and then converted back to their specified format (if necessary) prior to placing the result in the result field. Vedic mathematics has proved to be the most robust technique for arithmetic operations. In contrast, conventional techniques for multiplication provide significant amount of delay in hardware implementation of n-bit multiplier. Moreover, the combinational delay of the design degrades the performance of the multiplier. Hardware-based multiplication mainly depends upon architecture selection in FPGA or ASIC. In this work we have put into effect a high speed Vedic multiplier using barrel shifter. II. VEDIC SUTRAS Vedic Sutras apply to and cover almost every branch of Mathematics. They apply even to complex problems involving a large number of mathematical operations. Application of the Sutras saves a lot of time and effort in solving the problems, compared to the formal methods presently in vogue. Though the solutions appear like magic, the application of the Sutras is perfectly logical and rational. The computation made on the computers follows, in a way, the principles underlying the Sutras. The Sutras provide not only methods of calculation, but also ways of thinking for their application. Application of the Sutras improves the computational skills of the learners in a wide area of problems, ensuring both speed and accuracy, strictly based on rational and logical reasoning. Application of the Sutras to specific problems involves rational thinking, which, in the process, helps improve intuition that is the bottom - line of the mastery of the mathematical geniuses of the past and the present such as Aryabhatta, Bhaskaracharya, Srinivasa Ramanujan, etc., Multiplier implementation using FPGA has already been reported using different multiplier architectures but the performance of multiplier was improved in proposed design. What we call “Vedic mathematics” is comprised of sixteen simple mathematical formulae from the Vedas [5]. 1. Ekadhikena Purvena 2. Nikhilam navatascaramam Dasatah 3. Urdhva - tiryagbhyam 4. Paravartya Yojayet 5. Sunyam Samya Samuccaye 6. Anurupye - Sunyamanyat 7. Sankalana - Vyavakalanabhyam 8. Puranapuranabhyam 9. Calana - Kalanabhyam 10. Ekanyunena Purvena 11. Anurupyena 12. Adyamadyenantya - mantyena 13. Yavadunam Tavadunikrtya Varganca Yojayet 14. Antyayor Dasakepi 15. Antyayoreva 16. Gunita Samuccayah. RESEARCH ARTICLE OPEN ACCESS
  • 2. Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270 www.ijera.com 266 | P a g e III. PROPOSED MULTIPLIERS URDHWA TIRYAKBHYAM SUTRA As mentioned earlier, Vedic Mathematics can be divided into 16 different sutras to perform mathematical calculations. Among these the UrdhwaTiryakbhyam Sutra is one of the most highly preferred algorithms for performing multiplication. The algorithm is competent enough to be employed for the multiplication of integers as well as binary numbers. The term "Urdhwa Tiryakbhyam” originated from 2Sanskrit words Urdhwa and Tiryakbhyam which mean “vertically” and “crosswise” respectively [7]. The main advantage of utilizing this algorithm in comparison with the existing multiplication techniques, is the fact that it utilizes only logical “AND” operations, half adders and full adders to complete the multiplication operation. Also, the partial products required for multiplication are generated in parallel and a priori to the actual addition thus saving a lot of processing time. Let us consider two 8 bit numbers X7-X0 and Y7-Y0,where 0 to 7 represent bits from the Least Significant Bit(LSB) to the Most Significant Bit (MSB). P0 to P15 represent each bit of the final computed product. It can be seen from equation (1) to (15), that P0 to P15 are calculated by adding partial products, which are calculated previously using the logical AND operation. The individual bits obtained from equations (1) to (15), in turn when concatenated produce the final product of multiplication which is depicted in (16).The carry bits generated during the calculation of the individual bits of the final product are represented from C1 to C30. The carry bits generated in (14) and (15) are ignored since they are superfluous. Fig. 1. Pictorial Illustration of Urdhwa Tiryakbhyam Sutra for multiplication of 2 eight bit numbers The proposed Vedic multiplier is based on the “Urdhva Tiryagbhyam” sutra (algorithm). These Sutras have been traditionally used for the multiplication of two numbers in the decimal number system. In this work, we apply the same ideas to the binary number system to make the proposed algorithm compatible with the digital hardware. It is a general multiplication formula applicable to all cases of multiplication. It literally means “Vertically and Crosswise”. It is based on a novel concept through which the generation of all partial products can be done with the concurrent addition of these partial products. The algorithm can be generalized for n x n bit number. Since the partial products and their sums are calculated in parallel, the multiplier is independent of the clock frequency of the processor. Due to its regular structure, it can be easily layout in microprocessors and designers can easily circumvent these problems to avoid catastrophic device failures. The processing power of multiplier can easily be increased by increasing the input and output data bus widths since it has a quite a regular structure. Due to its regular structure, it can be easily layout in a silicon chip. The Multiplier based on this sutra has the advantage that as the number of bits increases, gate delay and area increases very slowly as compared to other conventional multipliers. Multiplication of two decimal numbers 252 x 846To illustrate this scheme, let us consider the multiplication of two decimal numbers 252 x 846 by Urdhva-Tiryakbhyam method as shown in Fig. 2. The digits on the both sides of the line are multiplied and added with the carry from the previous step. This generates one of the bits of the result and a carry. This carry is added in the next step and hence the process goes on. If more than one line are there in one step, all the results are added to the previous carry. In each step, least significant bit acts as the result bit and all other bits act as carry for the next step. Initially the carry is taken to be zero. Fig. 2. Multiplication of two decimal numbers – 252 x 846
  • 3. Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270 www.ijera.com 267 | P a g e Fig. 3. Simulation results for timing wave forms. IV. PROPOSDMULTIPLIERS NIKHILAM SUTRA Assume that the multiplier is „X‟ and multiplicand is „Y‟. Though the designation of the numbers is different but the architecture implemented is same to some extent for evaluating both the numbers. The mathematical expression for modified nikhilam sutra is given below. P=X*Y= (2^K2)*(X+Z2*2^(K1-K2))+Z1*Z2. Where k1, k2 are the maximum power index of input numbers X and Y respectively. Z1 AND Z2 ARE THE RESIDUES IN THE NUMBERS X AND Y RESPECTIVELY. The hardware deployment of the above expression is partitioned into three blocks. i. Base Selection Module ii. Power index Determinant Module iii. Multiplier. The base selection module (BSM) is used to select the maximum base with respect to the input numbers. The second sub module power index determinant(PID) is used to extract the power index of k1 and k2. The multiplier comprises of base selection module (BSM), power index determinant (PID), sub tractor, barrel shifter, adder/sub tractor as sub-modules in the architecture. A. Base selection module. The base selection module has power index determinant (PID) as the sub-module along with barrel shifter, adder, average determinant, comparator and multiplexer. An input 8-bit number is fed to power index determinant (PID) to interpret maximum power of number which is fed to barrel shifter and adder. The output of the barrel shifter is „n‟ number of shifts with respect to the adder output and the input based to the shifter. Now, the outputs of the barrel shifter are given to the multiplexer with comparator input as a selection line. The outputs of the average determinant and the barrel shifter are fed to the comparator. Fig.4. Base Selection Module, BSM B. Power index determinant. The input number is fed to the shifter which will shift the input bits by one clock cycle. The shifter pin is assigned to shifter to check whether the number is to be shifted or not. In this power index determinant (PID) the sequential searching has been employed to search for first „1‟ in the input number starting from MSB. If the search bit is „0‟ then the counter value will decrement up to the detection of input search bit is „1‟. Now the output of the decrementer is the required power index of the input number. Fig.5. Power Index Determinant C. Multiplier Architecture The base selection module and the power index determinant form integral part of multiplier architecture. The architecture computes the
  • 4. Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270 www.ijera.com 268 | P a g e mathematical expression in equation1.Barrel shifter used in this architecture. The two input numbers are fed to the base selection module from which the base is obtained. The outputs of base selection module (BSM) and the input numbers „X‟ and „Y‟ are fed to the sub tractors. The sub tractor blocks are required to extract the residual parts z1 and z2. The inputs to the power index determinant are from base selection module of respective input numbers. Fig.6. Multiplier Architecture The Nikhilam sutra can also be applicable to binary number system. The compliment of multiplicand or multiplier is represented by taking 2‟s compliment of that number. The right hand side part of the product is implemented using 16X16 bit multiplication. The left hand side part is implemented using 16-bit carry save adder. Hence the multiplication of two 16-bitnumbers is reduced to the multiplication of their compliments and addition. The Block Diagram of Multiplier using Nikhilam Sutra is shown in Fig.7.The two inputs „a‟ and „b‟ represents 16-bit multiplier operand and 16-bit multiplicand operand respectively. The compliment of multiplicand or multiplier is represented by taking 2‟s compliment of that number .So the 2‟s complement block produces the complemented output of 16-bit multiplier operand ( - a ) and 16-bit multiplicand operand ( ). The complemented output of 16-bit multiplier operand and 16-bitmultiplicand operand are two inputs to multiplier. The number of bits required in the right hand side of the product should have16- bits irrespective of the number of bits in the product of compliments. So the surplus 16-bits of the right hand side part of the product is fed to one of the input of carry save adder for left hand part of the result. The left hand side part is implemented using 16-bit carry save adder. The negative of complemented multiplicand is implemented by taking output of the 2‟scomplement block in the left hand side. The three 16-bits input operands of carry saver are 16-bit multiplier, the negative of complemented multiplicand and the surplus 16-bits of the right hand side part of the product. The two output of carry save adder i.e. sum vector and carry vector are inputs to binary adder block. The output of the adder represents left hand side of the answer. The Nikhilam Sutra literally means “all from 9 and last from10”. It is more efficient when the numbers involved are large. The Nikhilam Sutra algorithm is efficient for multiplication only when the magnitudes of both operands are more than half their maximum values. For n-bit numbers, therefore both operands must be larger than 2n-1. Nikhilam Sutra is explained by considering the multiplication of two single digit decimal numbers 8 and 7 where the chosen base is 10 which is nearest to and greater than both these two numbers. Fig.7. The Architecture of proposed Vedic Multiplier using Nikhilam Sutra.
  • 5. Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270 www.ijera.com 269 | P a g e Fig. 8. Simulation results for timing wave forms. V. EXTENSION METHOD COMPLEX NUMBERS Multiplication is the process of adding a number of partial products. Multiplication algorithms differ in terms of partial product generation and partial product addition to produce the final result[8].Higher throughput arithmetic operations are important to achieve the desired performance in many real time signal and image processing applications. With time applications, many researchers have tried to design multipliers which offer either of the following- low power consumption, high speed, regularity of layout and hence less area or even grouping of them in multiplier. Complex number arithmetic computation is a key arithmetic feature in modem digital communication and optical systems. Many algorithms based on convolutions, correlations, and complex filters require complex number multiplication, complex number division, and high- speed inner-products. Among these computations, complex number multipliers and complex number inner-products are becoming more and more demanded in modem digital communication, modem optical systems, and radar systems. Multiplication is an essential operation for high speed hardware implementation of complex number computation. To compute the product of two complex numbers, the conventional method is to use four binary multiplications, one addition, and one subtraction. A = A,+ JA, AND B=B,+ JB, Multiplication of A and B is given by AXE = ARB, - A,B, + j(A,B, +A$,) The paper is organized as follows. In section 2, Vedic multiplication method based on Urdhava Tiryakbhyam sutra is discussed. Section 3 deals with the design of the above said multiplier. Section 4summarizes the experimental results obtained, while section 5 presents the conclusions of the work. Figure 9. Block diagram of complex number multiplier. While implementing complex number multiplication, the multiplication system can be divided into two main components giving the two separate results known as real part (R) and imaginary part (I). R + j I = (A + j B) (C + j D) Gauss‟s algorithm for complex number multiplication gives two separate equations to calculate real and imaginary part of the final result. From equation (1) the real part of the output can be given by (AC - BD), and the imaginary part of the result can be computed using (BC + AD). Thus four separate multiplications and are required to produce the real as well as imaginary part numbers. Multiplication process is the critical part for any complex number multiplier design. There are three major steps involved for multiplication. Partial products are generated in first step. In second step partial product reduction to one row of final sums and carries is done .Third and final stage adds the final sums and carries to give the result. Since the Radix 4 modified Booth algorithm miscapable to reduce the number of partial products by nearly equal to half, this algorithm is used in the first step of implementation of complex number multiplication using Booth‟s method. In the second step Wallace tree structure is used to rapidly reduce the partial product rows to the final two rows giving sums and carries. The multiplication design based onRadix-4
  • 6. Gundlapalle Nandakishore Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 5), June 2014, pp.265-270 www.ijera.com 270 | P a g e modified Booth algorithm consists of two main blocks known as MBE (Modified Booth Encoding) and partial product generator as shown in Fig. 2. Wallace Tree CSA structures have been used to sum the partial products in reduced time. In this regard, combining both algorithms in one multiplier, we can expect a significant reduction in computing multiplications. FIG. 10. SIMULATION RESULTS FOR TIMING WAVE FORMS. Comparison Table. Types of TDC /parameter Vedic multiplier Complex numbers Number of LUTs 1920 1900 Delay(ns) 21.679 19.536 VI. CONCLUSION The design have been made to reduced the propagation delay With 45% compared to existing multiplier. The propagation delay for proposed 8-bit vedic multiplier is found to be 21.679ns. There complex numbers is much more efficient than compared with vedic multiplier and execution time will be speed. REFERENCES [1] Prabir Saha, Arindam Banerjee, Partha Bhattacharyya, Anup Dandapat, “High speed ASIC design of complex multiplier using vedic mathematics” , Proceeding of the 2011 IEEE Students' Technology Symposium 14-16 January, 2011, lIT Kharagpur, pp. 237-241. [2] Shamsiah Suhaili and Othman Sidek, “Design and implementation of reconfigurable alu on FPGA”, 3rd International Conference on Electrical & Computer Engineering ICECE 2004, 28-30 December 2004, Dhaka, Bangladesh, pp.56- 59. [3] Sumit Vaidya and Deepak Dandekar, “Delay-power performance comparison of multipliers in vlsi circuit design”, International Journal of Computer Networks & Communications (IJCNC), Vol.2, No.4, July 2010, pp.47-56. [4] P. Mehta, and D. Gawali, "Conventional versus Vedic mathematical method for Hardware implementation of a multiplier," in Proceedings IEEE International Conference on Advances in Computing, Control, and Telecommunication Technologies, Trivandrum, Kerala, Dec. 28- 29, 2009, pp. 640-642. [5] J. S. S. B. K. T. Maharaja, Vedic mathematics, Delhi: Motilal Banarsidass Publishers Pvt Ltd,(2010). [6] Prabir Saha, Arindam Banerjee, Partha Bhattacharyya, Anup Dandapat, “High speed ASIC design of complex multiplier using vedic mathematics” , Proceeding of the 2011 IEEE Students' Technology Symposium 14-16 January, 2011, lIT Kharagpur, pp. 237-241. [7] Shamsiah Suhaili and Othman Sidek, “Speed Comparison of 16x16 Vedic Multipliers ICECE 2004, 28-30 December 2004, Dhaka, Bangladesh, pp.56-59. [8] Sumit Vaidya and Deepak Dandekar, “Delay-power performance comparison of multipliers in vlsi circuit design”, International Journal of Computer Networks & Communications (IJCNC), Vol.2, No.4, July 2010, pp.47-56. [9] P. Mehta, and D. Gawali, "Conventional versus Vedic mathematical method for Hardware implementation of a multiplier," in Proceedings IEEE International Conference on Advances in Computing, Control, and Telecommunication Technologies, Trivandrum, Kerala, Dec. 28- 29, 2009, pp. 640-642. AUTHORS BIOGRAPHY 1.K.V.Rajendra Prasad working as Assistant Professor in sree Vidyanikethan Engineering College, Tirupati. He Completed M.Tech from sree Vidyanikethan Engineering College and completed B. Tech From K.S.R.M. College of Engineering, Kadapa. His interested areas are Low Power VLSI and FPGA. 2.G.Nandakishore P.G.Student scholar M.Tech (VLSI) ECE Department Sree vidyanikethan engineering college (Autonomous)