SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2126
Implementation and Comparative Analysis of 2x1 Multiplexers Using
Different Dynamic Logic Techniques
Niveditha M1, Dr. H K E Latha2
1Dept. Of E&IE, Siddaganga Institute of Technology (SIT), Tumkur, India.
2Associate Professor, Dept. Of E&IE, Siddaganga Institute of Technology (SIT), Tumkur, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - VLSI designers' major goal in today's
technological environment is to optimize power, time delay,
and area. Minimizing power consumption and time delay
using traditional VLSI design approaches is a challenging
work for designers. This can be avoided by transitioning to a
new technological age, i.e., byshifting fromconventionalCMOS
design to Dynamic Style of design. This paper discusses about
the implementation of 2x1 Mux using various Dynamic Logic
Techniques and their comparative analysisareobserved using
Mentor Graphics Tools with 130nm Technology. This paper
also discussesSchematicDesign, OutputWaveforms, andDelay
Calculations for both Single gated and Double gated logics, as
well as the various design techniques such as Conventional
CMOS Logic, Pseudo NMOS Logic, Complementary CMOS (C2
MOS) Logic, Domino Logic, and Low Power Feed Through
(LPFTL) Logic.
Key Words: VLSI Design, CMOS, Dynamic Gate, Pseudo
NMOS, C2MOS, LPFTEL, Mentor Graphics.
1.INTRODUCTION
Since the previous decade, VLSI engineers have taken a
consistent approach to the development of various devices
that consume less power, run at high speeds, and take up
less space. Because low-power portable gadgets are so
important to consumers in today's society. Designers face a
hurdle in building a device that meets all of the customers'
needs while considering all of these factors. Traditional
design strategies are insufficient for creating an efficient
system. As a result, various advanced design techniques are
required to provide users with a better experience.
2.OVERVIEW OF 2X1 MULTIPLEXER
A multiplexer is a digital device that has N select lines, 2
power N input lines, and one output. Ataninstantdepending
upon the control signal at the select line only one input line
is selected. Multiplexer is also known as a many to one
digital switch. A simple 2x1 Mux moduleanditstruthtableis
shown in the Fig. 1 below and Table 1 respectively.
Fig-1: Generic Diagram 2×1 Multiplexer.
Table -1: Truth Table of 2x1 Multiplexer.
SEL X0 X1 Z
0 0 0 0
0 0 1 0
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 0
1 1 1 1
3.ANALYSIS OF DESIGN STYLES FOR
IMPLEMENTATION OF 2X1 MULTIPLEXER
A total of ten different design styles are being implemented,
simulated, and compared inthispaper whichareCMOSlogic,
COMS logic with Double Gate, Pseudo NMOS logic, Pseudo
NMOS logic with Double Gate, C2MOS logic, C2MOS logic
with Double Gate, Domino logic, Domino logic with Double
Gate. LP FTL logic, and LP FTL logic with Double Gate. All
Multiplexers are designed using Field Effect Transistors.
3.1 Conventional CMOS Logic
In conventional CMOS logic, two networks (Pull-Up
Networkand Pull-Down Network)are coupled at one output
node. PMOS devices make form a Pull-Up Network, whereas
NMOS devices make upa Pull-DownNetwork.WhenthePull-
Down Network is turned ON, the output is connected to the
ground (Logic 0), and when the Pull-Up Network is turned
ON, the output is connected to the VDD (Logic 1). A generic
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2127
representation of conventional CMOS logicisasshowninFig.
2.
Analysis of power consumption and time delay are
performed in mentor graphics 130nm technology. Fig.3 and
Fig. 4 represents theSchematicrepresentationofsinglegated
and double gated Conventional CMOS Logic 2x1 Multiplexer
respectively. Powerconsumptionandtimedelayobservedby
this schematic design are tabulated in Table II under results
section.
Fig-2: Module representation of Conventional CMOS
Logic.
Fig-3: Schematic representation of Conventional CMOS
Logic 2x1 Multiplexer.
Fig-4: Schematic representation of Conventional CMOS
Logic Double Gated 2x1 Multiplexer.
3.2 Pseudo NMOS Logic
A Pseudo NMOS logic design also consists of Pull-Up
Network and Pull-Down Network connected at output node.
But in case of PseudoNMOSlogicPull-UpNetworkisalwaysa
PMOS device whose gate terminal is connected ground. And
the Pull-Down Network remainssameasConventionalCMOS
logic. A generic representation of Pseudo NMOS logic is as
shown in Fig. 5.
Compared to CMOS logic Pseudo NMOS logic consist of
fewer transistors. Only (N+1) FETs are required for N input
logic. Since the grounded gate at Pull-Up Network, the pFET
has been biased active. Schematic representation of single
gated and double gated Pseudo NMOS Logic 2x1 Multiplexer
are as show in Fig. 6 and Fig. 7 respectively.
Fig-5: Module representation of Pseudo NMOS Logic.
Fig-6: Pseudo NMOS Logic Schematic Diagram for 2×1
Multiplexer.
Fig-7: Pseudo NMOS Logic Schematic Diagram for
Double Gate 2×1 Multiplexer.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2128
3.3 C2MOS Logic
C2MOS (C Square MOS) stands for Clocked CMOS logic.
C2MOSlogic is essentially amodificationofstaticCMOSlogic,
with an additional PMOS transistor whose gate terminal is
connected to the Complimented Clock signal (CLK_bar) and
an NMOS transistor whose gate terminal is connected to the
actual Clock signal (CLK). Like static CMOS logic Pull-Up
Networks are made up of PMOS transistors, whereas Pull-
Down Networks are made up of NMOS transistors, CLK_bar
and CLK are complementary clock signals that should
preferably not overlap.Fig.8representsthebasicstructureof
C2MOS logic.
When CLK=1 and CLK_bar=0 both Mn and Mp transistor
are in ON state, since both thetransistors are ON that implies
there is short circuit between Pull-Up and Pull-Down
Network, hence current starts flowing which offers a low
impedance and the network is now reduced to static CMOS
circuit. Depending up on the inputs circuit will generate
output either Logic 1 or Logic 0.
Fig-8: Basic Structure of C2MOS Logic.
When CLK=0 and CLK bar=1 Since both Mn and Mp
transistors are turned OFF, the Pull-Up and Pull-Down
Networks are separated from the output node. As a result,
inputs have no influence on the output node, which is now in
a high-impedance state. Until CLK=1, the output is stored on
the capacitor Cout. Schematic representation of both single
gated and double gated C2MOS Logic 2x1 Multiplexer are as
show in Fig. 9 and Fig. 10 respectively.
Fig-9: C2MOS Schematic Diagram for 2×1 Multiplexer.
Fig-10: C2MOS Schematic Diagram for Double gate 2×1
Multiplexer.
3.4 Domino Logic
Domino logic is a design style that eliminates the
cascading problem observed in dynamic CMOS logic. In a
domino CMOSlogic,a dynamicCMOSlogichasbeencascaded
with a static CMOS inverter. Abasic structureofDominologic
is as shown in Fig. 11.
Fig-11: Basic Structure of Domino Logic.
Regardless of the inputs in the Pull-Down Network,when
CLK=0, pre-charge transistor Mp is switched ON and
evaluation transistor Mn is turned OFF. Cx capacitor pre-
charges to VDD at node X, thus Vx=VDD. This value of Vx is
now applied toa static CMOSinverter,resultinginVout=0vat
the inverter's output.
When CLK=1 pre-charge transistor Mp is switched OFF
and evaluation transistor Mn is turned ON. Now if the Pull-
Down Network is OFF, then pre-charge voltage of Vx=VDD
will be retained on Cx capacitor and Vout=0v will beretained
on Cout. If the inputsare suchthat Pull-Down Network isON,
then Cx discharges to 0V via Pull-Down Network and Mn
transistor, therefore Vx=0V. Node X is conditionally
discharged to ground based on Pull-Down Network. A
discharge of Cx results in a output of Vout=VDD (Logic 1).
Schematic representation of both single gated and double
gated Domino Logic 2x1 Multiplexer are as show in Fig. 12
and Fig. 13 respectively.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2129
Fig-12: Domino Logic Schematic Diagram for 2×1
Multiplexer.
Fig-13: Domino Logic Schematic Diagram for Double
gate 2×1 Multiplexer.
3.5 Low Power Feed Through (LPFT) Logic
LPFTL was proposed to enhance domino logic
performance. Domino logic had various restrictions, which
were eliminated in FTL. A Pull-Down Network, a PMOS load
transistor P1, and a reset transistor N1 are used in circuits
design. Inputs are applied at the Pull-Down Network. Clock
signal is connected to the gate inputs of load transistor P1
and reset transistor N1. A basic structure of LPFTL is as
shown in Fig. 14.
Fig-14: Low Power Feed Through Logic Design
Representation.
The circuit operates in two stages: reset and evaluation.
The clock is high during the reset phase, therefore load
transistor P1 is turned OFF and reset transistor N1 is turned
ON, and the output is reset to a low logic level. The load
transistor P1 is ON and the reset transistor N1 is OFF
throughout the evaluation phase, and the output either
charges tologic high or remainsatlogiclowdependingonthe
inputs to the PDN block. Schematic representation of both
single gated and double gated LPFTL 2x1 Multiplexer are as
show in Fig. 15 and Fig. 16 respectively.
Fig-15: LPFTL Schematic Diagram for 2×1 Multiplexer.
Fig-16: LPFTL Schematic Diagram for Double gate 2×1
Multiplexer.
4.RESULT
In this section results of various design styles are being
simulated, observed, and tabulated in the Table II. Also, the
plot with respect to Power Consumption and Time Delay are
depicted in Fig. 37 & Fig. 38.
Fig. 17, 19, 21, 23, 25, 27, 29, 31, 33, & 35 shows the
output waveform for conventional CMOS, Double gated
CMOS, Pseudo NMOS, Double gated Pseudo NMOS, C2MOS,
Double gated C2MOS,Domino,DoublegatedDomino,LPFT,&
Double gated LPFTlogic2X1Multiplexerrespectively.Fig.18,
20, 22, 24, 26, 28, 30, 32, 34, & 36 shows the Time delay
observedforconventionalCMOS,DoublegatedCMOS,Pseudo
NMOS, Double gated Pseudo NMOS, C2MOS, Double gated
C2MOS, Domino, DoublegatedDomino,LPFT,&Doublegated
LPFT logic 2X1 Multiplexer respectively.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2130
Fig-17: Output waveform for conventional CMOS logic
2x1 MUX.
Fig-18: Time delay observed for conventional CMOS
logic 2x1 MUX.
Fig-19: Output waveform for double gated CMOS logic
2x1 MUX.
Fig-20: Time delay observed for double gated CMOS
logic 2x1 MUX.
Fig-21: Output waveform for Pseudo NMOS logic 2x1
MUX.
Fig-22: Time delay observed for Pseudo NMOS logic
2x1 MUX.
Fig-23: Output waveform for double gated Pseudo
NMOS logic 2x1 MUX.
Fig-24: Time delay observed for double gated Pseudo
NMOS logic 2x1 MUX.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2131
Fig-25: Output waveform for C2MOS logic 2x1 MUX
Fig-26: Time delay observed for C2MOS logic 2x1 MUX.
Fig-27: Output waveform for double gated C2MOS
logic 2x1 MUX.
Fig-28: Time delay observed for double gated C2MOS
logic 2x1 MUX.
Fig-29: Output waveform for Domino logic 2x1 MUX.
Fig-30: Time delay observed for Domino logic 2x1
MUX.
Fig-31: Output waveform for double gated Domino
logic 2x1 MUX.
Fig-32: Time delay observed for double gated Domino
logic 2x1 MUX.
Fig-33: Output waveform for LPFTL 2x1 MUX.
Fig-34: Time delay observed for LPFTL 2x1 MUX.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2132
Fig-35: Output waveform for double gated LPFTL 2x1
MUX.
Fig-36: Time delay observed for double gated LPFTL
2x1 MUX.
Table -2: Observed Results Of 2x1 Multiplexer Using
Different Design Styles
Sl. No. Design
Power
(nW)
Delay
(pSec)
1 CMOS 6.1226 316.66
2 CMOS DG 25.466 321.66
3
Pseudo
NMOS
22.464 318.24
4
Pseudo
NMOS DG
25.4663 360.76
5 C2 MOS 6.7718 300.51
6 C2 MOS DG 6.901 325.66
7 DOMINO 4.7061 275.73
8 DOMINO DG 4.7818 263.81
9 LP FTL 9.8491 287.28
10 LP FTL DG 13.5072 335.93
Fig-37: Plot of Power in nW for different Design Styles.
Fig-38: Plot of Delay in (pSec) for different Design
Styles.
4.RESULT
Implementation and Comparative Analysis of 2x1
Multiplexers Using Different Dynamic Logic Techniques is
focused on designing and simulationof2x1Multiplexerusing
design techniques such as Conventional CMOS Logic, Pseudo
NMOS Logic, C2MOS Logic, Domino Logic, and LP FTL Logic
using Mentor Graphis 130nmtechnologyenvironmentandto
analyse the effective logic forimplementationof2x1Mux[1].
On successful simulation of the design, results areplotted
and tabulated as shown in Fig. 37 & Fig. 38 and Table II. By
this evidenceimplementationof2X1MuxusingDominoLogic
yields Low Power (i.e., 4.7061nW in single gated design and
4.7818nW in double gated design) and Less Time Delay (i.e.,
275.73pSec in single gated design and 263.81pSec in double
gated design) when compared to other Design Styles.
REFERENCES
[1] Mohit Vyas, Soumya Kanti Manna, Shyam Akashe,
“Design Of Power Efficient Multiplexer Using Dual Gate
Finfet Technology’’ in proceeding of IEEE International
Conference on Communication Networks (ICCN), 2015.
[2] Aditya Waingankar, Asha Waskar,Yash Vesvikar,Pratik
Rathod,Mahalaxmi Palinge, “Logic Circuits Using
Finfet:Comparative Analysis”, IJSRD ISSN:2321-0613,
January 2016.
[3] Neelam Bedwal, Renu Mehla, Archna Aggarwal, Bal
Krishan, “Review on Alternatives for Conventional
Transistor Technology”, International Journal of
Innovative Research in Computer and Communication
Engineering Vol. 4, Issue 4, April 2016.
[4] Ajay Kumar Dadori, Kavita Khare, T.K Gupta and R.P.
Singh, “Leakage Power Reduction Technique by using
FinFET Technology”, November 2015.
Ad

More Related Content

Similar to Implementation and Comparative Analysis of 2x1 Multiplexers Using Different Dynamic Logic Techniques (20)

Gate level design, switch logic, pass transistors
Gate level design, switch logic, pass transistorsGate level design, switch logic, pass transistors
Gate level design, switch logic, pass transistors
SIVA NAGI REDY KALLI
 
2. Unit1-CMOS PTL TGL Logic.pdf
2. Unit1-CMOS PTL TGL Logic.pdf2. Unit1-CMOS PTL TGL Logic.pdf
2. Unit1-CMOS PTL TGL Logic.pdf
theanmolchawla19
 
cmoshssd-220105164535.pptx
cmoshssd-220105164535.pptxcmoshssd-220105164535.pptx
cmoshssd-220105164535.pptx
KethavathVenkatesh3
 
By34462465
By34462465By34462465
By34462465
IJERA Editor
 
Combinational Logic
Combinational LogicCombinational Logic
Combinational Logic
Sirat Mahmood
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureA Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
IJERA Editor
 
IRJET- Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...
IRJET-  	  Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...IRJET-  	  Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...
IRJET- Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...
IRJET Journal
 
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
eSAT Journals
 
LECTURE NOTES-DSD1.doc
LECTURE NOTES-DSD1.docLECTURE NOTES-DSD1.doc
LECTURE NOTES-DSD1.doc
Sai Venu
 
VLSI- Unit II
VLSI- Unit IIVLSI- Unit II
VLSI- Unit II
MADHUMITHA154
 
Introduction to CMOS VLSI design Stick diagram.ppt
Introduction to CMOS VLSI design Stick diagram.pptIntroduction to CMOS VLSI design Stick diagram.ppt
Introduction to CMOS VLSI design Stick diagram.ppt
MuhammedAsimA
 
Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...
Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...
Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...
AmitKumar571646
 
IC_Lectures_Updated.pdf
IC_Lectures_Updated.pdfIC_Lectures_Updated.pdf
IC_Lectures_Updated.pdf
AbdelazizmohammedZay
 
Module-3 Basic digital and analog circuits.pptx
Module-3 Basic digital and analog circuits.pptxModule-3 Basic digital and analog circuits.pptx
Module-3 Basic digital and analog circuits.pptx
BEVARAVASUDEVAAP1813
 
Ijetcas14 400
Ijetcas14 400Ijetcas14 400
Ijetcas14 400
Iasir Journals
 
7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf
Usha Mehta
 
CO-3 Part-2 combinational logic vlsi design
CO-3 Part-2 combinational logic vlsi designCO-3 Part-2 combinational logic vlsi design
CO-3 Part-2 combinational logic vlsi design
LakshmiJagupilla
 
Cmos VLSI Design By umakant bhaskar gohatre
Cmos VLSI Design By umakant bhaskar gohatreCmos VLSI Design By umakant bhaskar gohatre
Cmos VLSI Design By umakant bhaskar gohatre
Smt. Indira Gandhi College of Engineering, Navi Mumbai, Mumbai
 
lecture 1 layout presentation of very large scale integration in digital elec...
lecture 1 layout presentation of very large scale integration in digital elec...lecture 1 layout presentation of very large scale integration in digital elec...
lecture 1 layout presentation of very large scale integration in digital elec...
mhatesyou777
 
Vlsi gate level design
Vlsi gate level designVlsi gate level design
Vlsi gate level design
CHENCHU CHANDU PRASANTH NADELLA
 
Gate level design, switch logic, pass transistors
Gate level design, switch logic, pass transistorsGate level design, switch logic, pass transistors
Gate level design, switch logic, pass transistors
SIVA NAGI REDY KALLI
 
2. Unit1-CMOS PTL TGL Logic.pdf
2. Unit1-CMOS PTL TGL Logic.pdf2. Unit1-CMOS PTL TGL Logic.pdf
2. Unit1-CMOS PTL TGL Logic.pdf
theanmolchawla19
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureA Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
IJERA Editor
 
IRJET- Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...
IRJET-  	  Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...IRJET-  	  Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...
IRJET- Design and Implementation of CMOS and CNT based 2:1 Multiplexer at...
IRJET Journal
 
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
eSAT Journals
 
LECTURE NOTES-DSD1.doc
LECTURE NOTES-DSD1.docLECTURE NOTES-DSD1.doc
LECTURE NOTES-DSD1.doc
Sai Venu
 
Introduction to CMOS VLSI design Stick diagram.ppt
Introduction to CMOS VLSI design Stick diagram.pptIntroduction to CMOS VLSI design Stick diagram.ppt
Introduction to CMOS VLSI design Stick diagram.ppt
MuhammedAsimA
 
Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...
Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...
Combinational MOS Logic Design (Combinational Metal oxide semiconductor logic...
AmitKumar571646
 
Module-3 Basic digital and analog circuits.pptx
Module-3 Basic digital and analog circuits.pptxModule-3 Basic digital and analog circuits.pptx
Module-3 Basic digital and analog circuits.pptx
BEVARAVASUDEVAAP1813
 
7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf
Usha Mehta
 
CO-3 Part-2 combinational logic vlsi design
CO-3 Part-2 combinational logic vlsi designCO-3 Part-2 combinational logic vlsi design
CO-3 Part-2 combinational logic vlsi design
LakshmiJagupilla
 
lecture 1 layout presentation of very large scale integration in digital elec...
lecture 1 layout presentation of very large scale integration in digital elec...lecture 1 layout presentation of very large scale integration in digital elec...
lecture 1 layout presentation of very large scale integration in digital elec...
mhatesyou777
 

More from IRJET Journal (20)

Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATIONBRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ..."Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer VisionBreast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
FIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACHFIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACH
IRJET Journal
 
Kiona – A Smart Society Automation Project
Kiona – A Smart Society Automation ProjectKiona – A Smart Society Automation Project
Kiona – A Smart Society Automation Project
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based CrowdfundingInvest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUBSPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATIONBRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ..."Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer VisionBreast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the HeliosphereAnalysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
FIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACHFIR filter-based Sample Rate Convertors and its use in NR PRACH
FIR filter-based Sample Rate Convertors and its use in NR PRACH
IRJET Journal
 
Kiona – A Smart Society Automation Project
Kiona – A Smart Society Automation ProjectKiona – A Smart Society Automation Project
Kiona – A Smart Society Automation Project
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based CrowdfundingInvest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUBSPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
AR Application: Homewise VisionMs. Vaishali Rane, Om Awadhoot, Bhargav Gajare...
IRJET Journal
 
Ad

Recently uploaded (20)

vtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdfvtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdf
RaghavaGD1
 
Python Functions, Modules and Packages
Python Functions, Modules and PackagesPython Functions, Modules and Packages
Python Functions, Modules and Packages
Dr. A. B. Shinde
 
Machine foundation notes for civil engineering students
Machine foundation notes for civil engineering studentsMachine foundation notes for civil engineering students
Machine foundation notes for civil engineering students
DYPCET
 
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
ssuserd9338b
 
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
Guru Nanak Technical Institutions
 
Hostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdfHostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdf
RajChouhan43
 
7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx
7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx
7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx
abdokhattab2015
 
introduction to Rapid Tooling and Additive Manufacturing Applications
introduction to Rapid Tooling and Additive Manufacturing Applicationsintroduction to Rapid Tooling and Additive Manufacturing Applications
introduction to Rapid Tooling and Additive Manufacturing Applications
vijimech408
 
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
Pierre Celestin Eyock
 
DeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFT
DeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFTDeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFT
DeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFT
Kyohei Ito
 
HSE Induction for heat stress work .pptx
HSE Induction for heat stress work .pptxHSE Induction for heat stress work .pptx
HSE Induction for heat stress work .pptx
agraahmed
 
Deepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber ThreatsDeepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber Threats
RaviKumar256934
 
David Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And PythonDavid Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And Python
David Boutry
 
🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...
🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...
🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...
SanjeetMishra29
 
Unleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptx
Unleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptxUnleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptx
Unleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptx
SanjeetMishra29
 
Urban Transport Infrastructure September 2023
Urban Transport Infrastructure September 2023Urban Transport Infrastructure September 2023
Urban Transport Infrastructure September 2023
Rajesh Prasad
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
speedcomcyber25
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
UNIT 5 Software Engineering sem 6 EIOV.pdf
UNIT 5  Software Engineering sem 6 EIOV.pdfUNIT 5  Software Engineering sem 6 EIOV.pdf
UNIT 5 Software Engineering sem 6 EIOV.pdf
sikarwaramit089
 
vtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdfvtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdf
RaghavaGD1
 
Python Functions, Modules and Packages
Python Functions, Modules and PackagesPython Functions, Modules and Packages
Python Functions, Modules and Packages
Dr. A. B. Shinde
 
Machine foundation notes for civil engineering students
Machine foundation notes for civil engineering studentsMachine foundation notes for civil engineering students
Machine foundation notes for civil engineering students
DYPCET
 
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
ssuserd9338b
 
Hostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdfHostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdf
RajChouhan43
 
7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx
7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx
7- Bearing..pptx 7- Bearing..pptx7- Bearing..pptx
abdokhattab2015
 
introduction to Rapid Tooling and Additive Manufacturing Applications
introduction to Rapid Tooling and Additive Manufacturing Applicationsintroduction to Rapid Tooling and Additive Manufacturing Applications
introduction to Rapid Tooling and Additive Manufacturing Applications
vijimech408
 
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
Pierre Celestin Eyock
 
DeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFT
DeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFTDeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFT
DeFAIMint | 🤖Mint to DeFAI. Vibe Trading as NFT
Kyohei Ito
 
HSE Induction for heat stress work .pptx
HSE Induction for heat stress work .pptxHSE Induction for heat stress work .pptx
HSE Induction for heat stress work .pptx
agraahmed
 
Deepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber ThreatsDeepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber Threats
RaviKumar256934
 
David Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And PythonDavid Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And Python
David Boutry
 
🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...
🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...
🚀 TDX Bengaluru 2025 Unwrapped: Key Highlights, Innovations & Trailblazer Tak...
SanjeetMishra29
 
Unleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptx
Unleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptxUnleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptx
Unleashing the Power of Salesforce Flows &amp_ Slack Integration!.pptx
SanjeetMishra29
 
Urban Transport Infrastructure September 2023
Urban Transport Infrastructure September 2023Urban Transport Infrastructure September 2023
Urban Transport Infrastructure September 2023
Rajesh Prasad
 
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
speedcomcyber25
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
UNIT 5 Software Engineering sem 6 EIOV.pdf
UNIT 5  Software Engineering sem 6 EIOV.pdfUNIT 5  Software Engineering sem 6 EIOV.pdf
UNIT 5 Software Engineering sem 6 EIOV.pdf
sikarwaramit089
 
Ad

Implementation and Comparative Analysis of 2x1 Multiplexers Using Different Dynamic Logic Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2126 Implementation and Comparative Analysis of 2x1 Multiplexers Using Different Dynamic Logic Techniques Niveditha M1, Dr. H K E Latha2 1Dept. Of E&IE, Siddaganga Institute of Technology (SIT), Tumkur, India. 2Associate Professor, Dept. Of E&IE, Siddaganga Institute of Technology (SIT), Tumkur, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - VLSI designers' major goal in today's technological environment is to optimize power, time delay, and area. Minimizing power consumption and time delay using traditional VLSI design approaches is a challenging work for designers. This can be avoided by transitioning to a new technological age, i.e., byshifting fromconventionalCMOS design to Dynamic Style of design. This paper discusses about the implementation of 2x1 Mux using various Dynamic Logic Techniques and their comparative analysisareobserved using Mentor Graphics Tools with 130nm Technology. This paper also discussesSchematicDesign, OutputWaveforms, andDelay Calculations for both Single gated and Double gated logics, as well as the various design techniques such as Conventional CMOS Logic, Pseudo NMOS Logic, Complementary CMOS (C2 MOS) Logic, Domino Logic, and Low Power Feed Through (LPFTL) Logic. Key Words: VLSI Design, CMOS, Dynamic Gate, Pseudo NMOS, C2MOS, LPFTEL, Mentor Graphics. 1.INTRODUCTION Since the previous decade, VLSI engineers have taken a consistent approach to the development of various devices that consume less power, run at high speeds, and take up less space. Because low-power portable gadgets are so important to consumers in today's society. Designers face a hurdle in building a device that meets all of the customers' needs while considering all of these factors. Traditional design strategies are insufficient for creating an efficient system. As a result, various advanced design techniques are required to provide users with a better experience. 2.OVERVIEW OF 2X1 MULTIPLEXER A multiplexer is a digital device that has N select lines, 2 power N input lines, and one output. Ataninstantdepending upon the control signal at the select line only one input line is selected. Multiplexer is also known as a many to one digital switch. A simple 2x1 Mux moduleanditstruthtableis shown in the Fig. 1 below and Table 1 respectively. Fig-1: Generic Diagram 2×1 Multiplexer. Table -1: Truth Table of 2x1 Multiplexer. SEL X0 X1 Z 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 1 1 3.ANALYSIS OF DESIGN STYLES FOR IMPLEMENTATION OF 2X1 MULTIPLEXER A total of ten different design styles are being implemented, simulated, and compared inthispaper whichareCMOSlogic, COMS logic with Double Gate, Pseudo NMOS logic, Pseudo NMOS logic with Double Gate, C2MOS logic, C2MOS logic with Double Gate, Domino logic, Domino logic with Double Gate. LP FTL logic, and LP FTL logic with Double Gate. All Multiplexers are designed using Field Effect Transistors. 3.1 Conventional CMOS Logic In conventional CMOS logic, two networks (Pull-Up Networkand Pull-Down Network)are coupled at one output node. PMOS devices make form a Pull-Up Network, whereas NMOS devices make upa Pull-DownNetwork.WhenthePull- Down Network is turned ON, the output is connected to the ground (Logic 0), and when the Pull-Up Network is turned ON, the output is connected to the VDD (Logic 1). A generic
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2127 representation of conventional CMOS logicisasshowninFig. 2. Analysis of power consumption and time delay are performed in mentor graphics 130nm technology. Fig.3 and Fig. 4 represents theSchematicrepresentationofsinglegated and double gated Conventional CMOS Logic 2x1 Multiplexer respectively. Powerconsumptionandtimedelayobservedby this schematic design are tabulated in Table II under results section. Fig-2: Module representation of Conventional CMOS Logic. Fig-3: Schematic representation of Conventional CMOS Logic 2x1 Multiplexer. Fig-4: Schematic representation of Conventional CMOS Logic Double Gated 2x1 Multiplexer. 3.2 Pseudo NMOS Logic A Pseudo NMOS logic design also consists of Pull-Up Network and Pull-Down Network connected at output node. But in case of PseudoNMOSlogicPull-UpNetworkisalwaysa PMOS device whose gate terminal is connected ground. And the Pull-Down Network remainssameasConventionalCMOS logic. A generic representation of Pseudo NMOS logic is as shown in Fig. 5. Compared to CMOS logic Pseudo NMOS logic consist of fewer transistors. Only (N+1) FETs are required for N input logic. Since the grounded gate at Pull-Up Network, the pFET has been biased active. Schematic representation of single gated and double gated Pseudo NMOS Logic 2x1 Multiplexer are as show in Fig. 6 and Fig. 7 respectively. Fig-5: Module representation of Pseudo NMOS Logic. Fig-6: Pseudo NMOS Logic Schematic Diagram for 2×1 Multiplexer. Fig-7: Pseudo NMOS Logic Schematic Diagram for Double Gate 2×1 Multiplexer.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2128 3.3 C2MOS Logic C2MOS (C Square MOS) stands for Clocked CMOS logic. C2MOSlogic is essentially amodificationofstaticCMOSlogic, with an additional PMOS transistor whose gate terminal is connected to the Complimented Clock signal (CLK_bar) and an NMOS transistor whose gate terminal is connected to the actual Clock signal (CLK). Like static CMOS logic Pull-Up Networks are made up of PMOS transistors, whereas Pull- Down Networks are made up of NMOS transistors, CLK_bar and CLK are complementary clock signals that should preferably not overlap.Fig.8representsthebasicstructureof C2MOS logic. When CLK=1 and CLK_bar=0 both Mn and Mp transistor are in ON state, since both thetransistors are ON that implies there is short circuit between Pull-Up and Pull-Down Network, hence current starts flowing which offers a low impedance and the network is now reduced to static CMOS circuit. Depending up on the inputs circuit will generate output either Logic 1 or Logic 0. Fig-8: Basic Structure of C2MOS Logic. When CLK=0 and CLK bar=1 Since both Mn and Mp transistors are turned OFF, the Pull-Up and Pull-Down Networks are separated from the output node. As a result, inputs have no influence on the output node, which is now in a high-impedance state. Until CLK=1, the output is stored on the capacitor Cout. Schematic representation of both single gated and double gated C2MOS Logic 2x1 Multiplexer are as show in Fig. 9 and Fig. 10 respectively. Fig-9: C2MOS Schematic Diagram for 2×1 Multiplexer. Fig-10: C2MOS Schematic Diagram for Double gate 2×1 Multiplexer. 3.4 Domino Logic Domino logic is a design style that eliminates the cascading problem observed in dynamic CMOS logic. In a domino CMOSlogic,a dynamicCMOSlogichasbeencascaded with a static CMOS inverter. Abasic structureofDominologic is as shown in Fig. 11. Fig-11: Basic Structure of Domino Logic. Regardless of the inputs in the Pull-Down Network,when CLK=0, pre-charge transistor Mp is switched ON and evaluation transistor Mn is turned OFF. Cx capacitor pre- charges to VDD at node X, thus Vx=VDD. This value of Vx is now applied toa static CMOSinverter,resultinginVout=0vat the inverter's output. When CLK=1 pre-charge transistor Mp is switched OFF and evaluation transistor Mn is turned ON. Now if the Pull- Down Network is OFF, then pre-charge voltage of Vx=VDD will be retained on Cx capacitor and Vout=0v will beretained on Cout. If the inputsare suchthat Pull-Down Network isON, then Cx discharges to 0V via Pull-Down Network and Mn transistor, therefore Vx=0V. Node X is conditionally discharged to ground based on Pull-Down Network. A discharge of Cx results in a output of Vout=VDD (Logic 1). Schematic representation of both single gated and double gated Domino Logic 2x1 Multiplexer are as show in Fig. 12 and Fig. 13 respectively.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2129 Fig-12: Domino Logic Schematic Diagram for 2×1 Multiplexer. Fig-13: Domino Logic Schematic Diagram for Double gate 2×1 Multiplexer. 3.5 Low Power Feed Through (LPFT) Logic LPFTL was proposed to enhance domino logic performance. Domino logic had various restrictions, which were eliminated in FTL. A Pull-Down Network, a PMOS load transistor P1, and a reset transistor N1 are used in circuits design. Inputs are applied at the Pull-Down Network. Clock signal is connected to the gate inputs of load transistor P1 and reset transistor N1. A basic structure of LPFTL is as shown in Fig. 14. Fig-14: Low Power Feed Through Logic Design Representation. The circuit operates in two stages: reset and evaluation. The clock is high during the reset phase, therefore load transistor P1 is turned OFF and reset transistor N1 is turned ON, and the output is reset to a low logic level. The load transistor P1 is ON and the reset transistor N1 is OFF throughout the evaluation phase, and the output either charges tologic high or remainsatlogiclowdependingonthe inputs to the PDN block. Schematic representation of both single gated and double gated LPFTL 2x1 Multiplexer are as show in Fig. 15 and Fig. 16 respectively. Fig-15: LPFTL Schematic Diagram for 2×1 Multiplexer. Fig-16: LPFTL Schematic Diagram for Double gate 2×1 Multiplexer. 4.RESULT In this section results of various design styles are being simulated, observed, and tabulated in the Table II. Also, the plot with respect to Power Consumption and Time Delay are depicted in Fig. 37 & Fig. 38. Fig. 17, 19, 21, 23, 25, 27, 29, 31, 33, & 35 shows the output waveform for conventional CMOS, Double gated CMOS, Pseudo NMOS, Double gated Pseudo NMOS, C2MOS, Double gated C2MOS,Domino,DoublegatedDomino,LPFT,& Double gated LPFTlogic2X1Multiplexerrespectively.Fig.18, 20, 22, 24, 26, 28, 30, 32, 34, & 36 shows the Time delay observedforconventionalCMOS,DoublegatedCMOS,Pseudo NMOS, Double gated Pseudo NMOS, C2MOS, Double gated C2MOS, Domino, DoublegatedDomino,LPFT,&Doublegated LPFT logic 2X1 Multiplexer respectively.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2130 Fig-17: Output waveform for conventional CMOS logic 2x1 MUX. Fig-18: Time delay observed for conventional CMOS logic 2x1 MUX. Fig-19: Output waveform for double gated CMOS logic 2x1 MUX. Fig-20: Time delay observed for double gated CMOS logic 2x1 MUX. Fig-21: Output waveform for Pseudo NMOS logic 2x1 MUX. Fig-22: Time delay observed for Pseudo NMOS logic 2x1 MUX. Fig-23: Output waveform for double gated Pseudo NMOS logic 2x1 MUX. Fig-24: Time delay observed for double gated Pseudo NMOS logic 2x1 MUX.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2131 Fig-25: Output waveform for C2MOS logic 2x1 MUX Fig-26: Time delay observed for C2MOS logic 2x1 MUX. Fig-27: Output waveform for double gated C2MOS logic 2x1 MUX. Fig-28: Time delay observed for double gated C2MOS logic 2x1 MUX. Fig-29: Output waveform for Domino logic 2x1 MUX. Fig-30: Time delay observed for Domino logic 2x1 MUX. Fig-31: Output waveform for double gated Domino logic 2x1 MUX. Fig-32: Time delay observed for double gated Domino logic 2x1 MUX. Fig-33: Output waveform for LPFTL 2x1 MUX. Fig-34: Time delay observed for LPFTL 2x1 MUX.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2132 Fig-35: Output waveform for double gated LPFTL 2x1 MUX. Fig-36: Time delay observed for double gated LPFTL 2x1 MUX. Table -2: Observed Results Of 2x1 Multiplexer Using Different Design Styles Sl. No. Design Power (nW) Delay (pSec) 1 CMOS 6.1226 316.66 2 CMOS DG 25.466 321.66 3 Pseudo NMOS 22.464 318.24 4 Pseudo NMOS DG 25.4663 360.76 5 C2 MOS 6.7718 300.51 6 C2 MOS DG 6.901 325.66 7 DOMINO 4.7061 275.73 8 DOMINO DG 4.7818 263.81 9 LP FTL 9.8491 287.28 10 LP FTL DG 13.5072 335.93 Fig-37: Plot of Power in nW for different Design Styles. Fig-38: Plot of Delay in (pSec) for different Design Styles. 4.RESULT Implementation and Comparative Analysis of 2x1 Multiplexers Using Different Dynamic Logic Techniques is focused on designing and simulationof2x1Multiplexerusing design techniques such as Conventional CMOS Logic, Pseudo NMOS Logic, C2MOS Logic, Domino Logic, and LP FTL Logic using Mentor Graphis 130nmtechnologyenvironmentandto analyse the effective logic forimplementationof2x1Mux[1]. On successful simulation of the design, results areplotted and tabulated as shown in Fig. 37 & Fig. 38 and Table II. By this evidenceimplementationof2X1MuxusingDominoLogic yields Low Power (i.e., 4.7061nW in single gated design and 4.7818nW in double gated design) and Less Time Delay (i.e., 275.73pSec in single gated design and 263.81pSec in double gated design) when compared to other Design Styles. REFERENCES [1] Mohit Vyas, Soumya Kanti Manna, Shyam Akashe, “Design Of Power Efficient Multiplexer Using Dual Gate Finfet Technology’’ in proceeding of IEEE International Conference on Communication Networks (ICCN), 2015. [2] Aditya Waingankar, Asha Waskar,Yash Vesvikar,Pratik Rathod,Mahalaxmi Palinge, “Logic Circuits Using Finfet:Comparative Analysis”, IJSRD ISSN:2321-0613, January 2016. [3] Neelam Bedwal, Renu Mehla, Archna Aggarwal, Bal Krishan, “Review on Alternatives for Conventional Transistor Technology”, International Journal of Innovative Research in Computer and Communication Engineering Vol. 4, Issue 4, April 2016. [4] Ajay Kumar Dadori, Kavita Khare, T.K Gupta and R.P. Singh, “Leakage Power Reduction Technique by using FinFET Technology”, November 2015.
  翻译: