SlideShare a Scribd company logo
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 11, Issue 04 (April 2015), PP.67-70
67
A Novel Efficient VLSI Architecture Modified 16-B SQRT
Carry Select Adder
Sharad Mehra, Jitendra Jain, Manish Saxena
M.Tech Scholar, B.I.S.T, Bhopal.
M.Tech. Professor, B.I.S.T, Bhopal.
M.Tech. Professor, B.I.S.T, Bhopal.
Abstract:- Duet advancement of new technology in the field of VLSI and Embedded system, there is an
increasing demand of high speed and low power consumption processor. Speed of processor greatly depends on
its multiplier as well as adder performance. Due to which high speed adder architecture become important.
Sever a ladder architecture designs have been developed to increase the efficiency of the adder. In this paper,
we introduce an architecture that performs high speed modified carry select adder using boot hen coder (BEC)
Technique. Booth encoder, Mathematics is an ancient Indian system of Mathematics. Here we are introduced
two carry select based design. These designs are implementation Xilinx Vertex device family.
Keywords:- Carry Select Adder (CSA),16-BSQRT CSA, Booth Encoder(BEC).
I. INTRODUCTION
Adders are commonly found in the critical path of many building blocks of micro processors,
microcontroller, digital image processing and digital signal processing chips. Adders are essential not only for
addition, but also for subtraction, multiplication, and division. Addition is one of the fundamental arithmetic
operations. A fast and accurate operation of a digital system is greatly influenced by the performance of the
resident adders. The most important for measuring the quality of adder designs in the past were propagation
delay, and area. In array processing and in multiplication and division, multi-operand addition is often
encountered. More powerful adders are required which can add many numbers instead of two together. The
design of a high-speed multi-operand adder called Carry Save Adder (CSA).A ripple carry adder turns into a
carry-save-adder if the carry is saved (stored) rather than propagate
The name “carries save ‟ arises from the fact that we save the carry-out word instead of using it
immediately to calculate a final sum. The principal idea is that the carry has a higher power of 2 and thus is
routed to the next column. Carry save adder is ideal to add several operands together. Thus, it can prevent time-
consuming carry propagation and speed up computation. Effortthepastshowsthat16-bit CSA is the fastest adder
with in other adders [WA Novel VLSI Architecture for FFT utilizing Proposed 4:2 & 7:2 Compressorang,Y.
Pai,C.Song,X,1998]
II. BOOTHENCODER (BEC)
Booth encoding is a techniques to reduce the number of partial products inn-bit encoder. Booth
encoder change the binary to excess-1converter is used to reduce the area and power consumption in CSA.
Figure1showsthebasicstructureof3-b BEC.TheBooleanexpressionsofthe3-bBECisas
X0= ~B0 (1)
X1=B0^B1 (2)
X2= B2^(B0&B1&B2) (3)
Table1: Function Table of 3-bit Booth Encoder
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
68
The main idea of booth encoder instead of the RCA with RCA (ripple carry adder) and C in=1in order to reduce
the area and power consumption of the16-BSQRTCSA.
Figure 1:3-bit Booth Encoder
III. BASIC STRUCTURE OF 16-B SQRT CSA USING RCA AND BEC
Figure2 shows schematic of the 16-B SQRT CSA using BEC (Binary to excess-1 converter) instead of
the RCA with cin = 1. The structure consists of five groups with different bit size RCA and BEC. Fig shows the
group 2 of the CSA in details and calculation of area and power delay. The group 2 has one 2-B RCA which
has1 full adder (FA) and 1half adder (HA) for Cin = 0 and a 3-B BEC is used instead of another 2-b RCA with
Cin = 1. In similar manner the area and power delay can be calculated for each group.
Figure 2: 16-B SQRT CSA. The parallel RCA with Cin=1 is replaced with BEC.
Figure 3: Basic structure of 6:3 MUX
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
69
IV. PROPOSED STRUCTURE OF 16-B SQRT CSA USING BEC
The structure of the proposed 16-B modified CSA using BEC for RCA with Ci
1isshowninFigure4Inthe proposed architecture we have replaced RCA with a BEC for Ci
1.Themainadvantageof this BEC logic comes from the lesser number of logicg attest an then-bit Full
Adder(FA)structure.
The CSA is used in many computational systems to alleviate the problem of carry propagation delay
by independently generating multiple carries and the select a carry to generate the sum. However, the CSA is
not area efficient because it uses multiple pairs of Ripple Carry Adders (RCA)to generate partial sum and carry
by considering carry input Ci 0and Ci 1, then the final sum and carry are selected by the multiplexers (mux)
Figure 4: 16-B SQRT CSA using Booth Encoder (BEC)
Table2: Compared Result for16-BSQRTCS A using RCA and16-BSQRTCSA using BEC in Sparten
2DeviceFamily using
Table 3: Compared Result for 16-B SQRT CSA using RCA and 16-B SQRT CSA using
BEC in Vertex 2 Device Family using
Design Number of
Slice
Number of
bonded IOBs
4Input
LUTs
Maximum
Combination
Path Delay
16-B
SQRT CSA
using RCA
30 out of
192
53 out of 180 53 out
of 384
28.079ns
16-B
SQRT CSA
using BEC
25 out of
192
50 out of 180 45out
of 384
24.940ns
Design Number of
Slice
Number of
bonded IOBs
4Input
LUTs
Maximum
Combination
Path Delay
16-B
SQRT CSA
using RCA
30 out of
192
53 out of 180 53 out
of 384
14.79lns
16-B
SQRT CSA
using BEC
25 out of
192
50 out of 180 45out
of 384
12.330ns
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
70
Table 4: Compared Result for 16-B SQRT CSA using RCA and 16-B SQRT CSA using BEC in
Vertex E Device Family using
All the designing and experiment regarding algorithms have been captured by VHDL and the
functionality is verified by RTL and gate level simulation. Comparison result for proposed design in Vertex E
device family in has shown the Table1, Table2 andTable3 respectively.
V. CONCLUSION AND FUTURESCOPE
We studied about different adders among compared them by different criteria like number of slice and
Times of that we can judge to know which adder was best suited for situation. After comparing all we came to a
conclusion that Carry Select Adders are best suited for situations where Speed is the only criteria. Similarly
Ripple Carry Adders are best suited for Low Power Applications. But Among all the Carry Select Adder had
the least Area-Delay product that tells us that, it issue table for situations where both low power and fastness
area criteria such that we need a proper balance between both as is the case with our Paper.
ACKNOWLEDGMENT
The authors would like to thanks to our guides, experts and our institute BIST BHOPAL for supporting
and contributing towards the development of the template
REFERENCE
[1]. B. Ramkumar and Harish M Kittur, “Low-Power and Area Efficient Carry Select Adder”, IEEE
Transactions on Very Large Scale Integration (VLSI) Systems, VOL. 20, No. 2 Feb 2012.
[2]. Sajesh Kumar U.a, Mohamed Salih K. K.b Sajith K.,“Design and Implementation of Carry Select
Adder without Using Multiplexers”, 2012 1st International Conference on Emerging Technology
Trends in Electronics, Communication and Networking 978-1-4673-1627-9/12/$31.00 ©2012 IEEE.
[3]. Samiappa Sakthikumaran1, S. Salivahanan, V. S. Kanchana Bhaaskaran2, V. Kavinilavu, B. Brindha
and C. Vinoth, “A Very Fast and Low Power Carry Select Adder Circuit”, 978-1-4244 - 8679-3
/11/$26.00 ©2011 IEEE.
[4]. Padma Devi, Ashima Girdher, Balwinder Singh, “Improved Carry Select Adder with Reduced Area
and Low Power Consumption”, International Journal of Computer Applications (0975 – 8887)
Volume 3 – No.4, June 2010.
[5]. Z. Abid, H. El-Razouk and D.A. El-Dib, “Low power multipliers based on new hybrid full adders”,
Microelectronics Journal, Volume 39, Issue 12, Pages 1509-1515, 2008.
[6]. Hasan Krad and Aws Yousif Al-Taie, “Performance Analysis of a 32-Bit Multiplier with a Carry-
Look-Ahead Adder and a 32-bit Multiplier with a Ripple Adder using VHDL”, Journal of Computer
Science 4 (4): 305-308, 2008.
[7]. Wang, Y. Pai, C.Song, X., “The design of hybrid carry look ahead/ carry-select adders”, Circuits and
Systems II: Analog and Digital Signal Processing, IEEE Transactions on Volume 49, pp.16-24, 2002.
[8]. YotmgjoonKim and Lee-Sup Kim, “A Low Power Carry Select Adder with Reduced Area”, 0-7803-
6685-9/01/$10.0002001 TEEE.
[9]. W. Jeong and K. Roy, “Robust high-performance low power adder”, Proc. of the Asia and South
Pacific Design Automation Conference, pp. 503-506, 2003.
Design Number
of Slice
Number of
Slice flip
flops
4Input
LUTs
Maximum
Combination
Path Delay
16-B
SQRT CSA
using RCA
226 36 384 26.635ns
16-B
SQRT CSA
using BEC
69 36 113 22.001ns

More Related Content

PDF
FPGA Implementation of High Speed Architecture of CSLA using D-Latches
PDF
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
DOCX
High speed and energy-efficient carry skip adder operating under a wide range...
DOCX
Project report on design & implementation of high speed carry select adder
PDF
Design and Implementation of Low-Power and Area-Efficient 64 bit CSLA using VHDL
PDF
Implementation of Area Effective Carry Select Adders
PDF
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
PDF
Design and Verification of Area Efficient Carry Select Adder
FPGA Implementation of High Speed Architecture of CSLA using D-Latches
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
High speed and energy-efficient carry skip adder operating under a wide range...
Project report on design & implementation of high speed carry select adder
Design and Implementation of Low-Power and Area-Efficient 64 bit CSLA using VHDL
Implementation of Area Effective Carry Select Adders
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
Design and Verification of Area Efficient Carry Select Adder

What's hot (20)

PDF
High Speed Carryselect Adder
PPTX
Hybrid Adder
PPT
Low power & area efficient carry select adder
PPT
Design and development of carry select adder
PDF
Implementation of Low Power and Area Efficient Carry Select Adder
DOCX
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
PDF
DESIGN AND IMPLEMENTATION OF LOW POWER ALU USING CLOCK GATING AND CARRY SELEC...
PDF
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
PDF
carry select adder
PPT
32-bit unsigned multiplier by using CSLA & CLAA
DOCX
Area–delay–power efficient carry select adder
PPTX
PPT
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
PPTX
Csla 130319073823-phpapp01-140821210430-phpapp02
PPTX
Design & implementation of high speed carry select adder
PPTX
Array multiplier
PPT
Cmos Arithmetic Circuits
PDF
Report adders
PDF
Design Of 64-Bit Parallel Prefix VLSI Adder For High Speed Arithmetic Circuits
DOCX
Ramya Project
High Speed Carryselect Adder
Hybrid Adder
Low power & area efficient carry select adder
Design and development of carry select adder
Implementation of Low Power and Area Efficient Carry Select Adder
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND IMPLEMENTATION OF LOW POWER ALU USING CLOCK GATING AND CARRY SELEC...
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
carry select adder
32-bit unsigned multiplier by using CSLA & CLAA
Area–delay–power efficient carry select adder
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
Csla 130319073823-phpapp01-140821210430-phpapp02
Design & implementation of high speed carry select adder
Array multiplier
Cmos Arithmetic Circuits
Report adders
Design Of 64-Bit Parallel Prefix VLSI Adder For High Speed Arithmetic Circuits
Ramya Project
Ad

Similar to A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder (20)

PDF
B045060813
PDF
Review on optimized area,delay and power efficient carry select adder using n...
PDF
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
PDF
IJETT-V9P226
PDF
COMPARISON ANALYSIS OF 16-BIT ADDERS
PDF
Cq25550554
PDF
Gq3511781181
PDF
An Area Efficient Adder Design for VLSI Circuits
PDF
Bu34437441
PDF
Analysis of different bit carry look ahead adder using verilog code 2
PDF
J43015355
PDF
Eq36876880
PDF
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
PDF
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
PDF
Implementation of Low Power and Efficient Carry Select Adder using CMOS Hybri...
PDF
IRJET- A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
PDF
Hx3414601462
PDF
Design of high speed area optimized binary coded
PDF
High Speed and Low Power Consumption Carry Skip Adder using Binary to Excess-...
PDF
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
B045060813
Review on optimized area,delay and power efficient carry select adder using n...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
IJETT-V9P226
COMPARISON ANALYSIS OF 16-BIT ADDERS
Cq25550554
Gq3511781181
An Area Efficient Adder Design for VLSI Circuits
Bu34437441
Analysis of different bit carry look ahead adder using verilog code 2
J43015355
Eq36876880
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
Implementation of Low Power and Efficient Carry Select Adder using CMOS Hybri...
IRJET- A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
Hx3414601462
Design of high speed area optimized binary coded
High Speed and Low Power Consumption Carry Skip Adder using Binary to Excess-...
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
Ad

More from IJERD Editor (20)

PDF
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
PDF
MEMS MICROPHONE INTERFACE
PDF
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
PDF
Gold prospecting using Remote Sensing ‘A case study of Sudan’
PDF
Reducing Corrosion Rate by Welding Design
PDF
Router 1X3 – RTL Design and Verification
PDF
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
PDF
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
PDF
Study on the Fused Deposition Modelling In Additive Manufacturing
PDF
Spyware triggering system by particular string value
PDF
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
PDF
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
PDF
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
PDF
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
PDF
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
PDF
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
PDF
Moon-bounce: A Boon for VHF Dxing
PDF
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
PDF
Importance of Measurements in Smart Grid
PDF
Study of Macro level Properties of SCC using GGBS and Lime stone powder
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
MEMS MICROPHONE INTERFACE
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Reducing Corrosion Rate by Welding Design
Router 1X3 – RTL Design and Verification
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Study on the Fused Deposition Modelling In Additive Manufacturing
Spyware triggering system by particular string value
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Moon-bounce: A Boon for VHF Dxing
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
Importance of Measurements in Smart Grid
Study of Macro level Properties of SCC using GGBS and Lime stone powder

Recently uploaded (20)

PDF
Dell Pro 14 Plus: Be better prepared for what’s coming
PDF
Sensors and Actuators in IoT Systems using pdf
PDF
DevOps & Developer Experience Summer BBQ
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Smarter Business Operations Powered by IoT Remote Monitoring
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Belt and Road Supply Chain Finance Blockchain Solution
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PPTX
Telecom Fraud Prevention Guide | Hyperlink InfoSystem
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
PDF
Google’s NotebookLM Unveils Video Overviews
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
PDF
Modernizing your data center with Dell and AMD
Dell Pro 14 Plus: Be better prepared for what’s coming
Sensors and Actuators in IoT Systems using pdf
DevOps & Developer Experience Summer BBQ
Understanding_Digital_Forensics_Presentation.pptx
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Smarter Business Operations Powered by IoT Remote Monitoring
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
NewMind AI Weekly Chronicles - August'25 Week I
Belt and Road Supply Chain Finance Blockchain Solution
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Chapter 3 Spatial Domain Image Processing.pdf
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
Telecom Fraud Prevention Guide | Hyperlink InfoSystem
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
Google’s NotebookLM Unveils Video Overviews
A Day in the Life of Location Data - Turning Where into How.pdf
Modernizing your data center with Dell and AMD

A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 11, Issue 04 (April 2015), PP.67-70 67 A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder Sharad Mehra, Jitendra Jain, Manish Saxena M.Tech Scholar, B.I.S.T, Bhopal. M.Tech. Professor, B.I.S.T, Bhopal. M.Tech. Professor, B.I.S.T, Bhopal. Abstract:- Duet advancement of new technology in the field of VLSI and Embedded system, there is an increasing demand of high speed and low power consumption processor. Speed of processor greatly depends on its multiplier as well as adder performance. Due to which high speed adder architecture become important. Sever a ladder architecture designs have been developed to increase the efficiency of the adder. In this paper, we introduce an architecture that performs high speed modified carry select adder using boot hen coder (BEC) Technique. Booth encoder, Mathematics is an ancient Indian system of Mathematics. Here we are introduced two carry select based design. These designs are implementation Xilinx Vertex device family. Keywords:- Carry Select Adder (CSA),16-BSQRT CSA, Booth Encoder(BEC). I. INTRODUCTION Adders are commonly found in the critical path of many building blocks of micro processors, microcontroller, digital image processing and digital signal processing chips. Adders are essential not only for addition, but also for subtraction, multiplication, and division. Addition is one of the fundamental arithmetic operations. A fast and accurate operation of a digital system is greatly influenced by the performance of the resident adders. The most important for measuring the quality of adder designs in the past were propagation delay, and area. In array processing and in multiplication and division, multi-operand addition is often encountered. More powerful adders are required which can add many numbers instead of two together. The design of a high-speed multi-operand adder called Carry Save Adder (CSA).A ripple carry adder turns into a carry-save-adder if the carry is saved (stored) rather than propagate The name “carries save ‟ arises from the fact that we save the carry-out word instead of using it immediately to calculate a final sum. The principal idea is that the carry has a higher power of 2 and thus is routed to the next column. Carry save adder is ideal to add several operands together. Thus, it can prevent time- consuming carry propagation and speed up computation. Effortthepastshowsthat16-bit CSA is the fastest adder with in other adders [WA Novel VLSI Architecture for FFT utilizing Proposed 4:2 & 7:2 Compressorang,Y. Pai,C.Song,X,1998] II. BOOTHENCODER (BEC) Booth encoding is a techniques to reduce the number of partial products inn-bit encoder. Booth encoder change the binary to excess-1converter is used to reduce the area and power consumption in CSA. Figure1showsthebasicstructureof3-b BEC.TheBooleanexpressionsofthe3-bBECisas X0= ~B0 (1) X1=B0^B1 (2) X2= B2^(B0&B1&B2) (3) Table1: Function Table of 3-bit Booth Encoder
  • 2. A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder 68 The main idea of booth encoder instead of the RCA with RCA (ripple carry adder) and C in=1in order to reduce the area and power consumption of the16-BSQRTCSA. Figure 1:3-bit Booth Encoder III. BASIC STRUCTURE OF 16-B SQRT CSA USING RCA AND BEC Figure2 shows schematic of the 16-B SQRT CSA using BEC (Binary to excess-1 converter) instead of the RCA with cin = 1. The structure consists of five groups with different bit size RCA and BEC. Fig shows the group 2 of the CSA in details and calculation of area and power delay. The group 2 has one 2-B RCA which has1 full adder (FA) and 1half adder (HA) for Cin = 0 and a 3-B BEC is used instead of another 2-b RCA with Cin = 1. In similar manner the area and power delay can be calculated for each group. Figure 2: 16-B SQRT CSA. The parallel RCA with Cin=1 is replaced with BEC. Figure 3: Basic structure of 6:3 MUX
  • 3. A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder 69 IV. PROPOSED STRUCTURE OF 16-B SQRT CSA USING BEC The structure of the proposed 16-B modified CSA using BEC for RCA with Ci 1isshowninFigure4Inthe proposed architecture we have replaced RCA with a BEC for Ci 1.Themainadvantageof this BEC logic comes from the lesser number of logicg attest an then-bit Full Adder(FA)structure. The CSA is used in many computational systems to alleviate the problem of carry propagation delay by independently generating multiple carries and the select a carry to generate the sum. However, the CSA is not area efficient because it uses multiple pairs of Ripple Carry Adders (RCA)to generate partial sum and carry by considering carry input Ci 0and Ci 1, then the final sum and carry are selected by the multiplexers (mux) Figure 4: 16-B SQRT CSA using Booth Encoder (BEC) Table2: Compared Result for16-BSQRTCS A using RCA and16-BSQRTCSA using BEC in Sparten 2DeviceFamily using Table 3: Compared Result for 16-B SQRT CSA using RCA and 16-B SQRT CSA using BEC in Vertex 2 Device Family using Design Number of Slice Number of bonded IOBs 4Input LUTs Maximum Combination Path Delay 16-B SQRT CSA using RCA 30 out of 192 53 out of 180 53 out of 384 28.079ns 16-B SQRT CSA using BEC 25 out of 192 50 out of 180 45out of 384 24.940ns Design Number of Slice Number of bonded IOBs 4Input LUTs Maximum Combination Path Delay 16-B SQRT CSA using RCA 30 out of 192 53 out of 180 53 out of 384 14.79lns 16-B SQRT CSA using BEC 25 out of 192 50 out of 180 45out of 384 12.330ns
  • 4. A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder 70 Table 4: Compared Result for 16-B SQRT CSA using RCA and 16-B SQRT CSA using BEC in Vertex E Device Family using All the designing and experiment regarding algorithms have been captured by VHDL and the functionality is verified by RTL and gate level simulation. Comparison result for proposed design in Vertex E device family in has shown the Table1, Table2 andTable3 respectively. V. CONCLUSION AND FUTURESCOPE We studied about different adders among compared them by different criteria like number of slice and Times of that we can judge to know which adder was best suited for situation. After comparing all we came to a conclusion that Carry Select Adders are best suited for situations where Speed is the only criteria. Similarly Ripple Carry Adders are best suited for Low Power Applications. But Among all the Carry Select Adder had the least Area-Delay product that tells us that, it issue table for situations where both low power and fastness area criteria such that we need a proper balance between both as is the case with our Paper. ACKNOWLEDGMENT The authors would like to thanks to our guides, experts and our institute BIST BHOPAL for supporting and contributing towards the development of the template REFERENCE [1]. B. Ramkumar and Harish M Kittur, “Low-Power and Area Efficient Carry Select Adder”, IEEE Transactions on Very Large Scale Integration (VLSI) Systems, VOL. 20, No. 2 Feb 2012. [2]. Sajesh Kumar U.a, Mohamed Salih K. K.b Sajith K.,“Design and Implementation of Carry Select Adder without Using Multiplexers”, 2012 1st International Conference on Emerging Technology Trends in Electronics, Communication and Networking 978-1-4673-1627-9/12/$31.00 ©2012 IEEE. [3]. Samiappa Sakthikumaran1, S. Salivahanan, V. S. Kanchana Bhaaskaran2, V. Kavinilavu, B. Brindha and C. Vinoth, “A Very Fast and Low Power Carry Select Adder Circuit”, 978-1-4244 - 8679-3 /11/$26.00 ©2011 IEEE. [4]. Padma Devi, Ashima Girdher, Balwinder Singh, “Improved Carry Select Adder with Reduced Area and Low Power Consumption”, International Journal of Computer Applications (0975 – 8887) Volume 3 – No.4, June 2010. [5]. Z. Abid, H. El-Razouk and D.A. El-Dib, “Low power multipliers based on new hybrid full adders”, Microelectronics Journal, Volume 39, Issue 12, Pages 1509-1515, 2008. [6]. Hasan Krad and Aws Yousif Al-Taie, “Performance Analysis of a 32-Bit Multiplier with a Carry- Look-Ahead Adder and a 32-bit Multiplier with a Ripple Adder using VHDL”, Journal of Computer Science 4 (4): 305-308, 2008. [7]. Wang, Y. Pai, C.Song, X., “The design of hybrid carry look ahead/ carry-select adders”, Circuits and Systems II: Analog and Digital Signal Processing, IEEE Transactions on Volume 49, pp.16-24, 2002. [8]. YotmgjoonKim and Lee-Sup Kim, “A Low Power Carry Select Adder with Reduced Area”, 0-7803- 6685-9/01/$10.0002001 TEEE. [9]. W. Jeong and K. Roy, “Robust high-performance low power adder”, Proc. of the Asia and South Pacific Design Automation Conference, pp. 503-506, 2003. Design Number of Slice Number of Slice flip flops 4Input LUTs Maximum Combination Path Delay 16-B SQRT CSA using RCA 226 36 384 26.635ns 16-B SQRT CSA using BEC 69 36 113 22.001ns