Comparison of Various Multipliers for Performance Issues

Slides:



Advertisements
Similar presentations
1 Integer Multipliers. 2 Multipliers A must have circuit in most DSP applications A variety of multipliers exists that can be chosen based on their performance.
Advertisements

Multiplication and Shift Circuits Dec 2012 Shmuel Wimer Bar Ilan University, Engineering Faculty Technion, EE Faculty 1.
Multiplication Schemes Continued
Prof. John Nestor ECE Department Lafayette College Easton, Pennsylvania ECE VLSI Circuit Design Lecture 24 - Subsystem.
Modern VLSI Design 2e: Chapter 6 Copyright  1998 Prentice Hall PTR Topics n Multipliers.
Copyright 2008 Koren ECE666/Koren Part.6b.1 Israel Koren Spring 2008 UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering Digital Computer.
EE 141 Project 2May 8, Outstanding Features of Design Maximize speed of one 8-bit Division by: i. Observing loop-holes in 8-bit division ii. Taking.
EECS Components and Design Techniques for Digital Systems Lec 18 – Arithmetic II (Multiplication) David Culler Electrical Engineering and Computer.
Dec. 6, 2005ELEC Glitch Power1 Low power design: Insert delays to eliminate glitches Yijing Chen Dec.6, 2005 Auburn university.
VLSI Design Spring03 UCSC By Prof Scott Wakefield Final Project By Shaoming Ding Jun Hu
Copyright 2008 Koren ECE666/Koren Part.6a.1 Israel Koren Spring 2008 UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering Digital Computer.
An Extra-Regular, Compact, Low-Power Multiplier Design Using Triple-Expansion Schemes and Borrow Parallel Counter Circuits Rong Lin Ronald B. Alonzo SUNY.
Low-power, High-speed Multiplier Architectures
ECE 4110– Sequential Logic Design
Aug Shift Operations Source: David Harris. Aug Shifter Implementation Regular layout, can be compact, use transmission gates to avoid threshold.
High Speed, Low Power FIR Digital Filter Implementation Presented by, Praveen Dongara and Rahul Bhasin.
Digital Integrated Circuits Chpt. 5Lec /29/2006 CSE477 VLSI Digital Circuits Fall 2002 Lecture 21: Multiplier Design Mary Jane Irwin (
Topic: Arithmetic Circuits Course: Digital Systems Slide no. 1 Chapter # 5: Arithmetic Circuits.
Description and Analysis of MULTIPLIERS using LAVA.
FPGA-Based System Design: Chapter 4 Copyright  2004 Prentice Hall PTR Topics n Multipliers.
Lecture 4 Multiplier using FPGA 2007/09/28 Prof. C.M. Kyung.
EKT 221/4 DIGITAL ELECTRONICS II  Registers, Micro-operations and Implementations - Part3.
Low-Power and Area-Efficient Carry Select Adder on Reconfigurable Hardware Presented by V.Santhosh kumar, B.Tech,ECE,4 th Year, GITAM University Under.
Half-Adder: A combinational circuit which adds two one-bit binary numbers is called a half-adder. The sum column resembles like an output of the XOR gate.
Digital Logic Design (CSNB163)
EKT 221 : Digital 2 Serial Transfers & Microoperations Date : Lecture : 2 hr.
Topics Multipliers..
CPEN Digital System Design
Comparison of Various Multipliers for Performance Issues 24 March Depart. Of Electronics By: Manto Kwan High Speed & Low Power ASIC
UNIT 2. ADDITION & SUBTRACTION OF SIGNED NUMBERS.
Half-Adder:  A combinational circuit which adds two one-bit binary numbers is called a half-adder. oThe sum column resembles like an output of the XOR.
Full Adder Truth Table Conjugate Symmetry A B C CARRY SUM
Array Multiplier Haibin Wang Qiong Wu. Outlines Background & Motivation Principles Implementation & Simulation Advantages & Disadvantages Conclusions.
CHAPTER 18 Circuits for Arithmetic Operations
EKT 221 : Digital 2 Serial Transfers & Microoperations
Multiplier Design [Adapted from Rabaey’s Digital Integrated Circuits, Second Edition, ©2003 J. Rabaey, A. Chandrakasan, B. Nikolic]
CSE477 VLSI Digital Circuits Fall 2003 Lecture 21: Multiplier Design
UNIVERSITY OF MASSACHUSETTS Dept
EKT 221 : Digital 2 Serial Transfers & Microoperations
Combinational Logic Logic circuits for digital systems may be combinational or sequential. A combinational circuit consists of input variables, logic gates,
1 Integer Multipliers. 2 Multipliers A must have circuit in most DSP applications A variety of multipliers exists that can be chosen based on their performance.
Multipliers Multipliers play an important role in today’s digital signal processing and various other applications. The common multiplication method is.
DESIGN AND IMPLEMENTATION OF DIGITAL FILTER
CprE 583 – Reconfigurable Computing
Chap. 8 Datapath Units: Multiplier Design
Sum of Absolute Differences Hardware Accelerator
Unsigned Multiplication
VLSI Arithmetic Lecture 10: Multipliers
Subject Name: Fundamentals Of CMOS VLSI Subject Code: 10EC56
Integer Multipliers.
A.R. Hurson 323 CS Building, Missouri S&T
Topics Multipliers..
Reading: Study Chapter (including Booth coding)
Multioperand Addition
Montek Singh Mon, Mar 28, 2011 Lecture 11
UNIVERSITY OF MASSACHUSETTS Dept
UNIVERSITY OF MASSACHUSETTS Dept
UNIVERSITY OF MASSACHUSETTS Dept
Lecture 9 Digital VLSI System Design Laboratory
XOR Function Logic Symbol  Description  Truth Table 
Instructor: Alexander Stoytchev
UNIVERSITY OF MASSACHUSETTS Dept
Description and Analysis of MULTIPLIERS using LAVA
CHAPTER 18 Circuits for Arithmetic Operations
Appendix J Authors: John Hennessy & David Patterson.
Booth Recoding: Advantages and Disadvantages
Arithmetic Building Blocks
DeMorgan’s Law and Gates
Chapter 14 Arithmetic Circuits (II): Multiplier Rev /12/2003
UNIVERSITY OF MASSACHUSETTS Dept
Presentation transcript:

Comparison of Various Multipliers for Performance Issues By: Manto Kwan High Speed & Low Power ASIC 97.575 24 March 2003. Depart. Of Electronics

Contents Introduction Twin-Piped Serial-Parallel Multiplier Array Multiplier Wallace Tree Multiplier Modified Booth Multiplier Combined Modified Booth-Wallace Tree Multiplier Conclusion 24 March 2003. Depart. Of Electronics, Page 2

Introduction Multiplier plays an very important role in today's digital circuits. The design of high speed, low power consumption, less area, and low irregularity in layout are very important. There are various types of multipliers: Twin-Piped Serial-Parallel Multiplier, Array Multiplier, Wallace Tree Multiplier, Modified Booth Multiplier, and Combined Modified Booth-Wallace Tree Multiplier. 24 March 2003. Depart. Of Electronics, Page 3 24 March 2003. Depart. Of Electronics

Twin-Piped Serial-Parallel Multiplier Odd-indexed data bits and even-indexed data bits are processed in different clock phase and different circuits. Results in double throughput. The multiplier consists of 4 units. 24 March 2003. Depart. Of Electronics, Page 4 24 March 2003. Depart. Of Electronics

Twin-Piped Serial-Parallel Multiplier The multiplicand is fed in parallel. The multiplier is fed in serial. The product is shifted out in series. Use where area and power consumption is restricted and speed is not important. 24 March 2003. Depart. Of Electronics, Page 5 24 March 2003. Depart. Of Electronics

Array Multiplier Regular structure. Partial products are added and then shifted. 24 March 2003. Depart. Of Electronics, Page 6 24 March 2003. Depart. Of Electronics

Wallace Tree Multiplier Partial Sum adders can be re-arranged in a tree-like fashion, reducing the critical path and the number of cells needed. Fig. (a) Only column 3 has to add 4 bits. All others are less complex. 24 March 2003. Depart. Of Electronics, Page 7 24 March 2003. Depart. Of Electronics

Wallace Tree Multiplier Fig. (b) Half Adders (HA) in column 3 & 4. Fig.(c) Full Adders (FA) in column 3, 4, and 5; HA in column 2. Fig. (d) Finally, HA from column 1 to 6. 24 March 2003. Depart. Of Electronics, Page 8 24 March 2003. Depart. Of Electronics

Wallace Tree Multiplier Wallace Tree multiplier implementation. Substantial saving on larger multiplier. 24 March 2003. Depart. Of Electronics, Page 9 24 March 2003. Depart. Of Electronics

Modified Booth Multiplier Reduction on number of partial product by one half on average. Great savings on silicon area and increase in speed as the number of stage reduced by half.

Modified Booth Multiplier 24 March 2003. Depart. Of Electronics, Page 11 24 March 2003. Depart. Of Electronics

Combined Modified Booth-Wallace Tree Multiplier Better area performance due to Modified Booth Algorithm and reduced delay due to Wallace Tree. However, building a regular structure becomes a challenge.

Comparison of 5 different multipliers Wallace tree multiplier and Combined Booth-Wallace tree multiplier have the least delay. Serial Parallel multiplier requires the least area and power when speed is not important.

Conclusion Each multiplier has its own advantage and disadvantage. Choice of a specific multiplier depends on application and constraint on area, power, delay. 24 March 2003. Depart. Of Electronics, Page 14 24 March 2003. Depart. Of Electronics

Design Project Design an 8 bit Array Multiplier Using Logical Effort and Logical Balance. Compare the power consumption and delay. 24 March 2003. Depart. Of Electronics, Page 15 24 March 2003. Depart. Of Electronics

Tentative Schedule Background Research First half of April Designing Third week of April onward Simulations 21-30 April 2003 Presentation 26-28 April 2003 Report 1-5 May 2003 24 March 2003. Depart. Of Electronics, Page 16 24 March 2003. Depart. Of Electronics

The End 24 March 2003. Depart. Of Electronics, Page 17