0% found this document useful (0 votes)
96 views5 pages

Performance Analysis of A Low Power High Speed Full Adder

This document summarizes a research paper that analyzes the performance of low power, high speed full adders. It describes implementing a 16-transistor full adder circuit in 250nm technology and comparing its power dissipation to implementations using fewer transistors and more advanced technologies. The paper finds that a 6-transistor design in 250nm technology has significantly lower power dissipation than the 16-transistor design in other technologies like 180nm, 90nm, 45nm, 32nm and 22nm. The document provides background on CMOS technology and full adders before discussing the implementation and evaluation approach.

Uploaded by

Bhargav Bhat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views5 pages

Performance Analysis of A Low Power High Speed Full Adder

This document summarizes a research paper that analyzes the performance of low power, high speed full adders. It describes implementing a 16-transistor full adder circuit in 250nm technology and comparing its power dissipation to implementations using fewer transistors and more advanced technologies. The paper finds that a 6-transistor design in 250nm technology has significantly lower power dissipation than the 16-transistor design in other technologies like 180nm, 90nm, 45nm, 32nm and 22nm. The document provides background on CMOS technology and full adders before discussing the implementation and evaluation approach.

Uploaded by

Bhargav Bhat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

2017 2nd International Conference on Telecommunication and Networks (TEL-NET 2017)

Performance analysis of a low power high speed


full adder
Paro Bajpai, Priyanka Mittal Amita Rana, Bhupesh Aneja
Department of ECE, IGDTUW Department of ICE, JSSATE
Delhi, India Noida, India
[email protected], [email protected] [email protected], [email protected]
Abstract— the paper presents a performance analysis of a low
power high speed full adder which shows that how power Two important characteristics of CMOS devices are high
dissipation become low using the different technologies in a
noise immunity and low static power consumption. Significant
Cadence Virtuoso tool. The design was first implemented in
power is only drawn when the transistors in the CMOS device
250nm technology for 16 CMOS transistor further it was
implemented in various other technologies. In paper the first part
are switching between on and off states. Consequently, CMOS
deals with the implementation and then the comparison of 16 devices do not produce as much waste heat as other forms of
transistors in all technologies like 250nm, 180nm, 90nm, 45nm, logic. CMOS also allows a high density of logic functions on a
32nm, 22nm and 16nm. The next part deals with the chip. It was primarily for this reason that CMOS became the
implementation of full adder circuit by reduce the number of most used technology to be implemented in VLSI chips [5].
transistors from 16 to 6 CMOS transistor. We observe that the The phrase "metal– oxide–semiconductor" is a reference to the
power dissipation become very low using 6 transistors in 250nm physical structure of certain field-effect transistors, having a
technology as compared with the 16 transistors in various other metal gate electrode placed on top of an oxide insulator, which
technologies. in turn is on top of a semiconductor.
In this paper different full adders are compared using
Keywords—Hybrid Design; Full Adder; CMOS Transistor; different technologies such as 250nm, 180nm, 90nm, 45nm,
Power Dissipation; Cadence Virtuoso tool. 32nm, 22nm and 16nm.

I. INTRODUCTION In this paper the CMOS circuit design is implemented in


As the technology is changing and the electronic market various technologies with different number of transistors.
becoming more competitive The battery operated portable Section II explains the basic module of sum and carry. In
devices such as mobile phones, tablet, i-phone are very much section III 16T Transistor circuit is implemented in 250nm
in demand in which longer battery life is required. In these the technology. The various technologies comparison of 16T and
VLSI and ultra large-scale integration designs are used in also the 6T implementation is explain in section IV.
which the fundamental and essential block is a full adder. The
adder plays an important role in the complexity of the circuit. II. MODULE OF SUM AND CARRY
Full Adder consists of three input and two outputs. It can
The power consumed for any given function in CMOS add 3 digits at a time. The bits A and B which are to be added
circuit must be reduced for either of the two different reasons:
come from the two registers and the third input come from the
One of these reasons is to reduce heat dissipation in order to
carry generated by the previous addition. It produces two
allow a large density of functions to be incorporated on an IC
outputs: SUM and CARRY OUT. Simplified expression for
chip. Any amount of power dissipation is worthwhile as long
as it doesn‟t degrade overall circuit performance. The other the output variables sum (S) and output carry (Cout) are
reason is to save energy in battery operated instruments same given in following equations.
as electronic watches where average power is in microwatts Sum = A ⊕ B ⊕ Cin (1.1)
[9]. Carry = AB + BCin + ACin (1.2)
TABLE I. TRUTH TABLE OF FULL ADDER
Several Full Adders logic circuits designs have been used A B Cin Sum Cout
so far. Each designs have their own merits and demerits. The 0 0 0 0 0
full adder is used for performing arithmetic operations such as
0 0 1 1 0
addition, subtraction, multiplication and division. To reduce
overall power consumption of chip the power consumption of 0 1 0 1 0
full adder has to be reduced. The low power CMOS logic 0 1 1 0 1
circuit is highly appreciable in all. CMOS logic circuits 1 0 0 1 0
consist of PMOS and NMOS transistors. Number of 1 0 1 0 1
transistors used are also the major constraint for the power 1 1 0 0 1
dissipation. Reducing the number of transistors may lead to
1 1 1 1 1
reduces power but sometimes does not improve.
2017 2nd International Conference on Telecommunication and Networks (TEL-NET 2017)

There are two factors affecting the performance of a full input carry signal passes or propagates through only one
adder design: one is the full adder logic architecture, and the transmission gate, i.e., Mn90 and Mp98. Hence it reduces path
other is the circuit design techniques to perform the logic required for carry propagation. Large channel width transistors
architecture function. Therefore, the full adder design are used for transmission gates. Here Mn90, Mp98, Mn91 and
approach requires using different types of logic architecture Mp99 form the transmission gates. Hence it results in reducing
and circuit design technique to improve the total performance the delay for some extent [4].
[2].
The truth table gives all possible input/output relationships
for the full adder. A and B are the inputs from the respective
digits of the registers to be added and Ci is the input for any
carry generated by the previous stage. The SUM output gives
binary addition of A, B, Cin. The other output generates the
carry Cout to be added to the next stage.

By considering these SUM and CARRY Module we


construct a Full Adder Circuit with 16T first in 250nm
technology and then work on its Power Dissipation.

III. 16T CMOS CIRCUIT IN 250NM TECHNOLOGY

We implement the 16T Full Adder circuit [10] in 250nm


technology. 16T full adder consists of 16 CMOS transistors.
Fig. 1. Schematic Diagram of XNOR module [10]
A, B and Cin are the inputs and sum and carry are the outputs.
The problem we face in designing this circuit is that it more
complicated. As the power we obtained in this is considerably
low it is about 2.77mw. But our aim is to reduce this power
also.

Fig. 2. Schematic Diagram of Carry Generation Module [10]

Fig. 4. Schematic Diagram of 16T Full Adder

VOLTAGE SOURCE CURRENTS


NAME CURRENT
Fig. 3. Hybrid Full Adder [10] V-V1 -1 232E-04

In this there is a significant reduction in power as it makes V-V3 -1 154E-04


use of a weak inverter (transistors having small channel V-V4 -1 118E-04
width). The XOR/XNOR circuits that are designed in prior
literatures uses 6 transistors to give better output swing. Here V-V5 -1 232E-04
also XNOR module consists of 6 transistors but, the V-V6 -1 000E+00
arrangement of transistors are different. It is arranged in such a
manner that, it gives lower power and higher speed compared Total Power Dissipation 2.77E-03 Watts.
to other literatures [4].
The schematic of carry generation module is given in
Fig.2. The transistors Mp98, Mn90, Mp99 and Mn91 are
implemented in order to achieve the output carry signal. Here
2017 2nd International Conference on Telecommunication and Networks (TEL-NET 2017)

IV. COMPARISON OF VARIOUS TECHNOLOGIES Total Power Dissipation 9.38E-04 Watts.


To implement the circuit in various other technologies we
go for the technologies like 180nm, 90nm,, 45nm, 32nm,
22nm and 16nm. First we implement the same circuit in
180nm technology. All simulation of proposed full adder
circuit is performed in Cadence Virtuoso tool. In this we found
that first it increases the power. By this we come to this result
that it doesn’t mean that the power dissipation reduces as if we
decrease the technology. The results are:

VOLTAGE SOURCE CURRENTS


NAME CURRENT
V_V1 -3.061E-04
V_V3 7.429E-12
Fig. 5. Schematic Diagram of 6T Full Adder
V_V2 3.061E-04
V_V5 -3.130E-04
V_V6 3.060E-04
Total Power Dissipation 3.10E-03 Watts.

After this we tried it into 45nm technology. In this we


observe that the power is become low but not upto a such
extent. We further opt a new technology i.e. 32nm in which
we found surprising result that power does not change as it is
equal to the 45nm. Now further as we changes technologies no
change were found. The result are almost same for all the
technologies which are shown below:

VOLTAGE SOURCE CURRENTS


NAME CURRENT
V_V5 -1.932E-04
Fig. 6. 6T Full Adder Simulation Result
V_V6 1.894E-04
V_V1 -1.896E-04
The power become extremely low from 1.91mw it reduces to
V_V2 1.896E-04 .98mw. This is surprisingly good result. The performance
V_V7 6.221E-13 analysis of each hybrid full adder in different technologies
having different number of transistors are studied and
Total Power Dissipation 1.91E-03 Watts. tabulated. Table II shows the details in a tabular form.

Then we go for the next circuit which is of 6T. 6T full


adder consists of 6 CMOS transistors. A, B and Cin are the TABLE II. SUMMARY OF THE POWER AND NO. OF TRANSISTORS USED
inputs and sum and carry are the outputs. We tried so many
circuits in 6T with capacitor without capacitors. But the circuit S. No. Technologies No. of Power
which gives the good result is shown in fig.5 is by 6T in Transistors Dissipation
250nm technology.
1 250nm 16T 2.77mw
Circuit of 6T also shows a good result.
2 180nm 16T 3.10mw
VOLTAGE SOURCE CURRENTS
NAME CURRENT 3 45nm 16T 1.91mw
4 32nm 16T 1.91mw
V_V1 0.000E+00
V_V2 3.241E-19 5 22nm 16T 1.91mw
V_V3 0.000E+00 6 16nm 16T 1.91mw
V_V4 1.875E-04 7 250nm 6T 0.98mw
V_V5 -1.875E-04
2017 2nd International Conference on Telecommunication and Networks (TEL-NET 2017)

[6] P. K Kumar, P. Srikanth, " Design of Low Power High Speed Hybrid
Full Adder," in 14 International Journal of Electronics &
Communication Technology ISSN : 2230-7109
[7] R Tripati, P Rawat, “A Efficient Low-Power High Speed Digital Circuit
Design by using 1-bit GDI Full Adder Circuit,” International Journal of
Engineering Trends and Technology (IJETT) – Volume 36 Number 3-
June 2016
[8] R Tripati, P Rawat, "Low-Power High Speed 1-bit Full Adder Circuit
Design," in International Journal of Emerging Technology and
Advanced Engineering ISSN 2250-2459, ISO 9001:2008 Certified
Journal, Volume 6, Issue 6, June 2016
[9] T. D Bharathi, B.N. S Rao, " Design and Implementation of Low-Power
High-Speed Full Adder cell using GDI Technique," in International
Journal of Engineering Science and Innovative Technology (IJESIT)
ISSN: 2319-5967 ISO 9001:2008 Certified Volume 2, Issue 2, March
2013.
Fig. 7. Comparison of Power Dissipation of all technologies [10] P Bhattacharyya, B Kundu, S Ghosh, V Kumar and A Dandapat,
"Performance Analysis of a Low-Power High-Speed Hybrid 1-bit Full
V. CONCLUSION Adder Circuit," in IEEE Transactions On Very Large Scale Integration
(VLSI) Systems, VOL. 23, NO. 10, October 2015
In this paper different CMOS logic design families has been [11] S Panda, A.Banerjee B.Maji, Dr.A.K.Mukhopadhyay, "Power and Delay
reviewed and evaluated based on the power performance and Comparison in between Different types of Full Adder Circuits"
in International Journal of Advanced Research in Electrical, Electronics
transistor count. The previous techniques have a disadvantage
and Instrumentation Engineering ISSN 2278 – 8875 Vol. 1, Issue 3,
of the transistor count and the power dissipation. The current September 2012
work progress the design of an 6T full adder in which [12] S Wairya, R K Nagaria, S Tiwari, “New Design Methodologies For
extremely low power dissipation is observe and also the High-Speed Mixed-Mode Cmos Full Adder Circuits,” in International
transistor count is low. Now our further work is to implement Journal of VLSI design & Communication Systems (VLSICS) Vol.2,
this same circuit into other technologies. The implementation No.2, June 2011
of Full Adder has been presented and it can be extended to [13] B.Ramcharan*, P. C Kiran*, Dr.S.Lakshmi , “Design And Performance
higher bit adders. In this paper a low-power hybrid full adder Analysis Of Low Power High Speed Full Adder Circuit For 1bit, 8 Bit
By Using Cmos Technology,” in IJPT| June-2016 | Vol. 8 | Issue No.2 |
has been proposed. The simulations are carried out using
11863-11873
Cadence Vituoso tool in different technologies. The simulation [14] M Kumar, Sandeep K. Arya, S Pandey, " Low Power Cmos Full Adder
results shows that the proposed adder offers improved result. Design With 12 Transistors," in International Journal of Information
Thus the different types of full adders have been studied and Technology Convergence and Services (IJITCS) Vol.2, No.6, December
comparison of different full adders in terms of power and no. 2012
of transistors in various technologies is done. Based on this [15] M J A Morad, S R Talebiyan and E Pakniyat, " Design of New High-
comparison, 6T full adder is the best power consuming adder. Performance Full Adder Using Hybrid-CMOS Logic Style for High-
The transistor count is also very low compared to all other Speed Applications," in ISSN impressa: 0100-8307 ISSN on-line: 2179-
adders. This adder is suitable for VLSI applications with very 460X
[16] J Manohar, P. H Krishna , K.V. Ramanaiah, "Conventional Cmos Full-
low power consumption. Due to reduction in number of
Adder For Energy-Efficient Arithmetic Applications Using SR-CPL
transistors, switching activity is reduced. And DPL," in I-Manager’s Journal on Embedded Systems, Vol. 4, No.4,
November 2015 - January 2016
REFERENCES [17] Manisha, Archana, " A Comparative Study Of Full Adder Using Static
[1] H R Naghizadeh, M S Moghadam, S I Tous and A Golmakani , " Design Cmos Logic Style," in IJRET: International Journal of Research in
of Two High Performance 1-Bit CMOS Full Adder Cells," in the Engineering and Technology on , EISSN: 2319-1163 | pISSN: 2321-
International Journal of Computing and Digital Systems Int. J. Com. 7308
Dig. Sys. 2, No. 1, 47-52 (2013) 47 [18] Shreedevi, Taranath H. B, " Design and Analysis of Low Power High
[2] N V M Reddy, C.Venkataiah "Performance Analysis of a Low-Power Speed Hybrid Alternative Full Adder Circuits," in International Journal
High Speed Hybrid Full Adder Circuit," in International Journal of VLSI of Science and Research (IJSR) ISSN (Online): 2319-7064 Index
System Design and Communication Systems Volume.04, IssueNo.09, Copernicus Value (2013): 6.14 | Impact Factor (2015): 6.391
September-2016, Pages: 0757-760 [19] Punitha S, Manoharan K, " A Literature Survey on Low PDP Adder
[3] S Wairya, R K Nagaria, and S Tiwari, "Performance Analysis of High Circuits," in International Journal of Computer Science and Mobile
Speed Hybrid CMOS Full Adder Circuits for Low Voltage VLSI Computing IJCSMC, ISSN 2320–088X Vol. 4, Issue. 12, December
Design" in Hindawi Publishing Corporation VLSI Design Volume 2012, 2015, pg.289 – 298
Article ID 173079, 18 pages doi:10.1155/2012/173079 [20] C.-K. Tung, Y.-C. Hung, S.-H. Shieh, and G.-S. Huang, “A low-power
[4] Rachana S, R Shetty, Praveen J, R Rao A, "Design and Analysis of high-speed hybrid CMOS full adder for embedded system,” in Proc.
Hybrid 1-Bit Full Adder Circuit and Its Impact on 2-Bit Comparator," IEEE Conf. Design Diagnostics Electron. Circuits Syst., vol. 13. Apr.
in International Journal of Innovative Research In Electrical, 2007, pp. 1–4.
Electronics, Instrumentation And Control Engineering Issn 2321 – 2004 [21] S. Goel, A. Kumar, and M. A. Bayoumi, “Design of robust,
Vol. 4, Issue 5, May 2016 energyefficient full adders for deep-submicrometer design using hybrid-
[5] M S Rao, B Varalakshmi “Performance Analysis of High Speed CMOS CMOS logic style,” IEEE Trans. Very Large Scale Integr. (VLSI) Syst.,
Full Adder Circuits For Embedded System,” in International Journal of vol. 14, no. 12, pp. 1309–1321, Dec. 2006.
Computer Engineering In Research Trends ISSN (O): 2349-7084, [22] N. H. E. Weste, D. Harris, and A. Banerjee, CMOS VLSI Design: A
Volume 2, Issue 11, November-2015, pp. 857-861 Circuits and Systems Perspective, 3rd ed. Delhi, India: Pearson
Education, 2006.
2017 2nd International Conference on Telecommunication and Networks (TEL-NET 2017)

[23] 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.
[24] 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, Jul. 1997.
[25] M S Imtiaz, Md A A Suzon, M Rahman, “Design Of Energy-Efficient
Full Adder Using Hybrid-Cmos Logic Style”, in International Journal of
Advances in Engineering & Technology, ISSN: 2231-1963, Jan 2012.
[26] 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. Very
Large Scale Integr. (VLSI) Syst., vol. 13, no. 6, pp. 686–695, Jun. 2005.

You might also like