You are on page 1of 6

2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS)

Analysis of 1- bit full adder using different


techniques in Cadence 45nm Technology
Chandran Venkatesan
Department of Electronics and Thabsera Sulthana M Sumithra M.G
Communication Engineering Department of Electronics and Department of Electronics and
KPR Institute of Engineering and Communication Engineering Communication Engineering
Technology Bannari Amman Institute of technology KPR Institute of Engineering and
Coimbatore, India Sathyamangalam, Erode, India Technology
https://orcid.org/0000-0003-2412-9493 thabse94@gmail.com Coimbatore, India
https://orcid.org/0000-0002-0504-2061
Suriya M
Department of Computer Science
Engineering
KPR Institute of Engineering and
Technology
Coimbatore, India
suriya.m@kpriet.ac.in

Abstract — The full adder is an important component for transistors. Dynamic power dissipation mainly due to
controller or processor design like microprocessors, digital switching activity of the transistors while charging and
signal processors etc. It is also used to do arithmetic and logical discharging [8]. The average power dissipation can be
operations. The objective of this project is to reduce power, calculated as
delay and increase the stability factor of a full adder by using
various 1bit full adder designs and techniques. Here 10T full Pavg power = Pdynamic power + Pstatic power (1)
adder circuits using CMOS technology plots the minimum
Power dissipation can be eliminated may be architectural
power consumption rather than others. Because CMOS
technology dissipates low power. A comparative data analysis
design level, algorithmic level , gate level designs or circuit
is shown for power, delay and stability using SERF (Static level designs. Here we minimized the power at transistor
Energy Recovery Full Adder), GDI(Gate Diffused Input) level. Till now, there are many adder circuits designed using
method with different number of transistors which is used to full adder with different number of transistors [2]. In this
extend the battery life. The adders are designed and paper, to design existing circuits and modify those designs
implemented in the virtuoso platform using Cadence 45nm with different topologies then shows the comparative
tool. analysis for power, delay and stability. Finally, we conclude
that which is the best design for applications.
Keywords— Full Adder, Cadence Virtuoso, SERF(Static
Energy Recovery Full Adder, GDI(Gate Diffusion Input) The paper is divided as follows. Next section describes
the existing and proposed designs of various full adders.
I. INTRODUCTION Section 3 explains the captured designs of those adders.
Section 4 presents the implemented designs using cadence
In recent applications of VLSI(Very Large Scale
tool with the suitable results. Section 5 concludes the project
Integration) such as audio and video processing,
and future work.
microprocessors and digital signal processing etc., using
arithmetic operations. In past times VLSI applications are II. EXISTING AND PROPOSED ADDER DESIGNS
mainly depends on area, reliability and cost rather than
power. The power increasing demand was mainly due to Here different 1 bit full adder designs are considered for
latest growth of electronic products such as portable mobile comparative analysis, namely 28T CMOS Structure, 10T
phones, laptops and other devices needs high speed and low CMOS design, 10T GDI style design, 10T SERF design and
power consumption. The major drawback in portable devices 8T CMOS design [3].
was that takes high power which leads to less battery life and A. Basic Full Adder Design
causes failure in silicon parts of the devices. To control the
A basic full adder design has 3 single input bits with the
heat levels, the device requires high packaging cost and
addition of these bits gives the output as sum and carry. This
cooling arrangements with less power consumption. So,
is the basic model of the adder design to design different
Nowadays in semiconductor industry with low power
topologies. The equation for full adder can be derived as,
devices was critical. Parallely, we need to reduce the critical
path delay of the devices when reducing its power[1]. Sum = A xor B xor Cin (2)
The power dissipation mainly depends on two types of Carry = (A and B) or (B and Cin) or (A and Cin) (3)
devices which was static power dissipation and dynamic
power dissipation. Static power dissipation occurs due to sub
threshold leakage and short circuit transistors current
leakage. This may be eliminated by resizing the CMOS

978-1-5386-9533-3/19/$31.00 ©2019 IEEE


179

Authorized licensed use limited to: R V College of Engineering. Downloaded on March 11,2022 at 03:07:38 UTC from IEEE Xplore. Restrictions apply.
2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS)

Fig.1. Block Diagram of Full Adder

B. 28T CMOS 1-bit Full Adder Design


A CMOS design has a combination of pmos and nmos
transistors. The pull up transistors gives strong ‘1’ and pull
down transistors gives weak ‘0’. The average power
dissipation was calculated using CMOS design with different
types. The 28T designs was designed using pull up and pull Fig.3. Block Diagram of 10T CMOS 1 bit Full Adder
down transistors with full swing result and better driving
D. 10T SERF Full Adder Design
capacities. The disadvantage of this design is more number
of transistors are used [9]. This leads to high dynamic power Static Energy Recovering Full adder logic design is used
consumption, increasing delay and input capacitances. The to implement the design with XOR and XNOR gates and
structure was shown in below . balancing the delays of output gates [5] & [6]. The power
consumption has been reduced due to this design consists no
direct path for ground. So the control gates reused the charge
stored in a load capacitance. This is an efficient structure to
store energy but it has some disadvantages. The output nodes
has full swings this issue leads to failed in the internal node
power supply. This cascaded power supply may have
threshold problems occurs in multiple places of the design.
The block diagram is shown in below.

Fig.2. Block Diagram of 28T CMOS 1 bit Full Adder

C. 10T CMOS 1-bit Full Adder Design


Here 1 bit 10T CMOS full adder design was presented.
This is smaller in size compare with 28T design and less
area, power, delay [4]. The structure of the design was used
by XOR and XNOR gates. The design shown in below Fig.4. Block Diagram of 10T SERF Full Adder
figure. E. 10T GDI 1-bit Full Adder Design
Gate Diffusion Input Full adder design was presented.
Full adder has 3 inputs and 2 outputs. But this design
technique consists of 4 terminals [7]. There are Gate(Input of
CMOS), PMOS(Outer most diffusion node), NMOS(Outer
most diffusion node), Drain(CMOS transistors diffusion
node). This design consists of 3 inputs - Gate input, PMOS
has no connection with VDD (source input) and NMOS has
no connection with VSS (source input). N or P are connected
using bulk amount of both NMOS and PMOS transistors. So
the bias made arbitrarily in contrast to the inverter design
[10]. This is suitable to implement large designs with two
transistors. Compare with SERF design, this technique has

180

Authorized licensed use limited to: R V College of Engineering. Downloaded on March 11,2022 at 03:07:38 UTC from IEEE Xplore. Restrictions apply.
2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS)
improved low power, swing limited design. The structure Fig.5. Block Diagram of 10T GDI 1 bit Full Adder
was shown in below .
III. SCHEMATIC DESIGN AND SIMULATION RESULTS

A. 28T CMOS Full Adder Design Using Cadence

Fig.6. Schematic of 28T CMOS 1 bit Full Adder

The schematic design of 28T CMOS 1 bit full adder


using cadence 45nm technology is shown in above fig 6. The
length of the transistor is 45nm but the width may varies.
The layout and output is shown in below fig 7 and fig 8.

181

Authorized licensed use limited to: R V College of Engineering. Downloaded on March 11,2022 at 03:07:38 UTC from IEEE Xplore. Restrictions apply.
2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS)

Fig.7. Output of 28T CMOS 1 bit Full Adder

Fig.9. Schematic of 10T CMOS 1 bit Full Adder

The schematic design of 10T CMOS 1 bit full adder


using cadence 45nm technology is shown in above fig 9. The
length of the transistor is 45nm but the width may varies.
The output is shown in below fig 10.
C. 10T SERF Full Adder Design using Cadence

Fig.8. Layout of 28T CMOS 1 bit Full Adder

B. 10T CMOS Full AdderDesign using Cadence Fig.11. Schematic of 10T SERF 1 bit Full Adder

The schematic design of 10T SERF 1 bit full adder using


cadence 45nm technology is shown in above fig 11. The

182

Authorized licensed use limited to: R V College of Engineering. Downloaded on March 11,2022 at 03:07:38 UTC from IEEE Xplore. Restrictions apply.
2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS)
length of the transistor is 45nm but the width may varies. The layout is shown in below fig 12.

Fig.10. Output of 10T CMOS 1 bit Full Adder

Fig.13. Schematic of 10T GDI 1 bit Full Adder

The schematic design of 10T GDI 1 bit full adder using


cadence 45nm technology is shown in above fig 13. The
length of the transistor is 45nm but the width may varies.
The Layout is shown in below fig 14. The power
consumption has been reduced compared with other
technique full adders.

Fig.12. Layout of 10T SERF 1 bit Full Adder

D. 10T Proposed GDI Full Adder Design using Cadence


Fig.14. Layout of 10T GDI 1 bit Full Adder

183

Authorized licensed use limited to: R V College of Engineering. Downloaded on March 11,2022 at 03:07:38 UTC from IEEE Xplore. Restrictions apply.
2019 5th International Conference on Advanced Computing & Communication Systems (ICACCS)
Comparative analysis of CMOS 28T full adder, 10T CONCLUSION AND FUTURE SCOPE
CMOS full adder, 10T SERF full adder, 10T GDI full adders
A 1bit full adder with various design techniques and
area, power and delay shown in the below Table I and
their area, power delay are calculated using cadence 45nm
Table II.
tool environment with a supply voltage of 1.8V. This project
TABLE I COMPARISON OF 1-BIT FULL ADDER POWER AND finally concludes that 10T GDI technique is best in all
DELAY measurements with low power. The circuit used less number
of transistors so area and leakage power can be reduced. In
future, we can improve the design of 1 bit full adders using
Avg. 8T or 6T and also varies the width of those transistors. We
Technology Delay
Adders power can compare those adders in various nanometer technologies
(nm) (ns) like 90nm, 180nm, 45nm so that can improve the area,
(uW)
power and delay of the designs.
28T
45 0.756 112.8 REFERENCES
CMOS
[1] Shrikant M Patar and Ravish Aradhya H V, “Novel low power and
10T High speed 8T full adder,” in International Journal of Scientific and
45 0.101 40
CMOS Engineering Research, vol.4, Aug. 2016, pp. 1156–1160.
[2] Manjunath K M, Abdul Lateef Haroon P S, Amarappa Pagi,
10T SERF 45 0.142 100 Ulaganathan J, “Analysis of various full-adder circuits in Cadence,”
International Conference onEmerging
R e s e a r c h in Electronics, Computer Science and Technology,
2015, pp. 90–97.
10T GDI 45 0.0338 39.9 [3] Ms. Asha K A and Mr. Kunjan, Shinde D, “Analysis, Design and
Implementation of full adder for systolic array based architectures,” in
IOSR Journal of VLSI and Signal Processing, vol.6, May-Jun. 2016 ,
TABLE II COMPARISON OF 1-BIT FULL ADDER PDP AND AREA pp. 73–77.
[4] Dhanunjaya K, Dr. Giri Prasad MN, Dr. Padmaraju K,
“Performance analysis of low power full adder cells using 45nm
CMOS technology,” in I n t e r n a t i o n a l Journal of
Adders PDP(10-15J) Area(um2) M i c r o e l e c t r o n i c s E n g i n e e r i n g ( I J M E ) , vol.1, 2 0 1 5 , pp.
35–49.
[5] Rohit Kumar and Sachin Tyagi,“Design of low power full adder in
28T CMOS 84.82 7.02 0.18um CMOS technology,” in In t erna ti ona l J ou rna l of
En gin eerin g Sci en c es and Res ea rch Techn ology , Aug.
2016, pp. 446–456.
10T CMOS 4.04 3.62 [6] Kunal and Nidhi Kedia, “GDI Technique : A power efficient
technique for Digital Circuits,” in I S S N ( P r i n t ) : 2 2 7 8 - 8 9 4 8 ,
vol.1,2012,pp.87–93.
10T SERF 14.2 3.716 [7] Mr. Bavusaheb Kunchanur and Mrs. Swapna Srinivasan, “Design
and analysis of full adder using different Low power Techniques,”
pp.1-4.
10T GDI 1.316 3.608 [8] Nirmal Kumar R, Chandran V, Valamathi R S, “Bitstream
Compression for High Speed Embedded Systems Using Separated
Split LUTs”, in Journal of Computational and Theoretical
Nanoscience 15(special),pp.1-9
[9] Chandran V, Elakkiya B, “Energy Efficient and High-Speed
Approximate Multiplier Using Rounding Technique”, Journal of
VLSI Design and Signal Processing 3(2,3)
[10] Chandran V, Ali K S, Gnanaprakash V, “Energy Efficient and High-
Speed Rounding-Based Approximate Multiplier”.

Fig.15. Comparison of 1 bit full adder Area, Power and Delay

From the above analysis 10T Gate Diffusion Input Full


adder consumes less power and area.

184

Authorized licensed use limited to: R V College of Engineering. Downloaded on March 11,2022 at 03:07:38 UTC from IEEE Xplore. Restrictions apply.

You might also like