SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1931
PERFORMANCE ANALYSIS OF A LOW-POWER HIGH-SPEED HYBRID 1-
BIT FULL ADDER CIRCUIT USING CMOS TECHNOLOGIES USING
CADANCE
Megha R1, Vishwanath B R2
1
Mtech, Department of ECE, Rajeev Institute of Technology, Hassan-573201
2
Assistant Professor, Department of ECE, Rajeev Institute of Technology, Hassan-573201
---------------------------------------------------------------------***---------------------------------------------------------------------
ABSTRACT: The general objective of our work is to
investigate the power and delay performances of low-
voltage full adder cells in different CMOS logic styles for the
predominating tree structured arithmetic circuits. A new
hybrid style full adder circuit is also presented. The sum and
carry generation circuits of the proposed full adder are
designed with hybrid logic styles. To operate at ultra-low
supply voltage, the pass logic circuit that cogenerates the
intermediate XOR and XNOR outputs has been improved to
over- come the switching delay problem. As full adders
are frequently employed in a tree structured configuration
for high - performance arithmetic circuits, a cascaded
simulationstructureis introducedto evaluatethefulladders
in a realistic application environment. A systematic and
elegant procedure to scale the transistor for minimal
power-delay product is proposed. The circuits being
studied are optimized for energy efficiency at 180nm,
90nm and 45nm CMOS process technology. With the
proposed simulation environment, it is shown that some
survival cells in standalone operation at low voltage may
fail when cascaded in a larger circuit, either due to the lack
of drivability or unsatisfactory speed of operation. The
proposed hybrid full adder exhibits not only the full swing
logic and balanced out- puts but also strong output
drivability. The increase in the transistor count of its
complementary CMOS output stage is compensated by its
area efficient layout. Therefore, it remains one of the best
contenders for designing large tree structured arithmetic
circuits with reduced energy consumptionwhile keepingthe
increase in area to a minimum. In this report the 1-bit
proposed full adder circuit is designed and also it is also
extended to 4-bits and the results of power and delay were
also tabulated.
KeyWords:FA=FullAdder, HA=Half Adder
1. INTRODUCTION
There are four basic arithmetic operations. Addition
is one of them. Addition of two or more numbers is
broadly utilized in numerous applications of VLSI, for
example in application-specific DSP architectures and
microprocessors. The numbers that are added in VLSI
applications are usually in the form of binary digits that is
in the form of 0’s and 1’s. Addition is the core of many
other operations like subtraction, multiplication, division
and address calculation. In VLSI field, an architecture
called “Adder” is used to add two or more binary digits.
Adder can be either a FA or a HA. This project
concentrates on FA. Thus the main objective of this project
is enhancing the performance of the available one-bit FA
cell.
The requirement for low-powerVLSI systems isconstantly
increasing because of the endless applications emerging
in mobile communication and compact devices. Today’s
compact devices are usually battery operated forexample,
mobile phones, PDA’s, which demands VLSI with less
power consumption. So designers and developers are
facing more problems regarding high performance,
rapid speed, low-power consumptionand narrow silicon
space. Thus constructing a high performance low-power
adder cells are having enormous importance. Therefore in
this project, a well-organized approach for understanding
the adder construction and working is given. It is focused
on splitting the entire FA into several smaller modules.
Every single module is constructed, optimized, and
tested individually. Multiple FA cells are formed by joining
these smaller modules.
FA’s, being the most basic building block of all the
processors, thus remains a key concentration area for the
scientists over the years. Distinctive logic styles with their
own pros and cons were examined to execute 1-bit FA
cells.
The outlines, detailed up until this point, might be
comprehensivelyclassified into two classifications:
Static style: Power leakage is measured during the
Continuous flow of Voltage.
Dynamic style: Power leakage is measured during the
switching ON and OFF of a Circuit.
Static FA’s are usually more stable, less
complicated with low power demand even though the on-
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1932
chip area requirement is more in comparison to its
dynamic counterpart.
FA’s can be constructed using different logics,
namely: Standard static complementary metal–oxide–
semiconductor logic (CMOS), dynamic CMOS logic,
complementary pass-transistor logic (CPL), and
transmission gate full adder (TGA).
Whereas some adders can be constructed by
implementing more than one logic style. Such
architectures are called hybrid-logicdesigns. These hybrid
logic designs makes use of advantageous features of
above mentioned logic styles to enhance the general
execution of the FA. Even though this hybrid logic style
offers promising execution, a large portion of these
designs encounter a poor driving capacity which results
in the definite reduction in their execution in cascaded
mode of functioning if the reasonablydesigned buffersare
excluded.
Hybrid Full Adders are used in the battery-operated
compact gadgets such as Mobile phones, PDA’s, and
notebooks which require VLSI, and ULSI designs with a
better power delay aspects. It is used in the Processorchip
like Snap dragon, Intel Pentium for CPU part, which
consists of ALU. This block is used to carry out the
operations like addition, subtraction, multiplication etc.
1.1 Literature Survey
In computer arithmetic the FA’s can be categorized into
two fundamental classes. The first class includes
Ripple Carry Adders (RCA) and Array Multipliers. These
architectures are constructed by arranging the full adders
in chain where the output of first adder is the input to the
next adder. Thus in these designs the critical path travels
from carry-in of the first FA to the carry-out of the last FA.
Here the generation of the carry-out signal should be
quick otherwise; the late carry-out signal not only
increases the delay but also create more disturbance and
glitches in the succeeding stages subsequently ending up
consuming more power.
The second class includes Wallace Dadda tree multipliers
and multiplier-less digital filters were described in P. J.
Song et al.[1] , A. P. Chandrakasan et al.[2] and C. H.
Chang et al.[3], which forms a tree like architecture. FA’s
in these architecturesforms a tree of fewlayerstopack the
partial products to a carry saved number before a last
carry propagation adder changes over it to a typical binary
number. These multiplier designsare provedto be quicker
than its chain structured architectures. However, these
tree structured architectures are more complicated
because of their irregular structure and lengthy
interconnections.Thus,this unpredictablestructure makes
the layout bit complicate and takes wide silicon area.
Lengthy interconnections will possibly bring down the
execution in ultra deep submicron process. Thus a
methodology has been presented in C.H Chang et al.[3],
this paper is used to considerablyimprovethe efficiencyin
using silicon area by making the FA’s to avoid the cross-
stage interconnections as much as possible, without
disturbing the connectivity in individual stages. In these
designs three outputs from the upper adder stage acts as
the inputs to the lower adder stage in order to provide
flexibility for redistributing the cells. Due to this feature,
the outputs namely sum and carry-out of the FA’s are
obtained synchronously thus reducing the glitches in the
lower stages.
N. H. E. Westeet.al[4] described that CMOS logic. The
standard complementary (CMOS) style-based adder
usually consists of 28 transistors. This design shows
more robustness against transistor sizing voltage scaling
but the design needs high input capacitance and buffers
thus it prove to be its major disadvantage.
J. M. Rabacyet,al[5] describes the complementary design
to the CMOS FA is the mirror adder, which
consumes almost same power and consists of same
number of transistors as of CMOS style but the delay in
the path through whichcarrypropagates withinthe adder
is generally less in comparison to that of the standard
CMOS FA.
D. Radhakrishnan[6] and C.H Chang et al.[3] were
described the CPL Full Adder. CPL consists of 32
transistors with a better voltage swing. Even though it has
a better voltage swing it’s not a suitable choice for
applications which requires low power. The major
limitations of CPL are regular “ON” and “OFF” of
intermediatenodes, overloading of its inputs,requirement
of more number of transistors and static inverters.
R. Zimmermann et al.[7] and A. M. Shams Et
al.[8]describes the major limitation of CPL is the voltage
degradation that has been effectively over come in TGA,
which requires only about 20 transistors for designing
the FA. But the other limitations of CPL like, slow-speed
and more power consumption are always been the major
issues to be concentrated. Thus, the researchers came
with a more effective approach which includes the
advantageous features of various logic styles in order to
improve the overall performance of the design called as
the “Hybrid logic approach”.
Vesterbacka et al.[9] presented an approach for
implementing a FA using more than one logic style which
employs 14-Transistors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1933
Zhang et al.[10]has proposed hybrid pass logic withstatic
CMOS output drive FA (HPSC). This HPSC circuit uses a
pass transistor logic employing only six transistors where
the XNOR and XOR functions are synchronously
obtained and it is made used in CMOS module so as to get
full swing outputs of the FA but demands more number of
transistors and also decreases the speed. In spite of
the reality that the hybrid logic styles provides good
performance, but most of these hybrid logic adders
encounter poor driving capability issue and thus their
performance gets corrupted drastically when functioning
in a cascaded mode without a well designed buffers.
This paper concentrates on the tree structured
architectures for examining the FA’s being optimized and
simulated in the presented tree structure simulation
environment. Another objective is to prolong the life span
of battery operated compact electronics in order to limit
the energy usage per arithmetic operation. Here low
power consumption does not mean low energy. To
complete any arithmetic operation, a circuit can utilize
very low power by clocking at exceptionallylow frequency
but it needs more time to complete the entire operation.
One of the objectives of this project is to study the energy
efficiency of the FA’s designed using various logic styles
with a decreasing input voltage in an 180nm technology.
The main aim of this project is to enhance various
specifications such as delay, power and transistor count of
the FA in comparison to the already existing logic style’s.
1.2 PROBLEM DEFNITION
The problem being faced is designing of a Hybrid
FA using Cadence virtuoso 180-nm, 90-nm and 45-nm
technology is to reduce delay, area and power of a circuit.
In the literature survey it is evident that the CCMOS logic
utilizes28-Transistors, similarly in the CPL and TGA Logic
uses 32T and 20T. These structures are not suitable for a
suitable choice for low-power applications because of
various limitations as discussed in the literature survey.
The main drawbacks of these structures are voltage
degradation in the output voltage levels and slow
response, high power utilization and high area occupied.
Therefore with the concern on power, area and speed,
design and develop a hybrid full adder structure and
validation of these structure in different technologiesthat
is 180nm, 90nm and 45nm using cadence tool.
2.PROPOSED METHODOLOGY
The suggested FA circuits were prescribed by 3 blocks is
represented in Fig-1. Module-1 and module-2 were XNOR
modules, that will produce a sum signal (SUM) and
module-3 creates the 𝐶𝑜𝑢𝑡(output carry signal). Each
module is composed separately with the end goal that the
whole adder circuit is upgraded in terms of power, area
and delay
.
Fig-1: Schematic structure of proposed full adder
2.1 Altered XNOR-Module
In the suggested FA circuit, XNOR-module is in charge of
the majority of the power utilization of the whole adder
circuit. Subsequently, this module is intended to limit the
power to the most desirable extend with by passing the
voltage degeneration probability.
Fig-2: XNOR module.
The Modified XNOR circuit as demonstrated in a Fig-2 has
a power utilization is decreasing remarkably by careful
utilization of a weak inverter framed by Mp1 and Mn1
transistors. Moving faster into the levels of a outputsignals
is ensured by level restoring of Mp3 and Mn3transistors.
Different topology of XOR/XNOR is already being
described. The XOR/XNOR utilizes 4T’s at the price of a
low logic swing. Contrarily, the XOR/XNOR described in
utilizes a 6T’s to obtain preferred logic swing equated to
a 4T XOR/XNOR circuit. Here the XNOR module houses
6T, but having distinctive transistor organization than
that of 6T XOR/XNOR. The XNOR circuit introduced in
this work is having a low power and high speed when
compared with the 6T XOR/XNOR circuit.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1934
2.2 Carry Generation Module
The transistors Mp7, Mp8, Mn7, and Mn8 are depicted
in Fig-3 represents a output carry signal. Through a TG’s
(Mn7 and Mp7), the input carry signal (𝐶𝑖𝑛) is being
propagated. This will causes a reduction in a overall carry
propagation path. The intentional utilizationofstrongTG’s
ensured further decrease in propagation delay of a carry
signal.
.
Fig-3:Carry generation module.
The CMOS and TGA logic developed a new concept of
Hybrid Adder in different CMOS technologies using
Cadence and compare the different technologyresultsand
analyze the Adder performance of the area, power and
delay
2.1.1 Operation of the proposed FA.
Fig-4: The circuit representation of proposed FA.
The Fig-4 demonstrates the detail outline of the
proposed FA. The “sum” is being a output of a FA is formed
by the 2-XNORmodules. The transistors Mp1 and Mn1 of
the inverter will generate B, it is successfully utilized to
plan the controlled inverter utilizing a transistor pair Mp2
and Mn2. However, it is having some voltage degeneration
issue, which is being removed by utilizing a 2 pass
transistors Mp3 and Mn3.pMOStransistors(Mp4,Mp5,and
Mp6) and nMOS transistors (Mn4, Mn5,and Mn6)
comprehend to a second stageXNORmoduletoforma total
Sum operation. Looking at a truth table of a FA, the action
for 𝐶𝑜𝑢𝑡is being generated and abstracted as follows:
If, A = B, then𝐶𝑜𝑢𝑡= B; else𝐶𝑜𝑢𝑡=𝐶𝑖𝑛.
The unity between inputs A and B is analyzed by AʘB
operation. In the event that they are same, at that
point𝐶𝑜𝑢𝑡 is equal to B, it is achieved by utilizing the TG
acknowledged by transistors Mp8 and Mn8. Contrarily,the
input carry signal𝐶𝑖𝑛is emulated as 𝐶𝑜𝑢𝑡which is achieved
by other TG comprising of transistors Mp7 and Mn7.
3. PRINCIPLE OF IMPLEMENTING A PROPOSED
FULL ADDER
First design and develop 1-bit proposed full adder
using Cadence virtuoso and check the result in ADEL
waveform window. 1 bit hybrid Full adder is designed by
Hybridizing (that is combining) XNOR Module and Carry
generation Module using Cadence virtuoso and check the
result in ADEL waveform window. Validation and the
results were also analyzed for 1 bit hybrid FA of
180nm, 90nm and 45nm technology using the Cadence
virtuosotool. The 1 bit hybrid FA circuit is extended to 4-
bit FA circuit. By using the four 1 bit FA’s which is
connected in series. After applying the inputs Validation
and the results were also analyzed for 4 bit hybrid FA
of 180nm, 90nm and 45nm technology using Cadence
virtuoso tool.
3.1 SPECIFICATIONSANALYSIS
1) Power Analysis: Power measurement is being one of
a key factor for designing a current VLSI circuits. Overall
power loss includes static and dynamic losses.
𝑷𝒕𝒐𝒕𝒂𝒍=𝑷𝑺𝒕𝒂𝒕𝒊𝒄+𝑷𝑫𝒚𝒏𝒂𝒎𝒊𝒄 ……(1)
Conflict to early days, as a dynamic power losses
conquered any additional form of power losses, with a
latest move to UDSM level designing; currently static
power losses too have become a major worry.
There are two types of Power losses they are
 Static Power loss: Power leakage is calculated
during the continuous flow of Voltage.
 Dynamic Power loss: Powerleakageiscalculated
during the turning on and off of a circuit.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1935
2) Delay or Lag Analysis: As a raiseincountofinversion
levels in series will lead to a enhancement in lag of a
circuit. Interconnect capacitance, junction capacitance,
Inter wire capacitance, intra wire capacitance; each of
these capacitances will matters for the improved delays.
𝒕𝒑𝒅 = (𝐂/𝐈) 𝚫𝐕 ……(2)
Logical effort(C/I) details for all these factors
quantitatively. Dynamic circuits were built with the
purpose to utilize the internal capacitances to grip
some important information which in case of static
circuits is merely because of delays. These circuits
sustained to be very beneficial when fast operation
speeds are essential.
3.2 SIMULATION ANALYSIS
Each circuit is simulated using BSIM 3V3 180nm, 90nm
and 45nm technology on Tanner EDA tool. Every circuits
are being simulated on explicitly similar input patterns
which valid for impartial testing environment. Each
simulation is being operated on a bound of voltages
1.8v,1.2v and 1v for 180nm, 90nm and 45nm
technologies respectively. Schematics of 1 bit FA and 4
bit FA for 180nm, 90nm and 45nm technology were
designed and simulated for the results.
3.3 CIRCUIT IMPLEMENTATIONOF 1-BIT PROPOSED
FA
The Circuit realization of 1-bit proposed FA of 180nm
technology is as shown in the Schematic Fig-5.
Fig- 5: Schematic representation of 1-bitproposed full
adder of 180nm technology
It includes 16 transistors of 180nm as theminimum
possible length in 180nm technology. The schematic
consist of A, B,𝐶𝑖𝑛, vdd and gnd as inputs and 𝐶𝑜𝑢𝑡 and
Sum as outputs. In this circuit module1 and module2 is
implemented with XNOR module to get Sum as the output,
but module3 is implemented by carry generation module
to get 𝐶𝑜𝑢𝑡 as the output. The nMOS and pMOS will be set
to L=180nm and W=2μm respectively as a default value.
3.4 CIRCUIT IMPLEMENTATIONOF 1-BIT PROPOSED
FA OF 90nm TECHNOLOGY
The Circuit implementation of 1-bit proposed FA of 90nm
technology is as shown in the Schematic Fig-6, which
consist of 16 transistors of 90nm as the minimum possible
length in 90nm technology. The schematic consist of A, B,
𝐶𝑖𝑛, vdd and gnd as inputs and 𝐶𝑜𝑢𝑡 and Sum asoutputs.In
this circuit module1 and module2 is implemented with
XNOR module to get Sum as the output, but module3 is
implemented by carry generation module to get 𝐶𝑜𝑢𝑡 as
the output. The nMOS and pMOS will be set to L=100nm
and W=120nm respectively as a default value.
Fig-6: Schematic representation of 1-bit proposed full
adder of 90nm technology
3.5 CIRCUIT IMPLEMENTATIONOF 1-BIT
PROPOSED FA OF 45nm TECHNOLOGY
The Circuit implementation of 1-bit proposed FA of
45nm technology is as shown in theSchematicFig-7,which
consist of 16 transistors of 90nm as the minimum possible
length in 45nm technology. The schematic consist of A, B,
𝐶𝑖𝑛, vdd and gnd as inputs and 𝐶𝑜𝑢𝑡 and Sum asoutputs.In
this circuit module1 and module2 is implemented with
XNOR module to get Sum as the output, but module3 is
implemented by carry generation module to get 𝐶𝑜𝑢𝑡 as
the output. The nMOS and pMOS will be set to L=45nm and
W=120nm respectively as a default value.
Fig-7: Schematic representation of 1-bit proposed
full adder of 45nm technology
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1936
3.6 CIRCUIT IMPLEMENTATION OF 4-BIT
PROPOSED FULL ADDER
Till now we have discussed about the 1-bitproposedFA
circuit. By using 1-bit proposed FA circuit we can extend our
design by connecting the full adder circuit in series. The 4-bit
proposed FA circuit is interpreted as shown in the Fig-8 and is
being implemented in 180nm, 90nm and 45nm technologies.
To implement 4-bit proposed full adder circuit, four 1-bit FA
symbols are connected in series with 𝐴0−3(𝐴0, 𝐴1, 𝐴2 , 𝐴3),
𝐵0−3(𝐵0 , 𝐵1 , 𝐵2 , 𝐵3),𝐶𝑖𝑛 , vdd and gnd as input pins, and
𝐶0−3(𝐶0, 𝐶1, 𝐶2 , 𝐶3) and 𝑆0−3(𝑆0 , 𝑆1 , 𝑆2, 𝑆3) as output pins.
The carry generated in the first 1-bit adder is fed as 𝐶𝑖𝑛andthe
process repeats till the last adder.
Fig -8: Schematic representation of 4-bit proposed full
adder of 180nm technology.
4 RESULTS
The Test Schematic representation and output
waveform of 1-bit proposed FA and 4-bit proposed FA is
obtained and is shown for different technologies like 180nm,
90nm and 45nm as shown in the figures below
Fig-9: Test Schematic representation of 1-bit proposed FA
circuit of 180nm technology
Fig -10: Test Schematic representation of 1-bit proposed
FA circuit of 90nm technology
Fig -11: Test Schematic representation of 1-bit proposed
FA circuit of 45nm technology
Fig-12: Transient response of 1-bit proposed FA.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1937
Sl.no. Parameters 180nm 90nm 45nm
1 Static Power
(µw)
43.15 2.342 0.3115
2 Dynamic
Power(nw)
0.6447 892.1 0.09397
3 Power
dissipation
(µw)
43.1506 3.2341 0.31159
Table -1: Results comparison of power between various
technologies for 1-bit proposed full adder.
Table -2: Results comparison between various technologies
for 1-bit proposed full adder.
Sl.no. Parameters 180nm 90nm 45nm
1 Operating
voltage
1.8v 1.2v 1v
2 Power(µw) 15.115 0.18315 0.10937
3 Current(µA) 8.3975 0.14965 0.10937
4 Transmission
Delay(pS)
86.39 81.62 25.99
5 DC Power (µw) 37.39 7.767 5.275
6 Power
dissipation
(µW)
12.190 0.8490 0.0709
8 Storage
capacity
1-bit 1-bit 1-bit
9 Hybrid full
adder
implementatio
n
16T 16T 16T
10 Operating
Temperature
27 °C 27 °C 27 °C
Fig -13: Test Schematic representation of 4-bit proposed
FA of 180nm technology
Fig-14:Transient response of 4-bit proposed FA
Table -3: Results comparison of power between various
technologies for 4-bit proposed full adder.
Sl.
no
Parameters 180nm 90nm 45nm
1 Static Power (µW) 12.19 0.6259 0.07091
2 Dynamic Power
(nW)
0.1553 223.1 0.02425
3 Power Dissipation
(µW)
12.190 0.8490 0.0709
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1938
Table -4: Results comparison between various
technologies for 4-bit proposed full adder.
Sl.no Parameters 180nm 90nm 45nm
1 Operating
voltage
1.8v 1.2v 1v
2 Power(µw) 27.56623
5
2.817567
2
0.07831
6827
3 Transmission
Delay(pS)
112 103.3 92.93
4 Power
dissipation
(µw)
43.1506 3.2341 0.31159
4. CONCLUSIONS
In this work, a low power hybrid 1 bit and 4 bit FA has
been presented. The simulation is done by utilizing
standard Cadence Virtuoso tools with 180nm, 90nm
and 45nm technologies and results of another standard
design approaches are compared. In the previous work
they are using a TGA Logic for both carry and sum block.
But the proposed 1-bit FA combining the two different
structures that is TGA for carry block and CCMOS for Sum
block. Therefore the proposed structure of 1-bit FA
uses only 16T’s instead of 20T’s compared with the
previous work.
The proposed 1-bit FA is compared with the different
technologies with different parameters(Propagationdelay
and power dissipation). The comparison statements are
briefly discussed in result section.
The Transmission Delay of 1-bit FA in 180nm is 86.39ps,
90nm is 81.62ps and 45nm is 25.99ps. Similarly Power
dissipation of 1-bit FA in 180nm is 12.1901µw, for 90nm
is 0.8490 and 45nm is 0.0709µw.
The 1-bit proposed FA circuit is extended to 4-bit and the
results compared with the same technologies. The
operating voltages required are decreases when
technology shrinks. Similarly the power consumption
reduces with the technology shrinks. Thus we can say
that area can be reduced with the decrease in transistors
widths and length.
The Transmission Delay of 4-bit FA in 180nm is 112ps,
90nm is 103.3ps and 45nm is 92.93ps. Power
dissipation of 4-bit FA in 180nm is 43.1506 µw, 90nm is
3.2341µw and 45nm is 0.31159µw.
Finally this methodimprovedschemeis proposed.
This method compared with different technologies
saves more hardware resources. For the further reduction
of hardware we can perform the ASIC design flow by
doing this we can greatly reduce the number of logics
hence we can reduce the hardware utilization and also we
can reduce the area gate and power.
4.1 FUTURE WORK
As a future scope, enhancing the execution of 1 bit
FA’s can be executed by changing the value of W/L
proportions. Utilizing the design of 1 bit proposed FA
blocks, we can implement a 2 bit, 4 bit, 8 bit, 16 bit, 32 bit,
64 bit Subtractor/Adder circuits. These adders can also be
design and differentiate using different possible nm
technologies like 180nm, 90nm, 65nm, 32nm, 22nm, and
so on.
REFERENCES
[1]. P. J. Song and G. De Micheli, “Circuit and architecture
trade-offs for high-speed multiplication,”IEEEJ. Solid-
State Circuits, vol. 26, no. 9,pp. 1184–1198, Sep. 1991.
[2]. A. P. Chandrakasan and R. W. Brodersen, Low Power
Digital CMOS Design. Norwell, MA: Kluwer, 1995.
[3]. C. H. Chang, J. M. Gu, and M. Zhang, “A review of
0.18-μm full adder performances for tree structured
arithmetic circuits,” IEEE Trans. VeryLarge Scale Integr.
(VLSI) Syst., vol. 13, no. 6, pp. 686–695, Jun.
2005.
[4]. N. H. E. Weste, D. Harris, and A. Banerjee, CMOS
VLSI Design: A Circuits and Systems Perspective, 3rd
ed. Delhi, India: Pearson Education, 2006.
[5]. J. M. Rabaey, A. Chandrakasan, and B. Nikolic, Digital
Integrated Circuits: A Design Perspective, 2nd ed.
Delhi, India: Pearson Education,2003.
[6]. D. Radhakrishnan, “Low-voltage low-power CMOS
full adder,” IEE Proc.-Circuits Devices Syst., vol. 148, no. 1,
pp. 19–24, Feb. 2001.
[7]. R. Zimmermann and W. Fichtner, “Low-power logic
styles: CMOS versus pass-transistor logic,” IEEE J.
Solid-State Circuits, vol. 32, no. 7, pp. 1079–1090,
[8]. A. M. Shams, T. K. Darwish, and M. A. Bayoumi,
“Performance analysis of low-power 1-bit CMOS full
adder cells,” IEEE Trans. Very Large Scale Integr.
(VLSI) Syst., vol. 10, no. 1, pp. 20–29, Feb. 2002.
[9]. M. Vesterbacka,“A 14-transistorCMOS full adder with
full voltage swing nodes,” in Proc. IEEE Workshop
Signal Process. Syst. (SiPS), Taipei, Taiwan, Oct. 1999,
pp. 713–722.
[10]. Z. Wang, G. Jullien, and W. C. Miller, “A new design
technique for column compression multipliers,” IEEE
Trans. Comput., vol. 44, no. 8, pp. 962–970, Aug. 1995

More Related Content

What's hot

PLA Minimization -Testing
PLA Minimization -TestingPLA Minimization -Testing
PLA Minimization -TestingDr.YNM
 
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
 
IRJET- Power Scheduling Algorithm based Power Optimization of Mpsocs
IRJET-  	  Power Scheduling Algorithm based Power Optimization of MpsocsIRJET-  	  Power Scheduling Algorithm based Power Optimization of Mpsocs
IRJET- Power Scheduling Algorithm based Power Optimization of MpsocsIRJET Journal
 
Modified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFModified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFIJERA Editor
 
IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...
IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...
IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...IRJET Journal
 
Dual technique of reconfiguration and capacitor placement for distribution sy...
Dual technique of reconfiguration and capacitor placement for distribution sy...Dual technique of reconfiguration and capacitor placement for distribution sy...
Dual technique of reconfiguration and capacitor placement for distribution sy...IJECEIAES
 
Vlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpgaVlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpgaeSAT Publishing House
 
Your PCB Power Delivery Network (PDN) Gives Your Board Life
Your PCB Power Delivery Network (PDN) Gives Your Board LifeYour PCB Power Delivery Network (PDN) Gives Your Board Life
Your PCB Power Delivery Network (PDN) Gives Your Board LifeEMA Design Automation
 
A Survey on Low Power VLSI Designs
A Survey on Low Power VLSI Designs A Survey on Low Power VLSI Designs
A Survey on Low Power VLSI Designs IJEEE
 
A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...
A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...
A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...VLSICS Design
 
Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...
Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...
Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...IAES-IJPEDS
 
Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...
Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...
Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...IRJET Journal
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notesDr.YNM
 
VOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITS
VOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITSVOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITS
VOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITSVLSICS Design
 

What's hot (18)

PLA Minimization -Testing
PLA Minimization -TestingPLA Minimization -Testing
PLA Minimization -Testing
 
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
 
VLSI GDI Technology
VLSI GDI TechnologyVLSI GDI Technology
VLSI GDI Technology
 
IRJET- Power Scheduling Algorithm based Power Optimization of Mpsocs
IRJET-  	  Power Scheduling Algorithm based Power Optimization of MpsocsIRJET-  	  Power Scheduling Algorithm based Power Optimization of Mpsocs
IRJET- Power Scheduling Algorithm based Power Optimization of Mpsocs
 
Modified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFModified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERF
 
IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...
IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...
IRJET- A Implementation of High Speed On-Chip Monitoring Circuit by using SAR...
 
Dual technique of reconfiguration and capacitor placement for distribution sy...
Dual technique of reconfiguration and capacitor placement for distribution sy...Dual technique of reconfiguration and capacitor placement for distribution sy...
Dual technique of reconfiguration and capacitor placement for distribution sy...
 
Hx3313651367
Hx3313651367Hx3313651367
Hx3313651367
 
Vlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpgaVlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpga
 
Power Supply Webinar
Power Supply WebinarPower Supply Webinar
Power Supply Webinar
 
Your PCB Power Delivery Network (PDN) Gives Your Board Life
Your PCB Power Delivery Network (PDN) Gives Your Board LifeYour PCB Power Delivery Network (PDN) Gives Your Board Life
Your PCB Power Delivery Network (PDN) Gives Your Board Life
 
My CV
My CVMy CV
My CV
 
A Survey on Low Power VLSI Designs
A Survey on Low Power VLSI Designs A Survey on Low Power VLSI Designs
A Survey on Low Power VLSI Designs
 
A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...
A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...
A Bus Encoding Method for Crosstalk and Power Reduction in RC Coupled VLSI In...
 
Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...
Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...
Analysis of Harmonics and Ripple Current in Multi-Module Converters with Incr...
 
Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...
Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...
Different Leakage Power Reduction Techniques in SRAM Circuits : A State-of-th...
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notes
 
VOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITS
VOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITSVOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITS
VOLTAGE STACKING FOR SIMPLIFYING POWER MANAGEMENT IN ASYNCHRONOUS CIRCUITS
 

Similar to Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circuit using Cmos Technologies using Cadance

Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitDesign and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitAssociate Professor in VSB Coimbatore
 
Implementation of Area Effective Carry Select Adders
Implementation of Area Effective Carry Select AddersImplementation of Area Effective Carry Select Adders
Implementation of Area Effective Carry Select AddersKumar Goud
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
NEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITS
NEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITSNEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITS
NEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITSVLSICS Design
 
Optimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueOptimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueIJERA Editor
 
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGALOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGAVLSICS Design
 
A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...ijsrd.com
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET Journal
 
A Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueA Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueIJERA Editor
 
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...VLSICS Design
 
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...VLSICS Design
 
IRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET Journal
 
Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...
Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...
Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...IJSRP Journal
 
Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...IRJET Journal
 

Similar to Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circuit using Cmos Technologies using Cadance (20)

Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitDesign and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
 
Design of Multiplier using Low Power CMOS Technology
Design of Multiplier using Low Power CMOS TechnologyDesign of Multiplier using Low Power CMOS Technology
Design of Multiplier using Low Power CMOS Technology
 
Implementation of Area Effective Carry Select Adders
Implementation of Area Effective Carry Select AddersImplementation of Area Effective Carry Select Adders
Implementation of Area Effective Carry Select Adders
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
NEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITS
NEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITSNEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITS
NEW DESIGN METHODOLOGIES FOR HIGH-SPEED MIXED-MODE CMOS FULL ADDER CIRCUITS
 
P0450495100
P0450495100P0450495100
P0450495100
 
Optimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueOptimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating Technique
 
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGALOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
 
A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...A verilog based simulation methodology for estimating statistical test for th...
A verilog based simulation methodology for estimating statistical test for th...
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
 
A Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueA Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI technique
 
Ch33509513
Ch33509513Ch33509513
Ch33509513
 
Ch33509513
Ch33509513Ch33509513
Ch33509513
 
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
 
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
SURVEY ON POWER OPTIMIZATION TECHNIQUES FOR LOW POWER VLSI CIRCUIT IN DEEP SU...
 
IRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full Adders
 
Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...
Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...
Design of High pass and Low pass Filter using CMOS Operational Trans-conducta...
 
Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...
 

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

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
★ 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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circuit using Cmos Technologies using Cadance

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1931 PERFORMANCE ANALYSIS OF A LOW-POWER HIGH-SPEED HYBRID 1- BIT FULL ADDER CIRCUIT USING CMOS TECHNOLOGIES USING CADANCE Megha R1, Vishwanath B R2 1 Mtech, Department of ECE, Rajeev Institute of Technology, Hassan-573201 2 Assistant Professor, Department of ECE, Rajeev Institute of Technology, Hassan-573201 ---------------------------------------------------------------------***--------------------------------------------------------------------- ABSTRACT: The general objective of our work is to investigate the power and delay performances of low- voltage full adder cells in different CMOS logic styles for the predominating tree structured arithmetic circuits. A new hybrid style full adder circuit is also presented. The sum and carry generation circuits of the proposed full adder are designed with hybrid logic styles. To operate at ultra-low supply voltage, the pass logic circuit that cogenerates the intermediate XOR and XNOR outputs has been improved to over- come the switching delay problem. As full adders are frequently employed in a tree structured configuration for high - performance arithmetic circuits, a cascaded simulationstructureis introducedto evaluatethefulladders in a realistic application environment. A systematic and elegant procedure to scale the transistor for minimal power-delay product is proposed. The circuits being studied are optimized for energy efficiency at 180nm, 90nm and 45nm CMOS process technology. With the proposed simulation environment, it is shown that some survival cells in standalone operation at low voltage may fail when cascaded in a larger circuit, either due to the lack of drivability or unsatisfactory speed of operation. The proposed hybrid full adder exhibits not only the full swing logic and balanced out- puts but also strong output drivability. The increase in the transistor count of its complementary CMOS output stage is compensated by its area efficient layout. Therefore, it remains one of the best contenders for designing large tree structured arithmetic circuits with reduced energy consumptionwhile keepingthe increase in area to a minimum. In this report the 1-bit proposed full adder circuit is designed and also it is also extended to 4-bits and the results of power and delay were also tabulated. KeyWords:FA=FullAdder, HA=Half Adder 1. INTRODUCTION There are four basic arithmetic operations. Addition is one of them. Addition of two or more numbers is broadly utilized in numerous applications of VLSI, for example in application-specific DSP architectures and microprocessors. The numbers that are added in VLSI applications are usually in the form of binary digits that is in the form of 0’s and 1’s. Addition is the core of many other operations like subtraction, multiplication, division and address calculation. In VLSI field, an architecture called “Adder” is used to add two or more binary digits. Adder can be either a FA or a HA. This project concentrates on FA. Thus the main objective of this project is enhancing the performance of the available one-bit FA cell. The requirement for low-powerVLSI systems isconstantly increasing because of the endless applications emerging in mobile communication and compact devices. Today’s compact devices are usually battery operated forexample, mobile phones, PDA’s, which demands VLSI with less power consumption. So designers and developers are facing more problems regarding high performance, rapid speed, low-power consumptionand narrow silicon space. Thus constructing a high performance low-power adder cells are having enormous importance. Therefore in this project, a well-organized approach for understanding the adder construction and working is given. It is focused on splitting the entire FA into several smaller modules. Every single module is constructed, optimized, and tested individually. Multiple FA cells are formed by joining these smaller modules. FA’s, being the most basic building block of all the processors, thus remains a key concentration area for the scientists over the years. Distinctive logic styles with their own pros and cons were examined to execute 1-bit FA cells. The outlines, detailed up until this point, might be comprehensivelyclassified into two classifications: Static style: Power leakage is measured during the Continuous flow of Voltage. Dynamic style: Power leakage is measured during the switching ON and OFF of a Circuit. Static FA’s are usually more stable, less complicated with low power demand even though the on-
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1932 chip area requirement is more in comparison to its dynamic counterpart. FA’s can be constructed using different logics, namely: Standard static complementary metal–oxide– semiconductor logic (CMOS), dynamic CMOS logic, complementary pass-transistor logic (CPL), and transmission gate full adder (TGA). Whereas some adders can be constructed by implementing more than one logic style. Such architectures are called hybrid-logicdesigns. These hybrid logic designs makes use of advantageous features of above mentioned logic styles to enhance the general execution of the FA. Even though this hybrid logic style offers promising execution, a large portion of these designs encounter a poor driving capacity which results in the definite reduction in their execution in cascaded mode of functioning if the reasonablydesigned buffersare excluded. Hybrid Full Adders are used in the battery-operated compact gadgets such as Mobile phones, PDA’s, and notebooks which require VLSI, and ULSI designs with a better power delay aspects. It is used in the Processorchip like Snap dragon, Intel Pentium for CPU part, which consists of ALU. This block is used to carry out the operations like addition, subtraction, multiplication etc. 1.1 Literature Survey In computer arithmetic the FA’s can be categorized into two fundamental classes. The first class includes Ripple Carry Adders (RCA) and Array Multipliers. These architectures are constructed by arranging the full adders in chain where the output of first adder is the input to the next adder. Thus in these designs the critical path travels from carry-in of the first FA to the carry-out of the last FA. Here the generation of the carry-out signal should be quick otherwise; the late carry-out signal not only increases the delay but also create more disturbance and glitches in the succeeding stages subsequently ending up consuming more power. The second class includes Wallace Dadda tree multipliers and multiplier-less digital filters were described in P. J. Song et al.[1] , A. P. Chandrakasan et al.[2] and C. H. Chang et al.[3], which forms a tree like architecture. FA’s in these architecturesforms a tree of fewlayerstopack the partial products to a carry saved number before a last carry propagation adder changes over it to a typical binary number. These multiplier designsare provedto be quicker than its chain structured architectures. However, these tree structured architectures are more complicated because of their irregular structure and lengthy interconnections.Thus,this unpredictablestructure makes the layout bit complicate and takes wide silicon area. Lengthy interconnections will possibly bring down the execution in ultra deep submicron process. Thus a methodology has been presented in C.H Chang et al.[3], this paper is used to considerablyimprovethe efficiencyin using silicon area by making the FA’s to avoid the cross- stage interconnections as much as possible, without disturbing the connectivity in individual stages. In these designs three outputs from the upper adder stage acts as the inputs to the lower adder stage in order to provide flexibility for redistributing the cells. Due to this feature, the outputs namely sum and carry-out of the FA’s are obtained synchronously thus reducing the glitches in the lower stages. N. H. E. Westeet.al[4] described that CMOS logic. The standard complementary (CMOS) style-based adder usually consists of 28 transistors. This design shows more robustness against transistor sizing voltage scaling but the design needs high input capacitance and buffers thus it prove to be its major disadvantage. J. M. Rabacyet,al[5] describes the complementary design to the CMOS FA is the mirror adder, which consumes almost same power and consists of same number of transistors as of CMOS style but the delay in the path through whichcarrypropagates withinthe adder is generally less in comparison to that of the standard CMOS FA. D. Radhakrishnan[6] and C.H Chang et al.[3] were described the CPL Full Adder. CPL consists of 32 transistors with a better voltage swing. Even though it has a better voltage swing it’s not a suitable choice for applications which requires low power. The major limitations of CPL are regular “ON” and “OFF” of intermediatenodes, overloading of its inputs,requirement of more number of transistors and static inverters. R. Zimmermann et al.[7] and A. M. Shams Et al.[8]describes the major limitation of CPL is the voltage degradation that has been effectively over come in TGA, which requires only about 20 transistors for designing the FA. But the other limitations of CPL like, slow-speed and more power consumption are always been the major issues to be concentrated. Thus, the researchers came with a more effective approach which includes the advantageous features of various logic styles in order to improve the overall performance of the design called as the “Hybrid logic approach”. Vesterbacka et al.[9] presented an approach for implementing a FA using more than one logic style which employs 14-Transistors.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1933 Zhang et al.[10]has proposed hybrid pass logic withstatic CMOS output drive FA (HPSC). This HPSC circuit uses a pass transistor logic employing only six transistors where the XNOR and XOR functions are synchronously obtained and it is made used in CMOS module so as to get full swing outputs of the FA but demands more number of transistors and also decreases the speed. In spite of the reality that the hybrid logic styles provides good performance, but most of these hybrid logic adders encounter poor driving capability issue and thus their performance gets corrupted drastically when functioning in a cascaded mode without a well designed buffers. This paper concentrates on the tree structured architectures for examining the FA’s being optimized and simulated in the presented tree structure simulation environment. Another objective is to prolong the life span of battery operated compact electronics in order to limit the energy usage per arithmetic operation. Here low power consumption does not mean low energy. To complete any arithmetic operation, a circuit can utilize very low power by clocking at exceptionallylow frequency but it needs more time to complete the entire operation. One of the objectives of this project is to study the energy efficiency of the FA’s designed using various logic styles with a decreasing input voltage in an 180nm technology. The main aim of this project is to enhance various specifications such as delay, power and transistor count of the FA in comparison to the already existing logic style’s. 1.2 PROBLEM DEFNITION The problem being faced is designing of a Hybrid FA using Cadence virtuoso 180-nm, 90-nm and 45-nm technology is to reduce delay, area and power of a circuit. In the literature survey it is evident that the CCMOS logic utilizes28-Transistors, similarly in the CPL and TGA Logic uses 32T and 20T. These structures are not suitable for a suitable choice for low-power applications because of various limitations as discussed in the literature survey. The main drawbacks of these structures are voltage degradation in the output voltage levels and slow response, high power utilization and high area occupied. Therefore with the concern on power, area and speed, design and develop a hybrid full adder structure and validation of these structure in different technologiesthat is 180nm, 90nm and 45nm using cadence tool. 2.PROPOSED METHODOLOGY The suggested FA circuits were prescribed by 3 blocks is represented in Fig-1. Module-1 and module-2 were XNOR modules, that will produce a sum signal (SUM) and module-3 creates the 𝐶𝑜𝑢𝑡(output carry signal). Each module is composed separately with the end goal that the whole adder circuit is upgraded in terms of power, area and delay . Fig-1: Schematic structure of proposed full adder 2.1 Altered XNOR-Module In the suggested FA circuit, XNOR-module is in charge of the majority of the power utilization of the whole adder circuit. Subsequently, this module is intended to limit the power to the most desirable extend with by passing the voltage degeneration probability. Fig-2: XNOR module. The Modified XNOR circuit as demonstrated in a Fig-2 has a power utilization is decreasing remarkably by careful utilization of a weak inverter framed by Mp1 and Mn1 transistors. Moving faster into the levels of a outputsignals is ensured by level restoring of Mp3 and Mn3transistors. Different topology of XOR/XNOR is already being described. The XOR/XNOR utilizes 4T’s at the price of a low logic swing. Contrarily, the XOR/XNOR described in utilizes a 6T’s to obtain preferred logic swing equated to a 4T XOR/XNOR circuit. Here the XNOR module houses 6T, but having distinctive transistor organization than that of 6T XOR/XNOR. The XNOR circuit introduced in this work is having a low power and high speed when compared with the 6T XOR/XNOR circuit.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1934 2.2 Carry Generation Module The transistors Mp7, Mp8, Mn7, and Mn8 are depicted in Fig-3 represents a output carry signal. Through a TG’s (Mn7 and Mp7), the input carry signal (𝐶𝑖𝑛) is being propagated. This will causes a reduction in a overall carry propagation path. The intentional utilizationofstrongTG’s ensured further decrease in propagation delay of a carry signal. . Fig-3:Carry generation module. The CMOS and TGA logic developed a new concept of Hybrid Adder in different CMOS technologies using Cadence and compare the different technologyresultsand analyze the Adder performance of the area, power and delay 2.1.1 Operation of the proposed FA. Fig-4: The circuit representation of proposed FA. The Fig-4 demonstrates the detail outline of the proposed FA. The “sum” is being a output of a FA is formed by the 2-XNORmodules. The transistors Mp1 and Mn1 of the inverter will generate B, it is successfully utilized to plan the controlled inverter utilizing a transistor pair Mp2 and Mn2. However, it is having some voltage degeneration issue, which is being removed by utilizing a 2 pass transistors Mp3 and Mn3.pMOStransistors(Mp4,Mp5,and Mp6) and nMOS transistors (Mn4, Mn5,and Mn6) comprehend to a second stageXNORmoduletoforma total Sum operation. Looking at a truth table of a FA, the action for 𝐶𝑜𝑢𝑡is being generated and abstracted as follows: If, A = B, then𝐶𝑜𝑢𝑡= B; else𝐶𝑜𝑢𝑡=𝐶𝑖𝑛. The unity between inputs A and B is analyzed by AʘB operation. In the event that they are same, at that point𝐶𝑜𝑢𝑡 is equal to B, it is achieved by utilizing the TG acknowledged by transistors Mp8 and Mn8. Contrarily,the input carry signal𝐶𝑖𝑛is emulated as 𝐶𝑜𝑢𝑡which is achieved by other TG comprising of transistors Mp7 and Mn7. 3. PRINCIPLE OF IMPLEMENTING A PROPOSED FULL ADDER First design and develop 1-bit proposed full adder using Cadence virtuoso and check the result in ADEL waveform window. 1 bit hybrid Full adder is designed by Hybridizing (that is combining) XNOR Module and Carry generation Module using Cadence virtuoso and check the result in ADEL waveform window. Validation and the results were also analyzed for 1 bit hybrid FA of 180nm, 90nm and 45nm technology using the Cadence virtuosotool. The 1 bit hybrid FA circuit is extended to 4- bit FA circuit. By using the four 1 bit FA’s which is connected in series. After applying the inputs Validation and the results were also analyzed for 4 bit hybrid FA of 180nm, 90nm and 45nm technology using Cadence virtuoso tool. 3.1 SPECIFICATIONSANALYSIS 1) Power Analysis: Power measurement is being one of a key factor for designing a current VLSI circuits. Overall power loss includes static and dynamic losses. 𝑷𝒕𝒐𝒕𝒂𝒍=𝑷𝑺𝒕𝒂𝒕𝒊𝒄+𝑷𝑫𝒚𝒏𝒂𝒎𝒊𝒄 ……(1) Conflict to early days, as a dynamic power losses conquered any additional form of power losses, with a latest move to UDSM level designing; currently static power losses too have become a major worry. There are two types of Power losses they are  Static Power loss: Power leakage is calculated during the continuous flow of Voltage.  Dynamic Power loss: Powerleakageiscalculated during the turning on and off of a circuit.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1935 2) Delay or Lag Analysis: As a raiseincountofinversion levels in series will lead to a enhancement in lag of a circuit. Interconnect capacitance, junction capacitance, Inter wire capacitance, intra wire capacitance; each of these capacitances will matters for the improved delays. 𝒕𝒑𝒅 = (𝐂/𝐈) 𝚫𝐕 ……(2) Logical effort(C/I) details for all these factors quantitatively. Dynamic circuits were built with the purpose to utilize the internal capacitances to grip some important information which in case of static circuits is merely because of delays. These circuits sustained to be very beneficial when fast operation speeds are essential. 3.2 SIMULATION ANALYSIS Each circuit is simulated using BSIM 3V3 180nm, 90nm and 45nm technology on Tanner EDA tool. Every circuits are being simulated on explicitly similar input patterns which valid for impartial testing environment. Each simulation is being operated on a bound of voltages 1.8v,1.2v and 1v for 180nm, 90nm and 45nm technologies respectively. Schematics of 1 bit FA and 4 bit FA for 180nm, 90nm and 45nm technology were designed and simulated for the results. 3.3 CIRCUIT IMPLEMENTATIONOF 1-BIT PROPOSED FA The Circuit realization of 1-bit proposed FA of 180nm technology is as shown in the Schematic Fig-5. Fig- 5: Schematic representation of 1-bitproposed full adder of 180nm technology It includes 16 transistors of 180nm as theminimum possible length in 180nm technology. The schematic consist of A, B,𝐶𝑖𝑛, vdd and gnd as inputs and 𝐶𝑜𝑢𝑡 and Sum as outputs. In this circuit module1 and module2 is implemented with XNOR module to get Sum as the output, but module3 is implemented by carry generation module to get 𝐶𝑜𝑢𝑡 as the output. The nMOS and pMOS will be set to L=180nm and W=2μm respectively as a default value. 3.4 CIRCUIT IMPLEMENTATIONOF 1-BIT PROPOSED FA OF 90nm TECHNOLOGY The Circuit implementation of 1-bit proposed FA of 90nm technology is as shown in the Schematic Fig-6, which consist of 16 transistors of 90nm as the minimum possible length in 90nm technology. The schematic consist of A, B, 𝐶𝑖𝑛, vdd and gnd as inputs and 𝐶𝑜𝑢𝑡 and Sum asoutputs.In this circuit module1 and module2 is implemented with XNOR module to get Sum as the output, but module3 is implemented by carry generation module to get 𝐶𝑜𝑢𝑡 as the output. The nMOS and pMOS will be set to L=100nm and W=120nm respectively as a default value. Fig-6: Schematic representation of 1-bit proposed full adder of 90nm technology 3.5 CIRCUIT IMPLEMENTATIONOF 1-BIT PROPOSED FA OF 45nm TECHNOLOGY The Circuit implementation of 1-bit proposed FA of 45nm technology is as shown in theSchematicFig-7,which consist of 16 transistors of 90nm as the minimum possible length in 45nm technology. The schematic consist of A, B, 𝐶𝑖𝑛, vdd and gnd as inputs and 𝐶𝑜𝑢𝑡 and Sum asoutputs.In this circuit module1 and module2 is implemented with XNOR module to get Sum as the output, but module3 is implemented by carry generation module to get 𝐶𝑜𝑢𝑡 as the output. The nMOS and pMOS will be set to L=45nm and W=120nm respectively as a default value. Fig-7: Schematic representation of 1-bit proposed full adder of 45nm technology
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1936 3.6 CIRCUIT IMPLEMENTATION OF 4-BIT PROPOSED FULL ADDER Till now we have discussed about the 1-bitproposedFA circuit. By using 1-bit proposed FA circuit we can extend our design by connecting the full adder circuit in series. The 4-bit proposed FA circuit is interpreted as shown in the Fig-8 and is being implemented in 180nm, 90nm and 45nm technologies. To implement 4-bit proposed full adder circuit, four 1-bit FA symbols are connected in series with 𝐴0−3(𝐴0, 𝐴1, 𝐴2 , 𝐴3), 𝐵0−3(𝐵0 , 𝐵1 , 𝐵2 , 𝐵3),𝐶𝑖𝑛 , vdd and gnd as input pins, and 𝐶0−3(𝐶0, 𝐶1, 𝐶2 , 𝐶3) and 𝑆0−3(𝑆0 , 𝑆1 , 𝑆2, 𝑆3) as output pins. The carry generated in the first 1-bit adder is fed as 𝐶𝑖𝑛andthe process repeats till the last adder. Fig -8: Schematic representation of 4-bit proposed full adder of 180nm technology. 4 RESULTS The Test Schematic representation and output waveform of 1-bit proposed FA and 4-bit proposed FA is obtained and is shown for different technologies like 180nm, 90nm and 45nm as shown in the figures below Fig-9: Test Schematic representation of 1-bit proposed FA circuit of 180nm technology Fig -10: Test Schematic representation of 1-bit proposed FA circuit of 90nm technology Fig -11: Test Schematic representation of 1-bit proposed FA circuit of 45nm technology Fig-12: Transient response of 1-bit proposed FA.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1937 Sl.no. Parameters 180nm 90nm 45nm 1 Static Power (µw) 43.15 2.342 0.3115 2 Dynamic Power(nw) 0.6447 892.1 0.09397 3 Power dissipation (µw) 43.1506 3.2341 0.31159 Table -1: Results comparison of power between various technologies for 1-bit proposed full adder. Table -2: Results comparison between various technologies for 1-bit proposed full adder. Sl.no. Parameters 180nm 90nm 45nm 1 Operating voltage 1.8v 1.2v 1v 2 Power(µw) 15.115 0.18315 0.10937 3 Current(µA) 8.3975 0.14965 0.10937 4 Transmission Delay(pS) 86.39 81.62 25.99 5 DC Power (µw) 37.39 7.767 5.275 6 Power dissipation (µW) 12.190 0.8490 0.0709 8 Storage capacity 1-bit 1-bit 1-bit 9 Hybrid full adder implementatio n 16T 16T 16T 10 Operating Temperature 27 °C 27 °C 27 °C Fig -13: Test Schematic representation of 4-bit proposed FA of 180nm technology Fig-14:Transient response of 4-bit proposed FA Table -3: Results comparison of power between various technologies for 4-bit proposed full adder. Sl. no Parameters 180nm 90nm 45nm 1 Static Power (µW) 12.19 0.6259 0.07091 2 Dynamic Power (nW) 0.1553 223.1 0.02425 3 Power Dissipation (µW) 12.190 0.8490 0.0709
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1938 Table -4: Results comparison between various technologies for 4-bit proposed full adder. Sl.no Parameters 180nm 90nm 45nm 1 Operating voltage 1.8v 1.2v 1v 2 Power(µw) 27.56623 5 2.817567 2 0.07831 6827 3 Transmission Delay(pS) 112 103.3 92.93 4 Power dissipation (µw) 43.1506 3.2341 0.31159 4. CONCLUSIONS In this work, a low power hybrid 1 bit and 4 bit FA has been presented. The simulation is done by utilizing standard Cadence Virtuoso tools with 180nm, 90nm and 45nm technologies and results of another standard design approaches are compared. In the previous work they are using a TGA Logic for both carry and sum block. But the proposed 1-bit FA combining the two different structures that is TGA for carry block and CCMOS for Sum block. Therefore the proposed structure of 1-bit FA uses only 16T’s instead of 20T’s compared with the previous work. The proposed 1-bit FA is compared with the different technologies with different parameters(Propagationdelay and power dissipation). The comparison statements are briefly discussed in result section. The Transmission Delay of 1-bit FA in 180nm is 86.39ps, 90nm is 81.62ps and 45nm is 25.99ps. Similarly Power dissipation of 1-bit FA in 180nm is 12.1901µw, for 90nm is 0.8490 and 45nm is 0.0709µw. The 1-bit proposed FA circuit is extended to 4-bit and the results compared with the same technologies. The operating voltages required are decreases when technology shrinks. Similarly the power consumption reduces with the technology shrinks. Thus we can say that area can be reduced with the decrease in transistors widths and length. The Transmission Delay of 4-bit FA in 180nm is 112ps, 90nm is 103.3ps and 45nm is 92.93ps. Power dissipation of 4-bit FA in 180nm is 43.1506 µw, 90nm is 3.2341µw and 45nm is 0.31159µw. Finally this methodimprovedschemeis proposed. This method compared with different technologies saves more hardware resources. For the further reduction of hardware we can perform the ASIC design flow by doing this we can greatly reduce the number of logics hence we can reduce the hardware utilization and also we can reduce the area gate and power. 4.1 FUTURE WORK As a future scope, enhancing the execution of 1 bit FA’s can be executed by changing the value of W/L proportions. Utilizing the design of 1 bit proposed FA blocks, we can implement a 2 bit, 4 bit, 8 bit, 16 bit, 32 bit, 64 bit Subtractor/Adder circuits. These adders can also be design and differentiate using different possible nm technologies like 180nm, 90nm, 65nm, 32nm, 22nm, and so on. REFERENCES [1]. P. J. Song and G. De Micheli, “Circuit and architecture trade-offs for high-speed multiplication,”IEEEJ. Solid- State Circuits, vol. 26, no. 9,pp. 1184–1198, Sep. 1991. [2]. A. P. Chandrakasan and R. W. Brodersen, Low Power Digital CMOS Design. Norwell, MA: Kluwer, 1995. [3]. C. H. Chang, J. M. Gu, and M. Zhang, “A review of 0.18-μm full adder performances for tree structured arithmetic circuits,” IEEE Trans. VeryLarge Scale Integr. (VLSI) Syst., vol. 13, no. 6, pp. 686–695, Jun. 2005. [4]. N. H. E. Weste, D. Harris, and A. Banerjee, CMOS VLSI Design: A Circuits and Systems Perspective, 3rd ed. Delhi, India: Pearson Education, 2006. [5]. J. M. Rabaey, A. Chandrakasan, and B. Nikolic, Digital Integrated Circuits: A Design Perspective, 2nd ed. Delhi, India: Pearson Education,2003. [6]. D. Radhakrishnan, “Low-voltage low-power CMOS full adder,” IEE Proc.-Circuits Devices Syst., vol. 148, no. 1, pp. 19–24, Feb. 2001. [7]. R. Zimmermann and W. Fichtner, “Low-power logic styles: CMOS versus pass-transistor logic,” IEEE J. Solid-State Circuits, vol. 32, no. 7, pp. 1079–1090, [8]. A. M. Shams, T. K. Darwish, and M. A. Bayoumi, “Performance analysis of low-power 1-bit CMOS full adder cells,” IEEE Trans. Very Large Scale Integr. (VLSI) Syst., vol. 10, no. 1, pp. 20–29, Feb. 2002. [9]. M. Vesterbacka,“A 14-transistorCMOS full adder with full voltage swing nodes,” in Proc. IEEE Workshop Signal Process. Syst. (SiPS), Taipei, Taiwan, Oct. 1999, pp. 713–722. [10]. Z. Wang, G. Jullien, and W. C. Miller, “A new design technique for column compression multipliers,” IEEE Trans. Comput., vol. 44, no. 8, pp. 962–970, Aug. 1995