SlideShare a Scribd company logo
1 of 3
Download to read offline
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 78
Optimized Layout Design of Priority Encoder
using 65nm Technology
AmriteshOjha
Department of ECE, National Institute of Technical Teachers’ Training &Research Chandigarh, India-
amriteshojha05@gmail.com
Abstract: This paper provides comparative performance
analysis of power and area of 4 bit priority encoder using
65nm technology.Two priority encoder approaches are
presented, one with full automatic and the other with
semicustom. The main objective is to compare full automatic
and semicustomdesigned layout on the basis of two
parameters which is power and area. The automatic design
circuit simulation has been done on logic editor and layout
created from Verilog file which is simulated. The
semicustom layout is created manually and simulated.
Creation of layout in both types of method is done at 65nm
CMOS technology.The simulation results show that priority
encoder using semicustom design has improved power
efficiency and area by 29.61µWand 253.8µm2
respectively.
Keywords: Priority Encoder, Low Power, Area,65nm
technology, CMOS
1. INTRODUCTION
Nowadays, priority encoder has been widely utilizedin
high-performance critical applications whichpersistently
impose special design constraints in terms ofhigh-
frequency, low power consumption, and minimal area
[1].In the growth of the integrated circuit towards large
integration density with high operating frequency the
concern issues are power, delay and smaller silicon area
with higher speed [2].Priority encoders are used in a
number of computer systems as wellas other applications.
When several processes, modules, or units requesta single
hardware (or software) resource, a decision has to bemade
to allow a single request to use such a resource. The
priorityencoder implements a fixed selection function
where the resource isgranted to the request with the
highest priority [3].The development of digital integrated
circuits ischallenged by higher power consumption [4].As
the computer systemsbecome more compact the area
ofthe PE becomes a key parameter in the design of
thesystem. And at the same time, the overwhelming
demand forportable electronics encourages the
development of apower optimized PE structure[5].This
paper discusses comparison between 4 bit priority
encoder design between fully automatic layout using
static CMOS logic and semi-custom layout using static
CMOS logic at 65nm technology.Industrial 65nm
processes have been introduced by Toshiba in 2002,
Fujitsu, NEC and STMicroelectronics in 2003 and by
Intel in 2004. With transistor channels ranging from 30nm
to 50nm in size (30 to 50 billionth of a meter),
comparable to smallest microorganisms this technology is
truly nanotechnology [6].Here Microwind3 is used to
draw the layout of the CMOS circuit [7].In digital
electronic an encoder is the logic device that converts 2N
input signals to N-bit coded outputs. The output of a
priority encoder is the binary representation of the ordinal
number starting from zero of the most significant input
bit. If two or more inputs are given at the same time, the
input having the highest priority will take precedence.
2. PRIORITY ENCODER DESIGN
This 4 bit priority encoder circuit is designed to control
interrupt requests by acting on highest priority request
with output produced by the desired bit.The truth table of
priority encoder is given in Table1. The Xs are don’t care
conditions that designate the fact that the binary values
represent either 0 or 1.Input D3 has highest priority, so
regardless of the value of other inputs, when the input is
1, the output Y1, Y2 is 11.D2 has the priority level. The
output is 10 if D2 =1 and D3 = 0, irrespective of the values
of the other two lower priority inputs, the outputs for D3
is generated only if higher priority inputs are 0, and so on
down the priority level. A valid output indicator V is set
to 1 only when one or more of the inputs are equal to 1. If
all the inputs are equal to 0, V is equal to 0, and the other
two outputs (Y1 and Y0) of the circuit are not used [8].
Table.1 Truth table of 4 bit priority encoder
‘
Fig.1.Shows the logic diagram of 4 bit priority encoder
which consists two 2 input OR gates, one 4 inputs OR
gate, one 2 input AND gate and one inverter
Fig.1. Logiclevel priorityencoder
Now replacing the basic logic gates used in above logic
level diagram by their staticCMOS logic using DSCH
Inputs Outputs
D0 D1 D2 D3 Y1 Y0 V
0
1
X
X
X
0
0
1
X
X
0
0
0
1
X
0
1
0
0
1
X
0
0
1
1
X
0
1
0
1
0
1
1
1
1
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
79 NITTTR, Chandigarh EDIT-2015
represented in fig. 2. The DSCH program is a logic editor
and simulator. DSCH is used to validate the architecture
of logic circuit before microelectronics design is started
[9].Fig. 2 shows the CMOS implemented 4 bit priority
encoder on DSCH3.CMOS semiconductors have both
PMOS and NMOS transistors and only one of them is on
at any instant of time.
Fig. 2.CMOS equivalent on DSCH3
Fig.3.shows the output simulation of CMOS equivalent of
4 bit priority encoder on DSCH.
Fig.3. Simulation result of equivalent CMOS logic
The DSCH program is a logic editor and simulation. It
provides user-friendly and fast simulation [10].
3. PRIORITY ENCODER LAYOUT SIMULATION
This section consist two design layout simulation mainly
full automatic layout and semicustom layout. Full
automatic layout has been developed on Microwind3.1.
HereVerilog file generated on DSCH3 got compiled and
give an idea about all PMOS and NMOS connectionswith
ground and supply voltage. It gives an idea about
interconnections between two different metal
layerspolysilicon layer and metal layers got connected.It
also gives an idea about lambda rule to design our desired
logic circuit. Fig. 4. Shows the fully automatic layout
generated on Microwind3.1 of 4 bitpriority encoder when
we use staticCMOS logic gates. So this is the gate level
implementation of our desired logic level circuit.
Fig.4.Full automatic layout using staticCMOS logic
The simulation result is shown in fig. 5.
Fig. 5. Simulation result of full automatic layout
Fig.6. Shows the semicustom design layout using
staticCMOS logic using Microwind3.1 on 65nm
technology.
Fig. 6. Semi-Custom layout using static CMOS logic
Fig. 7.Shows the simulation result of semi-custom layout.
Fig.7.Simulation result of semi-custom layout
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 80
4. RESULT ANALYSIS
Comparative analysis between automatic design layout
and semi-custom design layout of 4 bit priority encoder is
shown in table.2.Comparison is based on the factor
responsible for factors affecting performance of priority
encoder are power dissipation and effective area used.
Comparison shows that semi-custom design based 4
bitpriority encoder is better than automatic design layout.
This improvement in power and area is recorded on 65nm
technology in both design techniques.
Table.2 comparative performance analysis
Fig. 8.and fig. 9. Represents the comparison on Column
chart for power and area respectively.
Fig.8. Power Graph
Fig.9.Area Graph
5. CONCLUSION
From the above analysis it can be concluded that
semicustom is more useful technique to reduce the
effective area on a chip and power dissipation
thanautomatic.So semi-custom design analysis of 4 bit
priority encoder finds the better simulation results for
both parameters i.e. power consumptions and area. Full
custom design for priority encoder for more number of
bits is another considerable design which is the future
aspect of this paper. Thus as shown in table.2 power
consumption is reduced by 86.35% and area is reduced by
83.40%.
REFERENCES
[1] Saleh Abdel-hafeez and ShadiHarb, “A VLSI High-Performance
Priority Encoder UsingStandard CMOS Library”, IEEE Transactions on
Circuits and Systems—II: Express Briefs, Vol. 53, No. 8, pp. 597-601,
2006
[2] Swati Sharma, Rajesh Mehra:“Area & Power Efficient Design of
XNOR-XOR Logic Using 65nm Technology”, International Journal of
Engineering and Technical Research, pp.57-60,2014
[3] José G. Delgado-Frias, and JabulaniNyathi, “A High-
PerformanceEncoder with PriorityLookahead”, IEEE Transactions on
Circuits and Systems—I: Fundamental Theory and Applications, Vol.
47, No. 9, pp.1390-1393, 2000.
[4] PushpaSaini, Rajesh Mehra:“A Novel Technique for Glitch and
Leakage PowerReduction in CMOS VLSI Circuits”, International
Journal of Advanced Computer Science and Applications, Vol. 3, No.
10,pp.161-168 2013
[5] Cheong KUN, ShaoleiQuan, and Andrew Mason, “A Power-
Optimized 64-Bit Priority EncoderUtilizing Parallel Priority Look-
Ahead”, International Journal of Ad hoc, Sensor & Ubiquitous
Computing (IJASUC), Vol.1, no.3, pp.85-91, 2010
[6]Etienne SICARD,SyedMahfuzulAziz:“Introducing 65nm technology
in Microwind3”, Microwind application Notes,pp. 3, 2006
[7] VandanaChoudhary,Rajesh Mehra:“2- Bit Comparator Using
Different Logic Style of Full Adder”, International Journal of Soft
Computing and Engineering (IJSCE), Volume-3, Issue-2,pp. 277-
279,2013
[8] M. Morris Mano, Michael D. Ciletti:“Digital Design”, Pearson
Education Inc., pp. 167-168, Fourth Edition, 2008
[9] Etienne SICARD:User’s Manual: Microwind and DSCH”, Version
3,pp. 7, 2006
[10] I. Hassoune, D. Flandre, I. O’Connor and J.D.Legat:ULPFA: ANew
Efficient Design of A Power Aware Full Adder”, IEEE Transactions on
Circuits and Systems I-5438,pp.2066-2074, 2008
0
50
Full
Automatic
Semi
Custom
35.94
10.38
Power
0
500
1 2
293.9
40.1
Area
Parameters Full
automatic
layout
design
Semi-
custom
layoutdesign
Power
(µW)
35.94 6.32
Area
(µm2
)
293.9 40.1
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 80
4. RESULT ANALYSIS
Comparative analysis between automatic design layout
and semi-custom design layout of 4 bit priority encoder is
shown in table.2.Comparison is based on the factor
responsible for factors affecting performance of priority
encoder are power dissipation and effective area used.
Comparison shows that semi-custom design based 4
bitpriority encoder is better than automatic design layout.
This improvement in power and area is recorded on 65nm
technology in both design techniques.
Table.2 comparative performance analysis
Fig. 8.and fig. 9. Represents the comparison on Column
chart for power and area respectively.
Fig.8. Power Graph
Fig.9.Area Graph
5. CONCLUSION
From the above analysis it can be concluded that
semicustom is more useful technique to reduce the
effective area on a chip and power dissipation
thanautomatic.So semi-custom design analysis of 4 bit
priority encoder finds the better simulation results for
both parameters i.e. power consumptions and area. Full
custom design for priority encoder for more number of
bits is another considerable design which is the future
aspect of this paper. Thus as shown in table.2 power
consumption is reduced by 86.35% and area is reduced by
83.40%.
REFERENCES
[1] Saleh Abdel-hafeez and ShadiHarb, “A VLSI High-Performance
Priority Encoder UsingStandard CMOS Library”, IEEE Transactions on
Circuits and Systems—II: Express Briefs, Vol. 53, No. 8, pp. 597-601,
2006
[2] Swati Sharma, Rajesh Mehra:“Area & Power Efficient Design of
XNOR-XOR Logic Using 65nm Technology”, International Journal of
Engineering and Technical Research, pp.57-60,2014
[3] José G. Delgado-Frias, and JabulaniNyathi, “A High-
PerformanceEncoder with PriorityLookahead”, IEEE Transactions on
Circuits and Systems—I: Fundamental Theory and Applications, Vol.
47, No. 9, pp.1390-1393, 2000.
[4] PushpaSaini, Rajesh Mehra:“A Novel Technique for Glitch and
Leakage PowerReduction in CMOS VLSI Circuits”, International
Journal of Advanced Computer Science and Applications, Vol. 3, No.
10,pp.161-168 2013
[5] Cheong KUN, ShaoleiQuan, and Andrew Mason, “A Power-
Optimized 64-Bit Priority EncoderUtilizing Parallel Priority Look-
Ahead”, International Journal of Ad hoc, Sensor & Ubiquitous
Computing (IJASUC), Vol.1, no.3, pp.85-91, 2010
[6]Etienne SICARD,SyedMahfuzulAziz:“Introducing 65nm technology
in Microwind3”, Microwind application Notes,pp. 3, 2006
[7] VandanaChoudhary,Rajesh Mehra:“2- Bit Comparator Using
Different Logic Style of Full Adder”, International Journal of Soft
Computing and Engineering (IJSCE), Volume-3, Issue-2,pp. 277-
279,2013
[8] M. Morris Mano, Michael D. Ciletti:“Digital Design”, Pearson
Education Inc., pp. 167-168, Fourth Edition, 2008
[9] Etienne SICARD:User’s Manual: Microwind and DSCH”, Version
3,pp. 7, 2006
[10] I. Hassoune, D. Flandre, I. O’Connor and J.D.Legat:ULPFA: ANew
Efficient Design of A Power Aware Full Adder”, IEEE Transactions on
Circuits and Systems I-5438,pp.2066-2074, 2008
Semi
Custom
10.38
40.1
Parameters Full
automatic
layout
design
Semi-
custom
layoutdesign
Power
(µW)
35.94 6.32
Area
(µm2
)
293.9 40.1
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 80
4. RESULT ANALYSIS
Comparative analysis between automatic design layout
and semi-custom design layout of 4 bit priority encoder is
shown in table.2.Comparison is based on the factor
responsible for factors affecting performance of priority
encoder are power dissipation and effective area used.
Comparison shows that semi-custom design based 4
bitpriority encoder is better than automatic design layout.
This improvement in power and area is recorded on 65nm
technology in both design techniques.
Table.2 comparative performance analysis
Fig. 8.and fig. 9. Represents the comparison on Column
chart for power and area respectively.
Fig.8. Power Graph
Fig.9.Area Graph
5. CONCLUSION
From the above analysis it can be concluded that
semicustom is more useful technique to reduce the
effective area on a chip and power dissipation
thanautomatic.So semi-custom design analysis of 4 bit
priority encoder finds the better simulation results for
both parameters i.e. power consumptions and area. Full
custom design for priority encoder for more number of
bits is another considerable design which is the future
aspect of this paper. Thus as shown in table.2 power
consumption is reduced by 86.35% and area is reduced by
83.40%.
REFERENCES
[1] Saleh Abdel-hafeez and ShadiHarb, “A VLSI High-Performance
Priority Encoder UsingStandard CMOS Library”, IEEE Transactions on
Circuits and Systems—II: Express Briefs, Vol. 53, No. 8, pp. 597-601,
2006
[2] Swati Sharma, Rajesh Mehra:“Area & Power Efficient Design of
XNOR-XOR Logic Using 65nm Technology”, International Journal of
Engineering and Technical Research, pp.57-60,2014
[3] José G. Delgado-Frias, and JabulaniNyathi, “A High-
PerformanceEncoder with PriorityLookahead”, IEEE Transactions on
Circuits and Systems—I: Fundamental Theory and Applications, Vol.
47, No. 9, pp.1390-1393, 2000.
[4] PushpaSaini, Rajesh Mehra:“A Novel Technique for Glitch and
Leakage PowerReduction in CMOS VLSI Circuits”, International
Journal of Advanced Computer Science and Applications, Vol. 3, No.
10,pp.161-168 2013
[5] Cheong KUN, ShaoleiQuan, and Andrew Mason, “A Power-
Optimized 64-Bit Priority EncoderUtilizing Parallel Priority Look-
Ahead”, International Journal of Ad hoc, Sensor & Ubiquitous
Computing (IJASUC), Vol.1, no.3, pp.85-91, 2010
[6]Etienne SICARD,SyedMahfuzulAziz:“Introducing 65nm technology
in Microwind3”, Microwind application Notes,pp. 3, 2006
[7] VandanaChoudhary,Rajesh Mehra:“2- Bit Comparator Using
Different Logic Style of Full Adder”, International Journal of Soft
Computing and Engineering (IJSCE), Volume-3, Issue-2,pp. 277-
279,2013
[8] M. Morris Mano, Michael D. Ciletti:“Digital Design”, Pearson
Education Inc., pp. 167-168, Fourth Edition, 2008
[9] Etienne SICARD:User’s Manual: Microwind and DSCH”, Version
3,pp. 7, 2006
[10] I. Hassoune, D. Flandre, I. O’Connor and J.D.Legat:ULPFA: ANew
Efficient Design of A Power Aware Full Adder”, IEEE Transactions on
Circuits and Systems I-5438,pp.2066-2074, 2008
Parameters Full
automatic
layout
design
Semi-
custom
layoutdesign
Power
(µW)
35.94 6.32
Area
(µm2
)
293.9 40.1

More Related Content

What's hot

Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...IRJET Journal
 
TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET
TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET
TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET IJECEIAES
 
Semi-custom Layout Design and Simulation of CMOS NAND Gate
Semi-custom Layout Design and Simulation of CMOS NAND GateSemi-custom Layout Design and Simulation of CMOS NAND Gate
Semi-custom Layout Design and Simulation of CMOS NAND GateIJEEE
 
Embedded fuzzy controller for water level control
Embedded fuzzy controller for water level control Embedded fuzzy controller for water level control
Embedded fuzzy controller for water level control IJECEIAES
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueIJMER
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIOSRJVSP
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Cemal Ardil
 
A Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaA Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaIJERA Editor
 
Iisrt z swati sharma
Iisrt z swati sharmaIisrt z swati sharma
Iisrt z swati sharmaIISRT
 
The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterIRJET Journal
 
Structural and hardware complexities of
Structural and hardware complexities ofStructural and hardware complexities of
Structural and hardware complexities ofijcsit
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...VLSICS Design
 
Mixed approach for scheduling process in wimax for high qos
Mixed approach for scheduling process in wimax for high qosMixed approach for scheduling process in wimax for high qos
Mixed approach for scheduling process in wimax for high qoseSAT Journals
 
Motion compensation for hand held camera devices
Motion compensation for hand held camera devicesMotion compensation for hand held camera devices
Motion compensation for hand held camera deviceseSAT Journals
 
Design and Implementation of DMC for Memory Reliability Enhancement
Design and Implementation of DMC for Memory Reliability EnhancementDesign and Implementation of DMC for Memory Reliability Enhancement
Design and Implementation of DMC for Memory Reliability EnhancementIRJET Journal
 
Hardware Complexity of Microprocessor Design According to Moore's Law
Hardware Complexity of Microprocessor Design According to Moore's LawHardware Complexity of Microprocessor Design According to Moore's Law
Hardware Complexity of Microprocessor Design According to Moore's Lawcsandit
 
kunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adderkunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adderKunjan Shinde
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskIAEME Publication
 
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeA new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeIAEME Publication
 

What's hot (20)

Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
 
TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET
TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET
TCAD Simulations and Small Signal Modeling of DMG AlGaN/GaN HFET
 
Semi-custom Layout Design and Simulation of CMOS NAND Gate
Semi-custom Layout Design and Simulation of CMOS NAND GateSemi-custom Layout Design and Simulation of CMOS NAND Gate
Semi-custom Layout Design and Simulation of CMOS NAND Gate
 
Embedded fuzzy controller for water level control
Embedded fuzzy controller for water level control Embedded fuzzy controller for water level control
Embedded fuzzy controller for water level control
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
 
A Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaA Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on Fpga
 
Iisrt z swati sharma
Iisrt z swati sharmaIisrt z swati sharma
Iisrt z swati sharma
 
The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian Filter
 
Structural and hardware complexities of
Structural and hardware complexities ofStructural and hardware complexities of
Structural and hardware complexities of
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
 
Mixed approach for scheduling process in wimax for high qos
Mixed approach for scheduling process in wimax for high qosMixed approach for scheduling process in wimax for high qos
Mixed approach for scheduling process in wimax for high qos
 
Motion compensation for hand held camera devices
Motion compensation for hand held camera devicesMotion compensation for hand held camera devices
Motion compensation for hand held camera devices
 
Design and Implementation of DMC for Memory Reliability Enhancement
Design and Implementation of DMC for Memory Reliability EnhancementDesign and Implementation of DMC for Memory Reliability Enhancement
Design and Implementation of DMC for Memory Reliability Enhancement
 
Hardware Complexity of Microprocessor Design According to Moore's Law
Hardware Complexity of Microprocessor Design According to Moore's LawHardware Complexity of Microprocessor Design According to Moore's Law
Hardware Complexity of Microprocessor Design According to Moore's Law
 
kunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adderkunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adder
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpsk
 
G1103026268
G1103026268G1103026268
G1103026268
 
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeA new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
 

Similar to Optimized Layout Design of Priority Encoder using 65nm Technology

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
 
DESIGN OF POWER EFFICIENT PRIORITY ENCODER
DESIGN OF POWER EFFICIENT PRIORITY ENCODERDESIGN OF POWER EFFICIENT PRIORITY ENCODER
DESIGN OF POWER EFFICIENT PRIORITY ENCODERIRJET Journal
 
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
 
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
 
Efficient Design of 64:1 Hybridized MUX for Low Area and Power VLSI
Efficient Design of 64:1 Hybridized MUX  for Low Area and Power VLSIEfficient Design of 64:1 Hybridized MUX  for Low Area and Power VLSI
Efficient Design of 64:1 Hybridized MUX for Low Area and Power VLSIIJEEE
 
Layout Design Implementation of NOR Gate
Layout Design Implementation of NOR Gate Layout Design Implementation of NOR Gate
Layout Design Implementation of NOR Gate IJEEE
 
Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology IJEEE
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsIJEEE
 
Efficient Layout Design Multiplexer By Using Different Technologies
Efficient Layout Design Multiplexer By Using Different Technologies Efficient Layout Design Multiplexer By Using Different Technologies
Efficient Layout Design Multiplexer By Using Different Technologies IJEEE
 
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
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyIJEEE
 
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
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcIOSRJECE
 
Design and analysis of dual-mode numerically controlled oscillators based co...
Design and analysis of dual-mode numerically controlled  oscillators based co...Design and analysis of dual-mode numerically controlled  oscillators based co...
Design and analysis of dual-mode numerically controlled oscillators based co...IJECEIAES
 
IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...
IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...
IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...IRJET Journal
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyIJEEE
 
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...IJERA Editor
 
Implementation of resource sharing strategy for power optimization in embedde...
Implementation of resource sharing strategy for power optimization in embedde...Implementation of resource sharing strategy for power optimization in embedde...
Implementation of resource sharing strategy for power optimization in embedde...Alexander Decker
 

Similar to Optimized Layout Design of Priority Encoder using 65nm Technology (20)

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
 
DESIGN OF POWER EFFICIENT PRIORITY ENCODER
DESIGN OF POWER EFFICIENT PRIORITY ENCODERDESIGN OF POWER EFFICIENT PRIORITY ENCODER
DESIGN OF POWER EFFICIENT PRIORITY ENCODER
 
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
 
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
 
Efficient Design of 64:1 Hybridized MUX for Low Area and Power VLSI
Efficient Design of 64:1 Hybridized MUX  for Low Area and Power VLSIEfficient Design of 64:1 Hybridized MUX  for Low Area and Power VLSI
Efficient Design of 64:1 Hybridized MUX for Low Area and Power VLSI
 
Layout Design Implementation of NOR Gate
Layout Design Implementation of NOR Gate Layout Design Implementation of NOR Gate
Layout Design Implementation of NOR Gate
 
Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI Interconnects
 
Efficient Layout Design Multiplexer By Using Different Technologies
Efficient Layout Design Multiplexer By Using Different Technologies Efficient Layout Design Multiplexer By Using Different Technologies
Efficient Layout Design Multiplexer By Using Different Technologies
 
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
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm Technology
 
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...
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
 
Ce4301462465
Ce4301462465Ce4301462465
Ce4301462465
 
High Speed 8-bit Counters using State Excitation Logic and their Application ...
High Speed 8-bit Counters using State Excitation Logic and their Application ...High Speed 8-bit Counters using State Excitation Logic and their Application ...
High Speed 8-bit Counters using State Excitation Logic and their Application ...
 
Design and analysis of dual-mode numerically controlled oscillators based co...
Design and analysis of dual-mode numerically controlled  oscillators based co...Design and analysis of dual-mode numerically controlled  oscillators based co...
Design and analysis of dual-mode numerically controlled oscillators based co...
 
IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...
IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...
IRJET- Arithmetic Logic Unit Design with Comparison Power Consumption on Diff...
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
 
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
 
Implementation of resource sharing strategy for power optimization in embedde...
Implementation of resource sharing strategy for power optimization in embedde...Implementation of resource sharing strategy for power optimization in embedde...
Implementation of resource sharing strategy for power optimization in embedde...
 

More from IJEEE

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...IJEEE
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...IJEEE
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemIJEEE
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierIJEEE
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...IJEEE
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...IJEEE
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas IJEEE
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...IJEEE
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewIJEEE
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyIJEEE
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringIJEEE
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyIJEEE
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications IJEEE
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsIJEEE
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing IJEEE
 
Design and Analysis of CMOS Instrumentation Amplifier
Design and Analysis of CMOS Instrumentation AmplifierDesign and Analysis of CMOS Instrumentation Amplifier
Design and Analysis of CMOS Instrumentation AmplifierIJEEE
 
Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)
Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)
Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)IJEEE
 

More from IJEEE (20)

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
Id136
Id136Id136
Id136
 
Id135
Id135Id135
Id135
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric System
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A Survey
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health Monitoring
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS Technology
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 
Design and Analysis of CMOS Instrumentation Amplifier
Design and Analysis of CMOS Instrumentation AmplifierDesign and Analysis of CMOS Instrumentation Amplifier
Design and Analysis of CMOS Instrumentation Amplifier
 
Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)
Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)
Capacity Improvement of Cellular System Using Fractional Frequency Reuse (FFR)
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 

Optimized Layout Design of Priority Encoder using 65nm Technology

  • 1. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 78 Optimized Layout Design of Priority Encoder using 65nm Technology AmriteshOjha Department of ECE, National Institute of Technical Teachers’ Training &Research Chandigarh, India- amriteshojha05@gmail.com Abstract: This paper provides comparative performance analysis of power and area of 4 bit priority encoder using 65nm technology.Two priority encoder approaches are presented, one with full automatic and the other with semicustom. The main objective is to compare full automatic and semicustomdesigned layout on the basis of two parameters which is power and area. The automatic design circuit simulation has been done on logic editor and layout created from Verilog file which is simulated. The semicustom layout is created manually and simulated. Creation of layout in both types of method is done at 65nm CMOS technology.The simulation results show that priority encoder using semicustom design has improved power efficiency and area by 29.61µWand 253.8µm2 respectively. Keywords: Priority Encoder, Low Power, Area,65nm technology, CMOS 1. INTRODUCTION Nowadays, priority encoder has been widely utilizedin high-performance critical applications whichpersistently impose special design constraints in terms ofhigh- frequency, low power consumption, and minimal area [1].In the growth of the integrated circuit towards large integration density with high operating frequency the concern issues are power, delay and smaller silicon area with higher speed [2].Priority encoders are used in a number of computer systems as wellas other applications. When several processes, modules, or units requesta single hardware (or software) resource, a decision has to bemade to allow a single request to use such a resource. The priorityencoder implements a fixed selection function where the resource isgranted to the request with the highest priority [3].The development of digital integrated circuits ischallenged by higher power consumption [4].As the computer systemsbecome more compact the area ofthe PE becomes a key parameter in the design of thesystem. And at the same time, the overwhelming demand forportable electronics encourages the development of apower optimized PE structure[5].This paper discusses comparison between 4 bit priority encoder design between fully automatic layout using static CMOS logic and semi-custom layout using static CMOS logic at 65nm technology.Industrial 65nm processes have been introduced by Toshiba in 2002, Fujitsu, NEC and STMicroelectronics in 2003 and by Intel in 2004. With transistor channels ranging from 30nm to 50nm in size (30 to 50 billionth of a meter), comparable to smallest microorganisms this technology is truly nanotechnology [6].Here Microwind3 is used to draw the layout of the CMOS circuit [7].In digital electronic an encoder is the logic device that converts 2N input signals to N-bit coded outputs. The output of a priority encoder is the binary representation of the ordinal number starting from zero of the most significant input bit. If two or more inputs are given at the same time, the input having the highest priority will take precedence. 2. PRIORITY ENCODER DESIGN This 4 bit priority encoder circuit is designed to control interrupt requests by acting on highest priority request with output produced by the desired bit.The truth table of priority encoder is given in Table1. The Xs are don’t care conditions that designate the fact that the binary values represent either 0 or 1.Input D3 has highest priority, so regardless of the value of other inputs, when the input is 1, the output Y1, Y2 is 11.D2 has the priority level. The output is 10 if D2 =1 and D3 = 0, irrespective of the values of the other two lower priority inputs, the outputs for D3 is generated only if higher priority inputs are 0, and so on down the priority level. A valid output indicator V is set to 1 only when one or more of the inputs are equal to 1. If all the inputs are equal to 0, V is equal to 0, and the other two outputs (Y1 and Y0) of the circuit are not used [8]. Table.1 Truth table of 4 bit priority encoder ‘ Fig.1.Shows the logic diagram of 4 bit priority encoder which consists two 2 input OR gates, one 4 inputs OR gate, one 2 input AND gate and one inverter Fig.1. Logiclevel priorityencoder Now replacing the basic logic gates used in above logic level diagram by their staticCMOS logic using DSCH Inputs Outputs D0 D1 D2 D3 Y1 Y0 V 0 1 X X X 0 0 1 X X 0 0 0 1 X 0 1 0 0 1 X 0 0 1 1 X 0 1 0 1 0 1 1 1 1
  • 2. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 79 NITTTR, Chandigarh EDIT-2015 represented in fig. 2. The DSCH program is a logic editor and simulator. DSCH is used to validate the architecture of logic circuit before microelectronics design is started [9].Fig. 2 shows the CMOS implemented 4 bit priority encoder on DSCH3.CMOS semiconductors have both PMOS and NMOS transistors and only one of them is on at any instant of time. Fig. 2.CMOS equivalent on DSCH3 Fig.3.shows the output simulation of CMOS equivalent of 4 bit priority encoder on DSCH. Fig.3. Simulation result of equivalent CMOS logic The DSCH program is a logic editor and simulation. It provides user-friendly and fast simulation [10]. 3. PRIORITY ENCODER LAYOUT SIMULATION This section consist two design layout simulation mainly full automatic layout and semicustom layout. Full automatic layout has been developed on Microwind3.1. HereVerilog file generated on DSCH3 got compiled and give an idea about all PMOS and NMOS connectionswith ground and supply voltage. It gives an idea about interconnections between two different metal layerspolysilicon layer and metal layers got connected.It also gives an idea about lambda rule to design our desired logic circuit. Fig. 4. Shows the fully automatic layout generated on Microwind3.1 of 4 bitpriority encoder when we use staticCMOS logic gates. So this is the gate level implementation of our desired logic level circuit. Fig.4.Full automatic layout using staticCMOS logic The simulation result is shown in fig. 5. Fig. 5. Simulation result of full automatic layout Fig.6. Shows the semicustom design layout using staticCMOS logic using Microwind3.1 on 65nm technology. Fig. 6. Semi-Custom layout using static CMOS logic Fig. 7.Shows the simulation result of semi-custom layout. Fig.7.Simulation result of semi-custom layout
  • 3. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 80 4. RESULT ANALYSIS Comparative analysis between automatic design layout and semi-custom design layout of 4 bit priority encoder is shown in table.2.Comparison is based on the factor responsible for factors affecting performance of priority encoder are power dissipation and effective area used. Comparison shows that semi-custom design based 4 bitpriority encoder is better than automatic design layout. This improvement in power and area is recorded on 65nm technology in both design techniques. Table.2 comparative performance analysis Fig. 8.and fig. 9. Represents the comparison on Column chart for power and area respectively. Fig.8. Power Graph Fig.9.Area Graph 5. CONCLUSION From the above analysis it can be concluded that semicustom is more useful technique to reduce the effective area on a chip and power dissipation thanautomatic.So semi-custom design analysis of 4 bit priority encoder finds the better simulation results for both parameters i.e. power consumptions and area. Full custom design for priority encoder for more number of bits is another considerable design which is the future aspect of this paper. Thus as shown in table.2 power consumption is reduced by 86.35% and area is reduced by 83.40%. REFERENCES [1] Saleh Abdel-hafeez and ShadiHarb, “A VLSI High-Performance Priority Encoder UsingStandard CMOS Library”, IEEE Transactions on Circuits and Systems—II: Express Briefs, Vol. 53, No. 8, pp. 597-601, 2006 [2] Swati Sharma, Rajesh Mehra:“Area & Power Efficient Design of XNOR-XOR Logic Using 65nm Technology”, International Journal of Engineering and Technical Research, pp.57-60,2014 [3] José G. Delgado-Frias, and JabulaniNyathi, “A High- PerformanceEncoder with PriorityLookahead”, IEEE Transactions on Circuits and Systems—I: Fundamental Theory and Applications, Vol. 47, No. 9, pp.1390-1393, 2000. [4] PushpaSaini, Rajesh Mehra:“A Novel Technique for Glitch and Leakage PowerReduction in CMOS VLSI Circuits”, International Journal of Advanced Computer Science and Applications, Vol. 3, No. 10,pp.161-168 2013 [5] Cheong KUN, ShaoleiQuan, and Andrew Mason, “A Power- Optimized 64-Bit Priority EncoderUtilizing Parallel Priority Look- Ahead”, International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC), Vol.1, no.3, pp.85-91, 2010 [6]Etienne SICARD,SyedMahfuzulAziz:“Introducing 65nm technology in Microwind3”, Microwind application Notes,pp. 3, 2006 [7] VandanaChoudhary,Rajesh Mehra:“2- Bit Comparator Using Different Logic Style of Full Adder”, International Journal of Soft Computing and Engineering (IJSCE), Volume-3, Issue-2,pp. 277- 279,2013 [8] M. Morris Mano, Michael D. Ciletti:“Digital Design”, Pearson Education Inc., pp. 167-168, Fourth Edition, 2008 [9] Etienne SICARD:User’s Manual: Microwind and DSCH”, Version 3,pp. 7, 2006 [10] I. Hassoune, D. Flandre, I. O’Connor and J.D.Legat:ULPFA: ANew Efficient Design of A Power Aware Full Adder”, IEEE Transactions on Circuits and Systems I-5438,pp.2066-2074, 2008 0 50 Full Automatic Semi Custom 35.94 10.38 Power 0 500 1 2 293.9 40.1 Area Parameters Full automatic layout design Semi- custom layoutdesign Power (µW) 35.94 6.32 Area (µm2 ) 293.9 40.1 Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 80 4. RESULT ANALYSIS Comparative analysis between automatic design layout and semi-custom design layout of 4 bit priority encoder is shown in table.2.Comparison is based on the factor responsible for factors affecting performance of priority encoder are power dissipation and effective area used. Comparison shows that semi-custom design based 4 bitpriority encoder is better than automatic design layout. This improvement in power and area is recorded on 65nm technology in both design techniques. Table.2 comparative performance analysis Fig. 8.and fig. 9. Represents the comparison on Column chart for power and area respectively. Fig.8. Power Graph Fig.9.Area Graph 5. CONCLUSION From the above analysis it can be concluded that semicustom is more useful technique to reduce the effective area on a chip and power dissipation thanautomatic.So semi-custom design analysis of 4 bit priority encoder finds the better simulation results for both parameters i.e. power consumptions and area. Full custom design for priority encoder for more number of bits is another considerable design which is the future aspect of this paper. Thus as shown in table.2 power consumption is reduced by 86.35% and area is reduced by 83.40%. REFERENCES [1] Saleh Abdel-hafeez and ShadiHarb, “A VLSI High-Performance Priority Encoder UsingStandard CMOS Library”, IEEE Transactions on Circuits and Systems—II: Express Briefs, Vol. 53, No. 8, pp. 597-601, 2006 [2] Swati Sharma, Rajesh Mehra:“Area & Power Efficient Design of XNOR-XOR Logic Using 65nm Technology”, International Journal of Engineering and Technical Research, pp.57-60,2014 [3] José G. Delgado-Frias, and JabulaniNyathi, “A High- PerformanceEncoder with PriorityLookahead”, IEEE Transactions on Circuits and Systems—I: Fundamental Theory and Applications, Vol. 47, No. 9, pp.1390-1393, 2000. [4] PushpaSaini, Rajesh Mehra:“A Novel Technique for Glitch and Leakage PowerReduction in CMOS VLSI Circuits”, International Journal of Advanced Computer Science and Applications, Vol. 3, No. 10,pp.161-168 2013 [5] Cheong KUN, ShaoleiQuan, and Andrew Mason, “A Power- Optimized 64-Bit Priority EncoderUtilizing Parallel Priority Look- Ahead”, International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC), Vol.1, no.3, pp.85-91, 2010 [6]Etienne SICARD,SyedMahfuzulAziz:“Introducing 65nm technology in Microwind3”, Microwind application Notes,pp. 3, 2006 [7] VandanaChoudhary,Rajesh Mehra:“2- Bit Comparator Using Different Logic Style of Full Adder”, International Journal of Soft Computing and Engineering (IJSCE), Volume-3, Issue-2,pp. 277- 279,2013 [8] M. Morris Mano, Michael D. Ciletti:“Digital Design”, Pearson Education Inc., pp. 167-168, Fourth Edition, 2008 [9] Etienne SICARD:User’s Manual: Microwind and DSCH”, Version 3,pp. 7, 2006 [10] I. Hassoune, D. Flandre, I. O’Connor and J.D.Legat:ULPFA: ANew Efficient Design of A Power Aware Full Adder”, IEEE Transactions on Circuits and Systems I-5438,pp.2066-2074, 2008 Semi Custom 10.38 40.1 Parameters Full automatic layout design Semi- custom layoutdesign Power (µW) 35.94 6.32 Area (µm2 ) 293.9 40.1 Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 80 4. RESULT ANALYSIS Comparative analysis between automatic design layout and semi-custom design layout of 4 bit priority encoder is shown in table.2.Comparison is based on the factor responsible for factors affecting performance of priority encoder are power dissipation and effective area used. Comparison shows that semi-custom design based 4 bitpriority encoder is better than automatic design layout. This improvement in power and area is recorded on 65nm technology in both design techniques. Table.2 comparative performance analysis Fig. 8.and fig. 9. Represents the comparison on Column chart for power and area respectively. Fig.8. Power Graph Fig.9.Area Graph 5. CONCLUSION From the above analysis it can be concluded that semicustom is more useful technique to reduce the effective area on a chip and power dissipation thanautomatic.So semi-custom design analysis of 4 bit priority encoder finds the better simulation results for both parameters i.e. power consumptions and area. Full custom design for priority encoder for more number of bits is another considerable design which is the future aspect of this paper. Thus as shown in table.2 power consumption is reduced by 86.35% and area is reduced by 83.40%. REFERENCES [1] Saleh Abdel-hafeez and ShadiHarb, “A VLSI High-Performance Priority Encoder UsingStandard CMOS Library”, IEEE Transactions on Circuits and Systems—II: Express Briefs, Vol. 53, No. 8, pp. 597-601, 2006 [2] Swati Sharma, Rajesh Mehra:“Area & Power Efficient Design of XNOR-XOR Logic Using 65nm Technology”, International Journal of Engineering and Technical Research, pp.57-60,2014 [3] José G. Delgado-Frias, and JabulaniNyathi, “A High- PerformanceEncoder with PriorityLookahead”, IEEE Transactions on Circuits and Systems—I: Fundamental Theory and Applications, Vol. 47, No. 9, pp.1390-1393, 2000. [4] PushpaSaini, Rajesh Mehra:“A Novel Technique for Glitch and Leakage PowerReduction in CMOS VLSI Circuits”, International Journal of Advanced Computer Science and Applications, Vol. 3, No. 10,pp.161-168 2013 [5] Cheong KUN, ShaoleiQuan, and Andrew Mason, “A Power- Optimized 64-Bit Priority EncoderUtilizing Parallel Priority Look- Ahead”, International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC), Vol.1, no.3, pp.85-91, 2010 [6]Etienne SICARD,SyedMahfuzulAziz:“Introducing 65nm technology in Microwind3”, Microwind application Notes,pp. 3, 2006 [7] VandanaChoudhary,Rajesh Mehra:“2- Bit Comparator Using Different Logic Style of Full Adder”, International Journal of Soft Computing and Engineering (IJSCE), Volume-3, Issue-2,pp. 277- 279,2013 [8] M. Morris Mano, Michael D. Ciletti:“Digital Design”, Pearson Education Inc., pp. 167-168, Fourth Edition, 2008 [9] Etienne SICARD:User’s Manual: Microwind and DSCH”, Version 3,pp. 7, 2006 [10] I. Hassoune, D. Flandre, I. O’Connor and J.D.Legat:ULPFA: ANew Efficient Design of A Power Aware Full Adder”, IEEE Transactions on Circuits and Systems I-5438,pp.2066-2074, 2008 Parameters Full automatic layout design Semi- custom layoutdesign Power (µW) 35.94 6.32 Area (µm2 ) 293.9 40.1