SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 242
Comparative Study of Implementation of 8-bit Carry Select Adder using
different Technologies
Uttara Bhatt1, Ameya Tudavekar2, Nishant Sharma3, Swapnil Gite4
1Assistant Professor, Electronics and Telecommunication, Thadomal Shahani Engineering College,
Maharashtra, India
2,3,4Undergraduate Student, Electronics and Telecommunication, Thadomal Shahani Engineering College,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The addition of two numbers represents the most
fundamental arithmetic operation that can be done on two
numbers. The addition of two multi-bit numbers involves the
propagation of a carry component from one stage to the next.
When computations involve large numbersthepropagationof
this carry component presents a bottleneck to overall system
speed as the overall circuit delay is represented by the time
taken to produce the sum of the final input bits. This paper
analyses an eight-bit carry select adder utilizing fourbitcarry
look ahead adders as the individual stages. Further, the carry
look ahead adders have been implemented using three MOS
circuit design styles, Static, Dynamic (MODL) and Pass
Transistor logic.
Key Words: full adder, carry propagation, propagation
delay, carry look ahead adder, carry select adder, static,
dynamic, pass transistor.
1. INTRODUCTION
The mathematical operation of addition is the most
fundamental calculation that can bedonewithtwonumbers.
Addition allows us to combine two numbers and see the
value of the overall result. The addition of two numbers can
produce a carry from the lower digits to the higher digits
depending on the inputs applied. Since a digital adderworks
on binary bits, the additions of two one’s produces a carry
with the sum being zero.
1.1 Full Adder
Adders form an essential part of any arithmetic circuit. In
digital VLSI, the process of addition can be realized using the
following Boolean equation insert Boolean equation thatcan
be implemented using the following three basic logic gates,
the XOR gate to generate the sum part of addition, AND gates
and OR gates to produce the carry from a lower stage to the
next higher stage. The circuit shown in figure-1 represents a
one bit adder full adder which takes three inputs namely A,B
and Cin where A is the first bit, B is the second bit and Cin
represents the carry input from the previous stage.
1.2 Ripple Carry Adder
N-bit adder can be created by cascading N full adders, such
an adder is called a Ripple Carry Adder. The carry of
previous stage is needed to calculate the sum of the next
stage. RCA has the easiest architecture and has theleastarea
required, the complexity and delayincreaseofa RippleCarry
Adder is linear to the increase in the number of bits.
Fig -1: Ripple Carry Adder[3]
1.3 Carry Look Ahead
The Carry Look Ahead adder is a fast adder in which the
generation of successive carry bits is not dependent on
generation of carry from previous bit additions. The extra
segments of this adder are the carry propagate and carry
generate, where the carry propagate will be propagated to
the next stages and the carry generate is responsible for the
advanced generation of carry irrespective of input carry
given to the first stage.[2]
Carry bits are generated simultaneously significantly
mitigating the problem of propagation delay faced in RCA
but at the cost of increased circuitry. A major drawback of
CLA adders is that the increase in circuit complexity is
exponential compared to the increase in input bits hence is
usually limited to 4 bit adders.
Fig -2: Carry Look Ahead[3]
Pi=Ai⊕Bi
Gi=Ai.Bi
Si=Ci⊕Ai⊕Bi
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 243
Where Ai and Bi are the ith input bit, Pi is the propagation
term of ith addition, Gi is the generator term of ith addition, Si
is the ith Sum, and Ci is the ith carry.
1.4 Carry Select Adder
In this configuration, a multiplexor is used along with small
multi-bit adders to create a larger adder. This adder utilizes
two adders forthe high orderbits (one with carry inputas ‘1’
and the other with carry input ‘0’) which are connected to
MUX inputs. The final carry of the lower adder is used as the
control input forthe MUX. Depending on the selectinput,one
of the inputs is routed to the output. The advantage of this
circuit is that the computation of all the bits takes place
simultaneously with the disadvantage being that of the extra
circuitry requirement.
Fig -3: Carry Select Adder[3]
1.5 Pass Transistor
In the pass transistor design, the MOSFET is acting as a
voltage controlled switch which passes the logic connected
to the drain terminal to its source terminal as shown in
figure 4. If the gate voltage Vg is high and input Vdatthegate
is high, then the output at the source is obtained as Vs= Vg-
Vth where Vs is the output voltage at the source and Vth is
the threshold voltage of the MOSFET. If the Vg is low the
circuit is off, and the output node is floating. The advantage
of pass transistor logic is that the design of circuits is
independent of the W/L ratio of transistor and also utilized
the least number of MOSFETs of all the design styles. One
major disadvantage of pass transistor circuits is that is
provides a weak logic ‘1’ as the output voltage drops by one
threshold level in each MOSFET making the cascading of
transistors a problem. Further pass transistor circuits
increase power consumption as there is static power
dissipation in the circuits.
Fig -4: Pass Transistor
1.6 Static CMOS
The Static CMOS Logic is constructed using a PUN and a PDN.
The purpose of the PUN is to provide a connection between
the output node and the supply voltage when the output of
the logic circuit is expected to be high. The PDN connects the
output to the ground when the output is expected to be low.
The PUN and PDN networks are constructed in a mutually
exclusive manner such that either PDN or PUN is conducting
in steady state[5]. One of the major advantages of Static
CMOS logic is that has zero quiescent power dissipation,
where for any applied input state either the PUN or the PDN
remains off [5]. The disadvantage of Static CMOS logic is that
the creation of two complementary networks results in an
increased number of transistors and consequently the area
required is higher. Also the capacitance of the circuits is
comparatively higher than other design styleswhichreduces
the maximum speed of operation of the circuit.
Fig -5: Static CMOS[5]
1.7 Dynamic CMOS
The dynamic logic circuits are constructed using either a
PDN consisting of all NMOSs or a PUN consisting of all
PMOSs. The transistor Mp called the pre-charge transistor is
used to charge the node capacitances totheirfull valueevery
clock cycle when the clock signal is low. When the clock
signal becomes high, the evaluation phase begins during
which the input combinations are evaluated to generate the
logic gate output. The advantage of dynamic logic circuits is
that it requires only transistor network which reduces the
area required and improves circuit speed. However, the
dynamic logic circuits suffer from the problem of charge
sharing and race-around which makes the cascading of two
stages complex requiring the use of charge keeper
transistors and domino logic or zipper logic to fix these
issues.
Fig -6: Dynamic CMOS[5]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 244
2. 8 BIT CARRY SELECTADDERUSING 4BITCARRYLOOK
AHEAD TOPOLOGY
In a standard Carry Select Adder, the lower nibble is added
using a 4-bit RCA and the upper nibble is added using 2
parallel 4-bit RCA. This is a kind of fast adder, but still the
propagation delay from the first stage remains a problem.
The speed of the adder can be further increased by using
another fast adder in place of RCA. The limitation of CLA
adder remains that it is only feasible for 4-bitaddition.Hence
we can use two 4-bit CLA adders in an 8-bit Carry Select
Adder, decreasing the delay time of the adder considerably.
CLA generates parallelcarry terms for all bit additions hence
the delay is minimal. The auxiliary carry bit is given to the
control line of a 2:1 MUX to select a circuit that calculated
further terms using the corresponding carry in.
The two circuits tosimultaneouslycalculatethehighernibble
are exactsamecircuits with the only differenceofthecarryin
fed to each of them. One of the circuit assumes 0 as carry in
and the other as 1. Both the circuitscalculatesumandfurther
carry terms on the assumption of initial carry. Either one of
these circuits are selected corresponding to the actual carry
generated at the first stage via a MUX.
Thiscircuitcan be realized using different MOS technologies,
such as Pass Transistor, Static CMOS, and Dynamic CMOS. In
each of different design style number of transistors used
would be different, and the number of stages required to
realize the same Boolean equation might vary too.
The followingtopologyofadderswassimulatedinmicrowind
dsch software.
Fig -7: Implemented circuit block diagram
3. SIMULATIONS AND RESULTS
Fig -8: Propagation term and generator term using pass
transistor.
Fig -9: 4-bit CLA Adder using pass transistor
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 245
Fig -10: 8-bit Carry Select Adder with 4-bit CLA adder
using pass transistor
Fig -11:8-bit adder using pass transistor simulation
Fig -12: Propagation term and generator term using static
CMOS
Fig -13: 4-bit CLA Adder using static CMOS
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 246
Fig -14: 8-bit Carry Select Adder with 4-bit CLA adder
using static CMOS
Fig -15: 8-bit adder using static CMOS simulation
Fig -16: Propagation term and generator term using
dynamic CMOS
Fig -17: 4-bit CLA Adder using dynamic CMOS
Fig -18: 8-bit Carry Select Adder with 4-bit CLA adder
using dynamic CMOS
Fig -19: 8-bit adder using dynamic CMOS simulation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 247
3. CONCLUSIONS
Using CLA adder instead of RCA makes the circuit
considerably fast. Though due to CLA’s limitation of it being
feasible only for 4-bit addition, the sub part of Carry Select
Adder cannot exceed 4-bits. If one wishes to increase the
number of bits the complexity of circuitry would drastically
increase.
Pass transistor uses a lot less number of transistors but as
the circuit turns to become more and more complex, the
voltage passing from the drain becomes weaker in order to
overcome the threshold voltage of the MOS transistor.
Using CMOS technology provides ease in fabrication. The
static circuit experiences race error which the dynamic
circuit overcomes by the use of pre charge circuit.
Design
Technology
used
NMOS PMOS TOTAL
Pass
Transistor
171 25 196
Static CMOS 177 177 354
Dynamic
CMOS
179 108 287
ACKNOWLEDGEMENT
We would like to thank the EXTC department of Thadomal
Shahani Engineering College for providing us microwind
software which was used for simulation of circuits.
REFERENCES
[1] S. Nagaraj, G.M.Sreerama Reddy, Dr. S.A. Mastani,
Analysis of different Adders using CMOS, CPL and DPL
logic, IEEE 2017.
[2] B. Koyada, N. Meghana, Md. O. Jaleel, P.R. Jeripotula, A
comparative study of Adders, IEEE WISPNET 2017.
[3] L. Pilato, S. Saponara, L. Fanucci, Perormance of Digital
Adder Architecture in 180nm CMOS Standard Cell
Technology, IEEE, 2016.
[4] A. Sajid, A. Nafees, S. Rahman, Design and
Implementation of Low Power 8-bit Carry-Look Ahead
Adder Using Static CMOS Logic and Adiabatic Logic,
IJITES, 2013.
[5] A. Rose, Durga Devi, R. Audaiammam, Design and
performance analysis of 2:1 multoplexer using multiple
logic families at 180nm technology, IEEE RTEICT, 2017.
[6] Manisha, Archana, A Comparative Study of Full Adder
using Static CMOS logic style, IJRET, Vol. 3 Issue 06 jun-
2014.

More Related Content

What's hot

Best practices-lte-call-flow-guide
Best practices-lte-call-flow-guideBest practices-lte-call-flow-guide
Best practices-lte-call-flow-guideMorg
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueNishant Yaduvanshi
 
IRJET- A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...
IRJET-  	  A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...IRJET-  	  A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...
IRJET- A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...IRJET Journal
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIshubham jha
 
Design of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
Design of a Low-Power 1.65 GBPS Data Channel for HDMI TransmitterDesign of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
Design of a Low-Power 1.65 GBPS Data Channel for HDMI TransmitterVLSICS Design
 
Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...
Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...
Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...Cemal Ardil
 
SDH (Synchronous Digital Hierarchy) & Its Architecture
SDH (Synchronous Digital Hierarchy) & Its ArchitectureSDH (Synchronous Digital Hierarchy) & Its Architecture
SDH (Synchronous Digital Hierarchy) & Its Architectureijsrd.com
 
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.comFEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.comMapYourTech
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...IJERA Editor
 
Demodulation of Wi-Fi 802.11g Packets
Demodulation of Wi-Fi 802.11g PacketsDemodulation of Wi-Fi 802.11g Packets
Demodulation of Wi-Fi 802.11g PacketsShamman Noor Shoudha
 
POWER EFFICIENT CARRY PROPAGATE ADDER
POWER EFFICIENT CARRY PROPAGATE ADDERPOWER EFFICIENT CARRY PROPAGATE ADDER
POWER EFFICIENT CARRY PROPAGATE ADDERVLSICS Design
 
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...ijsrd.com
 
Generic framing protocol
Generic framing protocolGeneric framing protocol
Generic framing protocolMapYourTech
 
Palermo serial io_overview
Palermo serial io_overviewPalermo serial io_overview
Palermo serial io_overviewchenna_kesava
 
Call flow and MS attach in LTE
Call flow and MS attach in LTECall flow and MS attach in LTE
Call flow and MS attach in LTEShashank Asthana
 
How otn supercedes over sdh?
How otn supercedes over sdh?How otn supercedes over sdh?
How otn supercedes over sdh?MapYourTech
 

What's hot (20)

Best practices-lte-call-flow-guide
Best practices-lte-call-flow-guideBest practices-lte-call-flow-guide
Best practices-lte-call-flow-guide
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI Technique
 
Sdh technology
Sdh technologySdh technology
Sdh technology
 
IRJET- A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...
IRJET-  	  A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...IRJET-  	  A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...
IRJET- A New High Speed Wide Fan in Carry Look Ahead Adder Design using M...
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDI
 
Introductin sdh-pdh
Introductin sdh-pdhIntroductin sdh-pdh
Introductin sdh-pdh
 
Design of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
Design of a Low-Power 1.65 GBPS Data Channel for HDMI TransmitterDesign of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
Design of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
 
Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...
Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...
Bip based-alarm-declaration-and-clearing-in-sonet-networks-employing-automati...
 
SDH presentation
SDH presentationSDH presentation
SDH presentation
 
SDH (Synchronous Digital Hierarchy) & Its Architecture
SDH (Synchronous Digital Hierarchy) & Its ArchitectureSDH (Synchronous Digital Hierarchy) & Its Architecture
SDH (Synchronous Digital Hierarchy) & Its Architecture
 
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.comFEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
 
Demodulation of Wi-Fi 802.11g Packets
Demodulation of Wi-Fi 802.11g PacketsDemodulation of Wi-Fi 802.11g Packets
Demodulation of Wi-Fi 802.11g Packets
 
POWER EFFICIENT CARRY PROPAGATE ADDER
POWER EFFICIENT CARRY PROPAGATE ADDERPOWER EFFICIENT CARRY PROPAGATE ADDER
POWER EFFICIENT CARRY PROPAGATE ADDER
 
Csfb
CsfbCsfb
Csfb
 
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
 
Generic framing protocol
Generic framing protocolGeneric framing protocol
Generic framing protocol
 
Palermo serial io_overview
Palermo serial io_overviewPalermo serial io_overview
Palermo serial io_overview
 
Call flow and MS attach in LTE
Call flow and MS attach in LTECall flow and MS attach in LTE
Call flow and MS attach in LTE
 
How otn supercedes over sdh?
How otn supercedes over sdh?How otn supercedes over sdh?
How otn supercedes over sdh?
 

Similar to IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder using Different Technologies

IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...IRJET Journal
 
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET Journal
 
IRJET - Low Power Design for Fast Full Adder
IRJET -  	  Low Power Design for Fast Full AdderIRJET -  	  Low Power Design for Fast Full Adder
IRJET - Low Power Design for Fast Full AdderIRJET Journal
 
Efficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyEfficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyIJARIIT
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adderijsrd.com
 
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUEMODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUEIRJET Journal
 
Area, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder TopologiesArea, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder TopologiesVLSICS Design
 
Comparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsComparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsIOSR Journals
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesIOSRJVSP
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleeSAT Publishing House
 
Design And Analysis Of 64-Bit Adders In Cadence Using Different Logic Families
Design And Analysis Of 64-Bit Adders In Cadence Using Different Logic FamiliesDesign And Analysis Of 64-Bit Adders In Cadence Using Different Logic Families
Design And Analysis Of 64-Bit Adders In Cadence Using Different Logic FamiliesIRJET Journal
 
IRJET- FPGA Implementation of High Speed and Low Power Speculative Adder
IRJET-  	  FPGA Implementation of  High Speed and Low Power Speculative AdderIRJET-  	  FPGA Implementation of  High Speed and Low Power Speculative Adder
IRJET- FPGA Implementation of High Speed and Low Power Speculative AdderIRJET Journal
 
Implementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicImplementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicAssociate Professor in VSB Coimbatore
 
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...IRJET Journal
 
a technical review of efficient and high speed adders for vedic multipliers
a technical review of efficient and high speed adders for vedic multipliersa technical review of efficient and high speed adders for vedic multipliers
a technical review of efficient and high speed adders for vedic multipliersINFOGAIN PUBLICATION
 
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder Sravankumar Samboju
 
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...IRJET Journal
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry addereSAT Journals
 

Similar to IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder using Different Technologies (20)

IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
 
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
 
Parallel Adder
Parallel Adder Parallel Adder
Parallel Adder
 
IRJET - Low Power Design for Fast Full Adder
IRJET -  	  Low Power Design for Fast Full AdderIRJET -  	  Low Power Design for Fast Full Adder
IRJET - Low Power Design for Fast Full Adder
 
Efficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyEfficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technology
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adder
 
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUEMODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
 
Area, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder TopologiesArea, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder Topologies
 
Comparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsComparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder Circuits
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic style
 
Design And Analysis Of 64-Bit Adders In Cadence Using Different Logic Families
Design And Analysis Of 64-Bit Adders In Cadence Using Different Logic FamiliesDesign And Analysis Of 64-Bit Adders In Cadence Using Different Logic Families
Design And Analysis Of 64-Bit Adders In Cadence Using Different Logic Families
 
IRJET- FPGA Implementation of High Speed and Low Power Speculative Adder
IRJET-  	  FPGA Implementation of  High Speed and Low Power Speculative AdderIRJET-  	  FPGA Implementation of  High Speed and Low Power Speculative Adder
IRJET- FPGA Implementation of High Speed and Low Power Speculative Adder
 
Implementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicImplementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino Logic
 
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
 
a technical review of efficient and high speed adders for vedic multipliers
a technical review of efficient and high speed adders for vedic multipliersa technical review of efficient and high speed adders for vedic multipliers
a technical review of efficient and high speed adders for vedic multipliers
 
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
 
Q010228189
Q010228189Q010228189
Q010228189
 
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry adder
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder using Different Technologies

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 242 Comparative Study of Implementation of 8-bit Carry Select Adder using different Technologies Uttara Bhatt1, Ameya Tudavekar2, Nishant Sharma3, Swapnil Gite4 1Assistant Professor, Electronics and Telecommunication, Thadomal Shahani Engineering College, Maharashtra, India 2,3,4Undergraduate Student, Electronics and Telecommunication, Thadomal Shahani Engineering College, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The addition of two numbers represents the most fundamental arithmetic operation that can be done on two numbers. The addition of two multi-bit numbers involves the propagation of a carry component from one stage to the next. When computations involve large numbersthepropagationof this carry component presents a bottleneck to overall system speed as the overall circuit delay is represented by the time taken to produce the sum of the final input bits. This paper analyses an eight-bit carry select adder utilizing fourbitcarry look ahead adders as the individual stages. Further, the carry look ahead adders have been implemented using three MOS circuit design styles, Static, Dynamic (MODL) and Pass Transistor logic. Key Words: full adder, carry propagation, propagation delay, carry look ahead adder, carry select adder, static, dynamic, pass transistor. 1. INTRODUCTION The mathematical operation of addition is the most fundamental calculation that can bedonewithtwonumbers. Addition allows us to combine two numbers and see the value of the overall result. The addition of two numbers can produce a carry from the lower digits to the higher digits depending on the inputs applied. Since a digital adderworks on binary bits, the additions of two one’s produces a carry with the sum being zero. 1.1 Full Adder Adders form an essential part of any arithmetic circuit. In digital VLSI, the process of addition can be realized using the following Boolean equation insert Boolean equation thatcan be implemented using the following three basic logic gates, the XOR gate to generate the sum part of addition, AND gates and OR gates to produce the carry from a lower stage to the next higher stage. The circuit shown in figure-1 represents a one bit adder full adder which takes three inputs namely A,B and Cin where A is the first bit, B is the second bit and Cin represents the carry input from the previous stage. 1.2 Ripple Carry Adder N-bit adder can be created by cascading N full adders, such an adder is called a Ripple Carry Adder. The carry of previous stage is needed to calculate the sum of the next stage. RCA has the easiest architecture and has theleastarea required, the complexity and delayincreaseofa RippleCarry Adder is linear to the increase in the number of bits. Fig -1: Ripple Carry Adder[3] 1.3 Carry Look Ahead The Carry Look Ahead adder is a fast adder in which the generation of successive carry bits is not dependent on generation of carry from previous bit additions. The extra segments of this adder are the carry propagate and carry generate, where the carry propagate will be propagated to the next stages and the carry generate is responsible for the advanced generation of carry irrespective of input carry given to the first stage.[2] Carry bits are generated simultaneously significantly mitigating the problem of propagation delay faced in RCA but at the cost of increased circuitry. A major drawback of CLA adders is that the increase in circuit complexity is exponential compared to the increase in input bits hence is usually limited to 4 bit adders. Fig -2: Carry Look Ahead[3] Pi=Ai⊕Bi Gi=Ai.Bi Si=Ci⊕Ai⊕Bi
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 243 Where Ai and Bi are the ith input bit, Pi is the propagation term of ith addition, Gi is the generator term of ith addition, Si is the ith Sum, and Ci is the ith carry. 1.4 Carry Select Adder In this configuration, a multiplexor is used along with small multi-bit adders to create a larger adder. This adder utilizes two adders forthe high orderbits (one with carry inputas ‘1’ and the other with carry input ‘0’) which are connected to MUX inputs. The final carry of the lower adder is used as the control input forthe MUX. Depending on the selectinput,one of the inputs is routed to the output. The advantage of this circuit is that the computation of all the bits takes place simultaneously with the disadvantage being that of the extra circuitry requirement. Fig -3: Carry Select Adder[3] 1.5 Pass Transistor In the pass transistor design, the MOSFET is acting as a voltage controlled switch which passes the logic connected to the drain terminal to its source terminal as shown in figure 4. If the gate voltage Vg is high and input Vdatthegate is high, then the output at the source is obtained as Vs= Vg- Vth where Vs is the output voltage at the source and Vth is the threshold voltage of the MOSFET. If the Vg is low the circuit is off, and the output node is floating. The advantage of pass transistor logic is that the design of circuits is independent of the W/L ratio of transistor and also utilized the least number of MOSFETs of all the design styles. One major disadvantage of pass transistor circuits is that is provides a weak logic ‘1’ as the output voltage drops by one threshold level in each MOSFET making the cascading of transistors a problem. Further pass transistor circuits increase power consumption as there is static power dissipation in the circuits. Fig -4: Pass Transistor 1.6 Static CMOS The Static CMOS Logic is constructed using a PUN and a PDN. The purpose of the PUN is to provide a connection between the output node and the supply voltage when the output of the logic circuit is expected to be high. The PDN connects the output to the ground when the output is expected to be low. The PUN and PDN networks are constructed in a mutually exclusive manner such that either PDN or PUN is conducting in steady state[5]. One of the major advantages of Static CMOS logic is that has zero quiescent power dissipation, where for any applied input state either the PUN or the PDN remains off [5]. The disadvantage of Static CMOS logic is that the creation of two complementary networks results in an increased number of transistors and consequently the area required is higher. Also the capacitance of the circuits is comparatively higher than other design styleswhichreduces the maximum speed of operation of the circuit. Fig -5: Static CMOS[5] 1.7 Dynamic CMOS The dynamic logic circuits are constructed using either a PDN consisting of all NMOSs or a PUN consisting of all PMOSs. The transistor Mp called the pre-charge transistor is used to charge the node capacitances totheirfull valueevery clock cycle when the clock signal is low. When the clock signal becomes high, the evaluation phase begins during which the input combinations are evaluated to generate the logic gate output. The advantage of dynamic logic circuits is that it requires only transistor network which reduces the area required and improves circuit speed. However, the dynamic logic circuits suffer from the problem of charge sharing and race-around which makes the cascading of two stages complex requiring the use of charge keeper transistors and domino logic or zipper logic to fix these issues. Fig -6: Dynamic CMOS[5]
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 244 2. 8 BIT CARRY SELECTADDERUSING 4BITCARRYLOOK AHEAD TOPOLOGY In a standard Carry Select Adder, the lower nibble is added using a 4-bit RCA and the upper nibble is added using 2 parallel 4-bit RCA. This is a kind of fast adder, but still the propagation delay from the first stage remains a problem. The speed of the adder can be further increased by using another fast adder in place of RCA. The limitation of CLA adder remains that it is only feasible for 4-bitaddition.Hence we can use two 4-bit CLA adders in an 8-bit Carry Select Adder, decreasing the delay time of the adder considerably. CLA generates parallelcarry terms for all bit additions hence the delay is minimal. The auxiliary carry bit is given to the control line of a 2:1 MUX to select a circuit that calculated further terms using the corresponding carry in. The two circuits tosimultaneouslycalculatethehighernibble are exactsamecircuits with the only differenceofthecarryin fed to each of them. One of the circuit assumes 0 as carry in and the other as 1. Both the circuitscalculatesumandfurther carry terms on the assumption of initial carry. Either one of these circuits are selected corresponding to the actual carry generated at the first stage via a MUX. Thiscircuitcan be realized using different MOS technologies, such as Pass Transistor, Static CMOS, and Dynamic CMOS. In each of different design style number of transistors used would be different, and the number of stages required to realize the same Boolean equation might vary too. The followingtopologyofadderswassimulatedinmicrowind dsch software. Fig -7: Implemented circuit block diagram 3. SIMULATIONS AND RESULTS Fig -8: Propagation term and generator term using pass transistor. Fig -9: 4-bit CLA Adder using pass transistor
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 245 Fig -10: 8-bit Carry Select Adder with 4-bit CLA adder using pass transistor Fig -11:8-bit adder using pass transistor simulation Fig -12: Propagation term and generator term using static CMOS Fig -13: 4-bit CLA Adder using static CMOS
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 246 Fig -14: 8-bit Carry Select Adder with 4-bit CLA adder using static CMOS Fig -15: 8-bit adder using static CMOS simulation Fig -16: Propagation term and generator term using dynamic CMOS Fig -17: 4-bit CLA Adder using dynamic CMOS Fig -18: 8-bit Carry Select Adder with 4-bit CLA adder using dynamic CMOS Fig -19: 8-bit adder using dynamic CMOS simulation
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 247 3. CONCLUSIONS Using CLA adder instead of RCA makes the circuit considerably fast. Though due to CLA’s limitation of it being feasible only for 4-bit addition, the sub part of Carry Select Adder cannot exceed 4-bits. If one wishes to increase the number of bits the complexity of circuitry would drastically increase. Pass transistor uses a lot less number of transistors but as the circuit turns to become more and more complex, the voltage passing from the drain becomes weaker in order to overcome the threshold voltage of the MOS transistor. Using CMOS technology provides ease in fabrication. The static circuit experiences race error which the dynamic circuit overcomes by the use of pre charge circuit. Design Technology used NMOS PMOS TOTAL Pass Transistor 171 25 196 Static CMOS 177 177 354 Dynamic CMOS 179 108 287 ACKNOWLEDGEMENT We would like to thank the EXTC department of Thadomal Shahani Engineering College for providing us microwind software which was used for simulation of circuits. REFERENCES [1] S. Nagaraj, G.M.Sreerama Reddy, Dr. S.A. Mastani, Analysis of different Adders using CMOS, CPL and DPL logic, IEEE 2017. [2] B. Koyada, N. Meghana, Md. O. Jaleel, P.R. Jeripotula, A comparative study of Adders, IEEE WISPNET 2017. [3] L. Pilato, S. Saponara, L. Fanucci, Perormance of Digital Adder Architecture in 180nm CMOS Standard Cell Technology, IEEE, 2016. [4] A. Sajid, A. Nafees, S. Rahman, Design and Implementation of Low Power 8-bit Carry-Look Ahead Adder Using Static CMOS Logic and Adiabatic Logic, IJITES, 2013. [5] A. Rose, Durga Devi, R. Audaiammam, Design and performance analysis of 2:1 multoplexer using multiple logic families at 180nm technology, IEEE RTEICT, 2017. [6] Manisha, Archana, A Comparative Study of Full Adder using Static CMOS logic style, IJRET, Vol. 3 Issue 06 jun- 2014.