SlideShare a Scribd company logo
1 of 5
Download to read offline
Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 
www.ijera.com 120 | P a g e 
Design and Implementation of 16-Bit Magnitude Comparator 
Using Efficient Low Power High Performance Full Adders 
Ajaykumar S Kulkarni1, Nikhil N Amminabhavi2, Akash A F3, Aditya Parvati4 
12346th Sem, Department of E&C Engineering, SDMCET, Dharwad, India. 
ABSTRACT 
In VLSI applications, area, delay and power are the important factors which must be taken into account in the 
design of a fast adder [1]. The paper attempts to examine the features of certain adder circuits which promise 
superior performance compared to existing circuits. The advantages of these circuits are low-power 
consumption, a high degree of regularity and simplicity. In this paper, the design of a 16-bit comparator is 
proposed. Magnitude comparison is one of the basic functions used for sorting in microprocessor, digital signal 
processing, so a high performance, effective magnitude comparator is required. The main objective of this paper 
is to provide new low power, area solution for Very Large Scale Integration (VLSI) designers using low power 
high performance efficient full adders. 
Keywords: X greater than Y(XgY),X less than Y(XlY),X equal to Y(XeY) ,Power delay product (PDP),Low- 
Power(LP), High-Performance (HP), FA24T, N-10T,Bridge. 
I. INTRODUCTION 
In digital system, comparison of two numbers is 
an arithmetic operation that determines if one number 
is greater than, equal to, or less than the other 
number. So comparator is used for this purpose. The 
comparator is a very basic and useful arithmetic 
component of digital systems that compares the 
magnitude of two binary numbers and determines if 
the numbers are equal, or if one number is greater 
than or less than the other number. One can 
implement the comparator by flattening the logic 
function directly Magnitude comparator is a 
combinational circuit that compares two numbers, A 
and B, and determines their relative magnitudes 
(Fig.1.1). The outcome of comparison is specified by 
three binary variables that indicate whether A>B, 
A=B, or A<B 
Figure 1.1: block diagram of n-bit magnitude 
comparator 
The circuit, for comparing two n-Bit numbers, 
has 2n inputs & 2 2n entries in the truth table, for 1- 
Bit numbers, 2-inputs & 4-rows in the truth table, 
similarly, for 2-Bit numbers 4-inputs & 16-rows in 
the truth table. The logic style used in logic gates 
basically influences the speed, size, power 
dissipation, and the wiring complexity of a circuit. 
Circuit size depends on the number of transistors and 
their sizes and on the wiring complexity. The wiring 
complexity is determined by the number of 
connections and their lengths. All these 
characteristics may vary considerably from one logic 
style to another and thus proper choice of logic style 
is very important for circuit performance. A compact, 
good cost benefit, high-performance ratio comparator 
plays an important role in almost all hardware sorters 
II. EFFICIENT FULL ADDER: 
Some of the standard efficient full adders are 
compared and the full adder with less power is 
considered for the design of RCA and three stages of 
CSA. 
2.1 REVIEW OF THREE STATE-OF-ART 
FULL ADDER CELLS 
There are different types of CMOS full adder. 
This section reviewed the three state-of-the-art 1-bit 
full adders. This proposed cell is compared with 
them. 
The Bridge circuit has 26 transistors this design 
creates a conditional conjunction between two circuit 
nodes. Full Adders which are based on fully 
symmetric CMOS style are called Bridge Full 
Adders. 
RESEARCH ARTICLE OPEN ACCESS
Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 
www.ijera.com 121 | P a g e 
Figure 2.1: Bridge Full Adder 
Figure 1.2: Schematic of bridge Full Adder The full-adder with 24 transistors (FA24T) has 24 transistors this full Adder is based on Bridge style. The body of FA24T has two transistors less than Bridge and has better power consumption. In FA24t, a bridge circuit generates Cout and another bridge circuit is utilized in series with the prior to generate sum. 
Figure 2.2: FA24T Full Adder 
Figure 2.3: Schematic of FA24T Full Adder in cadence tool The N10T full adder has only 10 transistors. Lowering the number of transistors is the advantage of this cell which leads to better performance and less silicon area. However poor driving capability and non full swing nodes are the serious problems of this full adder cell. 
Figure 2.5: N-10T Full Adder 
Figure 2.6: Schematics of N-10T Full Adder in Cadence tool
Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 
www.ijera.com 122 | P a g e 
2.3 Layout of Efficient full-adder 
Figure 2.7: Layout of Efficient Full Adder 
III. 1-BIT MAGNITUDE 
COMPARATOR 
First of all we need to design an 1 bit 
comparator. We can easily make such a component, 2 
bits for input A and B, and 2 bits for output X and Y. 
X is one when A is larger than B which means only 
when A is one and B is zero will set X to one. And 
for the Y, only when A and B both become one and 
zero will it be set. Here we can define. 
X=AB’ Y=AB+A’B’ 
Table 3.1: OPERATION TABLE FOR 1-BIT 
COMPARATOR. 
Second we draw the Karnaugh-map of 1-bit 
comparator and find the relationship between the 
input and the output. And en (enable input) is for 
cascading purpose. 
X=AB’ (When A>B) 
Y=AB+A’B’ (When A=B) 
The circuit diagram of 1 bit comparator is shown in 
fig.2. Which is consist of Four two-input AND gates, 
One two-input NOR gate, Two inverters and one 
enable input. 
Figure 3.2: Schematic of conventional 1-bit 
comparator 
Figure 3.3: Schematic of conventional 1-bit 
comparator in Cadence tool 
Figure 3.4: Layout of of conventional 1-bit 
comparator 
IV. 16-BIT MAGNITUDE 
COMPARATOR USING 
EFFICIENT FULL ADDER 
The implementation of 16-bit comparator is shown 
in figure below. To neither implement this we need 
16 1-bit efficient Full Adders and one 16-input AND 
gate and a two input NOR gate. It has inputs (X16, 
Y16 X15,Y15 and so on up to X1,Y1).and for each 
Full Adder we have S and C as outputs. The output 
sum of each Full Adder(i.e S1 toS16) has been given 
to and gate the output of and gate determines whether 
XeY. Output carry C16 determines whether XgY The 
two outputs has been given to NOR gate and output 
of NOR gate determines whether XlY y is connected 
to enable input of each comparator and each x input 
is connected to 12-input OR gate. 
Figure 4.1: Schematic of conventional 16-bit 
comparator
Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 
www.ijera.com 123 | P a g e 
Figure 4.2: Schematic of 16-Bit Comparator using efficient Full Adder in Cadence tool ‘’ 
Figure 4.3: Schematic of 16-Bit Comparator using Efficient Full Adder 
V. RESULT 
Figure 5.1: Simulation of 16-Bit Comparator in Cadence Tool 
VI. COMPARATIVE ANALYSIS 
Table 7.1: Comparison of Adders 
Structure 
No. of Transistors 
Power (μw) 
Delay (ns) 
PDP 
Bridge 
26 
1.66 
104.2 
172.97 
FA24T 
24 
1.66 
137.9 
228.91 
N-10T 
10 
1.13 
73.5 
83.05 
Table 7.2: Parameters of Proposed 16-Bit efficient Comparator 
Parameters 
16-Bit Comparator using efficient Full Adder 
Power(mW) 
0.20 
Delay(ns) 
0.281 
Speed(Msamples/sec) 
3.55 
Slices 
22 
LUT’s 
38 
IOB’s 
52 
Transistors 
198 
VII. CONCLUSION 
Conventional 16-Bit comparator consume more power, more area and more delay. To overcome the problem of power, area and delay, the proposed design makes use of efficient full adders. Among the tested three efficient full-adders N-10T is found to be the most efficient full-adder. Therefore It has been found that the transistor count, power dissipation of the improved comparator using N-10T is less than that of the conventional comparator design . 
VIII. ACKNOWLEDGEMENT 
My heartfelt thanks and deepest gratitude to Dr. Mohan Kumar, Principal, S.D.M.C.E.T, Dharwad for his encouragement and motivation which were instrumental in conducting this work. My grateful regards to Prof. Savitri Raju, H.O.D , Prof. Kotresh E. Marali, Mr.Vishwanath Lakkanavar[PG Student] Department of Electronics and Communication, S.D.M.C.E.T, Dharwad for supporting me to carry out this work successfully and extending the resources of the Department.
Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 
www.ijera.com 124 | P a g e 
REFERENCES 
[1] Mohammad Hossein Moaiyeri and Reza Faghih Mirzaee, ”Two new Low-Power and High-Performance Full adders”, Journal of computers, Vol. 4, No. 2, February 2009. 
[2] Digital Principles and Design – Donald G. Givone 
[3] Basic VLSI Design – Douglas A. Pucknell . 
[4] Dimitrios Sourdis, Christian Piguet and Costas Goutis , Designing CMOS Circuits for Low Power, European Low-Power Initiative for Electronic System Design Kluwer Academic Publishers, 2004, ISBN: 978-1-4020-7234-5. 
[5] C. H. Chang, J. Gu and M. Zhang, “A review of 0.18μm full adder performances for tree structured arithmetic circuits”, IEEE Transactions on Very Large CSAle Integration (VLSI) Systems, vol. 13, no. 6. 
[6] D. Radhakrishnan, “Low-voltage low-power CMOS full adder”, IEEE Proceedings- Circuits, Devices and Systems, vol.148, pp. 19 -24, Feb.2001. 
[7] H. Traff, “Noval approach to high speed CMOS current Comparator,” Electron. Letter, vol. 28, no. 3, pp. 310- 312, Jan.1992. 
[8] Jan M. Rabaey, Anantha Chandrakasan and Borivoje Nikolic, “Digital Integrated Circuit”, Pearson Education Electronics and VLSI series, second edition.] 
[9] Sung-Mo Kang and Yusuf Leblebici, “CMOS Digital Integrated Circuits Analysis and Design”, Tata McGraw-Hill third edition. 
[10] Current Comparator Design,” Electron. Letter, vol. 44, no.3,pp.171-172, Jan. 2008. 
[11] Lu Chen, Bingxue Shi and Chun Lu, “A Robust High-Speed and Low-power CMOS Current Comparator Circuit,” IEEE Asia- Pacific Conf. On Circuits and Systems, pp. 174-177, 2000.

More Related Content

What's hot

IRJET - Realization of Power Optimised Carry Skip Adder using AOI Logic
IRJET -  	  Realization of Power Optimised Carry Skip Adder using AOI LogicIRJET -  	  Realization of Power Optimised Carry Skip Adder using AOI Logic
IRJET - Realization of Power Optimised Carry Skip Adder using AOI LogicIRJET Journal
 
vedic mathematics based MAC unit
vedic mathematics based MAC unitvedic mathematics based MAC unit
vedic mathematics based MAC unitNavya Shree
 
IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA
IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLAIMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA
IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLAeeiej_journal
 
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...IJEEE
 
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET Journal
 
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...IJTET Journal
 
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 Low Power and Area-Efficient Carry Select Adder
Implementation of Low Power and Area-Efficient Carry Select AdderImplementation of Low Power and Area-Efficient Carry Select Adder
Implementation of Low Power and Area-Efficient Carry Select AdderIJMTST Journal
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array MultipliersIRJET Journal
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyAssociate Professor in VSB Coimbatore
 
Area–delay–power efficient carry select adder
Area–delay–power efficient carry select adderArea–delay–power efficient carry select adder
Area–delay–power efficient carry select adderLogicMindtech Nologies
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET Journal
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...IRJET Journal
 
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...Associate Professor in VSB Coimbatore
 
Solving electric circuits using graph theory
Solving  electric circuits using graph theorySolving  electric circuits using graph theory
Solving electric circuits using graph theoryCheku Dojee
 
IRJET - A Speculative Approximate Adder for Error Recovery Unit
IRJET - A Speculative Approximate Adder for Error Recovery UnitIRJET - A Speculative Approximate Adder for Error Recovery Unit
IRJET - A Speculative Approximate Adder for Error Recovery UnitIRJET Journal
 

What's hot (20)

Vedic multiplier
Vedic multiplierVedic multiplier
Vedic multiplier
 
IRJET - Realization of Power Optimised Carry Skip Adder using AOI Logic
IRJET -  	  Realization of Power Optimised Carry Skip Adder using AOI LogicIRJET -  	  Realization of Power Optimised Carry Skip Adder using AOI Logic
IRJET - Realization of Power Optimised Carry Skip Adder using AOI Logic
 
vedic mathematics based MAC unit
vedic mathematics based MAC unitvedic mathematics based MAC unit
vedic mathematics based MAC unit
 
C211324
C211324C211324
C211324
 
IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA
IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLAIMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA
IMPLEMENTATION OF UNSIGNED MULTIPLIER USING MODIFIED CSLA
 
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
 
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
 
2012
20122012
2012
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
Area Delay Power Efficient and Implementation of Modified Square-Root Carry S...
 
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
 
Implementation of Low Power and Area-Efficient Carry Select Adder
Implementation of Low Power and Area-Efficient Carry Select AdderImplementation of Low Power and Area-Efficient Carry Select Adder
Implementation of Low Power and Area-Efficient Carry Select Adder
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
 
Area–delay–power efficient carry select adder
Area–delay–power efficient carry select adderArea–delay–power efficient carry select adder
Area–delay–power efficient carry select adder
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
 
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
 
Solving electric circuits using graph theory
Solving  electric circuits using graph theorySolving  electric circuits using graph theory
Solving electric circuits using graph theory
 
IRJET - A Speculative Approximate Adder for Error Recovery Unit
IRJET - A Speculative Approximate Adder for Error Recovery UnitIRJET - A Speculative Approximate Adder for Error Recovery Unit
IRJET - A Speculative Approximate Adder for Error Recovery Unit
 

Similar to Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders

Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron TechnologiesPerformance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron TechnologiesIJMTST Journal
 
Efficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorEfficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorIJEEE
 
High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE IJEEE
 
Optimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm TechnologyOptimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm TechnologyIJEEE
 
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...IRJET Journal
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...IJERA Editor
 
Low Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission GateLow Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission GateIJEEE
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085IJERA Editor
 
Area and Power Efficient Up-Down counter Design by Using Full Adder Module
Area and Power Efficient Up-Down counter Design by Using Full Adder ModuleArea and Power Efficient Up-Down counter Design by Using Full Adder Module
Area and Power Efficient Up-Down counter Design by Using Full Adder ModuleIJEEE
 
Efficient implementation of 2 bit magnitude comparator using pt
Efficient implementation of 2 bit magnitude comparator using ptEfficient implementation of 2 bit magnitude comparator using pt
Efficient implementation of 2 bit magnitude comparator using ptIJARIIT
 
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureA Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureIRJET Journal
 
IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...
IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...
IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...IRJET Journal
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAIJERA Editor
 
Design and implementation of Closed Loop Control of Three Phase Interleaved P...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...Design and implementation of Closed Loop Control of Three Phase Interleaved P...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...IJMTST Journal
 
A Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth MultiplierA Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth MultiplierIJERA Editor
 

Similar to Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders (20)

Bl044389393
Bl044389393Bl044389393
Bl044389393
 
Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron TechnologiesPerformance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
 
Efficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorEfficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full Subtractor
 
High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE
 
Optimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm TechnologyOptimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm Technology
 
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...IRJET-  	  Design and Simulation of Comparator Architectures for Various ADC ...
IRJET- Design and Simulation of Comparator Architectures for Various ADC ...
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
 
Low Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission GateLow Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission Gate
 
Ce4301462465
Ce4301462465Ce4301462465
Ce4301462465
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
 
Area and Power Efficient Up-Down counter Design by Using Full Adder Module
Area and Power Efficient Up-Down counter Design by Using Full Adder ModuleArea and Power Efficient Up-Down counter Design by Using Full Adder Module
Area and Power Efficient Up-Down counter Design by Using Full Adder Module
 
Ijetcas14 562
Ijetcas14 562Ijetcas14 562
Ijetcas14 562
 
Ix3416271631
Ix3416271631Ix3416271631
Ix3416271631
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Efficient implementation of 2 bit magnitude comparator using pt
Efficient implementation of 2 bit magnitude comparator using ptEfficient implementation of 2 bit magnitude comparator using pt
Efficient implementation of 2 bit magnitude comparator using pt
 
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureA Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
 
IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...
IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...
IRJET- Fin FET Two Bit Comparator for Low Voltage, Low Power, High Speed and ...
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTA
 
Design and implementation of Closed Loop Control of Three Phase Interleaved P...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...Design and implementation of Closed Loop Control of Three Phase Interleaved P...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...
 
A Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth MultiplierA Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth Multiplier
 

Recently uploaded

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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(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
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(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
 

Recently uploaded (20)

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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(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...
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(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...
 

Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders

  • 1. Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 www.ijera.com 120 | P a g e Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders Ajaykumar S Kulkarni1, Nikhil N Amminabhavi2, Akash A F3, Aditya Parvati4 12346th Sem, Department of E&C Engineering, SDMCET, Dharwad, India. ABSTRACT In VLSI applications, area, delay and power are the important factors which must be taken into account in the design of a fast adder [1]. The paper attempts to examine the features of certain adder circuits which promise superior performance compared to existing circuits. The advantages of these circuits are low-power consumption, a high degree of regularity and simplicity. In this paper, the design of a 16-bit comparator is proposed. Magnitude comparison is one of the basic functions used for sorting in microprocessor, digital signal processing, so a high performance, effective magnitude comparator is required. The main objective of this paper is to provide new low power, area solution for Very Large Scale Integration (VLSI) designers using low power high performance efficient full adders. Keywords: X greater than Y(XgY),X less than Y(XlY),X equal to Y(XeY) ,Power delay product (PDP),Low- Power(LP), High-Performance (HP), FA24T, N-10T,Bridge. I. INTRODUCTION In digital system, comparison of two numbers is an arithmetic operation that determines if one number is greater than, equal to, or less than the other number. So comparator is used for this purpose. The comparator is a very basic and useful arithmetic component of digital systems that compares the magnitude of two binary numbers and determines if the numbers are equal, or if one number is greater than or less than the other number. One can implement the comparator by flattening the logic function directly Magnitude comparator is a combinational circuit that compares two numbers, A and B, and determines their relative magnitudes (Fig.1.1). The outcome of comparison is specified by three binary variables that indicate whether A>B, A=B, or A<B Figure 1.1: block diagram of n-bit magnitude comparator The circuit, for comparing two n-Bit numbers, has 2n inputs & 2 2n entries in the truth table, for 1- Bit numbers, 2-inputs & 4-rows in the truth table, similarly, for 2-Bit numbers 4-inputs & 16-rows in the truth table. The logic style used in logic gates basically influences the speed, size, power dissipation, and the wiring complexity of a circuit. Circuit size depends on the number of transistors and their sizes and on the wiring complexity. The wiring complexity is determined by the number of connections and their lengths. All these characteristics may vary considerably from one logic style to another and thus proper choice of logic style is very important for circuit performance. A compact, good cost benefit, high-performance ratio comparator plays an important role in almost all hardware sorters II. EFFICIENT FULL ADDER: Some of the standard efficient full adders are compared and the full adder with less power is considered for the design of RCA and three stages of CSA. 2.1 REVIEW OF THREE STATE-OF-ART FULL ADDER CELLS There are different types of CMOS full adder. This section reviewed the three state-of-the-art 1-bit full adders. This proposed cell is compared with them. The Bridge circuit has 26 transistors this design creates a conditional conjunction between two circuit nodes. Full Adders which are based on fully symmetric CMOS style are called Bridge Full Adders. RESEARCH ARTICLE OPEN ACCESS
  • 2. Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 www.ijera.com 121 | P a g e Figure 2.1: Bridge Full Adder Figure 1.2: Schematic of bridge Full Adder The full-adder with 24 transistors (FA24T) has 24 transistors this full Adder is based on Bridge style. The body of FA24T has two transistors less than Bridge and has better power consumption. In FA24t, a bridge circuit generates Cout and another bridge circuit is utilized in series with the prior to generate sum. Figure 2.2: FA24T Full Adder Figure 2.3: Schematic of FA24T Full Adder in cadence tool The N10T full adder has only 10 transistors. Lowering the number of transistors is the advantage of this cell which leads to better performance and less silicon area. However poor driving capability and non full swing nodes are the serious problems of this full adder cell. Figure 2.5: N-10T Full Adder Figure 2.6: Schematics of N-10T Full Adder in Cadence tool
  • 3. Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 www.ijera.com 122 | P a g e 2.3 Layout of Efficient full-adder Figure 2.7: Layout of Efficient Full Adder III. 1-BIT MAGNITUDE COMPARATOR First of all we need to design an 1 bit comparator. We can easily make such a component, 2 bits for input A and B, and 2 bits for output X and Y. X is one when A is larger than B which means only when A is one and B is zero will set X to one. And for the Y, only when A and B both become one and zero will it be set. Here we can define. X=AB’ Y=AB+A’B’ Table 3.1: OPERATION TABLE FOR 1-BIT COMPARATOR. Second we draw the Karnaugh-map of 1-bit comparator and find the relationship between the input and the output. And en (enable input) is for cascading purpose. X=AB’ (When A>B) Y=AB+A’B’ (When A=B) The circuit diagram of 1 bit comparator is shown in fig.2. Which is consist of Four two-input AND gates, One two-input NOR gate, Two inverters and one enable input. Figure 3.2: Schematic of conventional 1-bit comparator Figure 3.3: Schematic of conventional 1-bit comparator in Cadence tool Figure 3.4: Layout of of conventional 1-bit comparator IV. 16-BIT MAGNITUDE COMPARATOR USING EFFICIENT FULL ADDER The implementation of 16-bit comparator is shown in figure below. To neither implement this we need 16 1-bit efficient Full Adders and one 16-input AND gate and a two input NOR gate. It has inputs (X16, Y16 X15,Y15 and so on up to X1,Y1).and for each Full Adder we have S and C as outputs. The output sum of each Full Adder(i.e S1 toS16) has been given to and gate the output of and gate determines whether XeY. Output carry C16 determines whether XgY The two outputs has been given to NOR gate and output of NOR gate determines whether XlY y is connected to enable input of each comparator and each x input is connected to 12-input OR gate. Figure 4.1: Schematic of conventional 16-bit comparator
  • 4. Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 www.ijera.com 123 | P a g e Figure 4.2: Schematic of 16-Bit Comparator using efficient Full Adder in Cadence tool ‘’ Figure 4.3: Schematic of 16-Bit Comparator using Efficient Full Adder V. RESULT Figure 5.1: Simulation of 16-Bit Comparator in Cadence Tool VI. COMPARATIVE ANALYSIS Table 7.1: Comparison of Adders Structure No. of Transistors Power (μw) Delay (ns) PDP Bridge 26 1.66 104.2 172.97 FA24T 24 1.66 137.9 228.91 N-10T 10 1.13 73.5 83.05 Table 7.2: Parameters of Proposed 16-Bit efficient Comparator Parameters 16-Bit Comparator using efficient Full Adder Power(mW) 0.20 Delay(ns) 0.281 Speed(Msamples/sec) 3.55 Slices 22 LUT’s 38 IOB’s 52 Transistors 198 VII. CONCLUSION Conventional 16-Bit comparator consume more power, more area and more delay. To overcome the problem of power, area and delay, the proposed design makes use of efficient full adders. Among the tested three efficient full-adders N-10T is found to be the most efficient full-adder. Therefore It has been found that the transistor count, power dissipation of the improved comparator using N-10T is less than that of the conventional comparator design . VIII. ACKNOWLEDGEMENT My heartfelt thanks and deepest gratitude to Dr. Mohan Kumar, Principal, S.D.M.C.E.T, Dharwad for his encouragement and motivation which were instrumental in conducting this work. My grateful regards to Prof. Savitri Raju, H.O.D , Prof. Kotresh E. Marali, Mr.Vishwanath Lakkanavar[PG Student] Department of Electronics and Communication, S.D.M.C.E.T, Dharwad for supporting me to carry out this work successfully and extending the resources of the Department.
  • 5. Nikhil N Amminabhavi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 2), August 2014, pp.120-124 www.ijera.com 124 | P a g e REFERENCES [1] Mohammad Hossein Moaiyeri and Reza Faghih Mirzaee, ”Two new Low-Power and High-Performance Full adders”, Journal of computers, Vol. 4, No. 2, February 2009. [2] Digital Principles and Design – Donald G. Givone [3] Basic VLSI Design – Douglas A. Pucknell . [4] Dimitrios Sourdis, Christian Piguet and Costas Goutis , Designing CMOS Circuits for Low Power, European Low-Power Initiative for Electronic System Design Kluwer Academic Publishers, 2004, ISBN: 978-1-4020-7234-5. [5] C. H. Chang, J. Gu and M. Zhang, “A review of 0.18μm full adder performances for tree structured arithmetic circuits”, IEEE Transactions on Very Large CSAle Integration (VLSI) Systems, vol. 13, no. 6. [6] D. Radhakrishnan, “Low-voltage low-power CMOS full adder”, IEEE Proceedings- Circuits, Devices and Systems, vol.148, pp. 19 -24, Feb.2001. [7] H. Traff, “Noval approach to high speed CMOS current Comparator,” Electron. Letter, vol. 28, no. 3, pp. 310- 312, Jan.1992. [8] Jan M. Rabaey, Anantha Chandrakasan and Borivoje Nikolic, “Digital Integrated Circuit”, Pearson Education Electronics and VLSI series, second edition.] [9] Sung-Mo Kang and Yusuf Leblebici, “CMOS Digital Integrated Circuits Analysis and Design”, Tata McGraw-Hill third edition. [10] Current Comparator Design,” Electron. Letter, vol. 44, no.3,pp.171-172, Jan. 2008. [11] Lu Chen, Bingxue Shi and Chun Lu, “A Robust High-Speed and Low-power CMOS Current Comparator Circuit,” IEEE Asia- Pacific Conf. On Circuits and Systems, pp. 174-177, 2000.