SlideShare a Scribd company logo
1 of 21
Fundamentals of Cmos
22R91A04B9--K.Venkatesh
 CMOS
• CMOS (complementary metal-oxide semiconductor)
is the semiconductor technology used in the transistors
that are manufactured into most of today's computer
microchips.
• In CMOS technology, both kinds of transistors are used
in a complementary way to form a current gate that
forms an effective means of electrical control.
CMOS (Complementary Metal Oxide
Semiconductor)
• The main advantage of CMOS over NMOS and BIPOLAR technology is the much smaller
power dissipation.
• Unlike NMOS or BIPOLAR circuits, a Complementary MOS circuit has almost no static
power dissipation.
• Power is only dissipated in case the circuit actually switches. This allows integrating more
CMOS gates on an IC than in NMOS or bipolar technology, resulting in much better
performance. Complementary Metal Oxide Semiconductor transistor consists of P-
channel MOS (PMOS) and N-channel MOS (NMOS). Please refer to the link to know
more about the fabrication process of CMOS transistor.
•
 NMOS
• NMOS is built on a p-type substrate with
n-type source and drain diffused on it.
In NMOS, the majority of carriers are electrons.
• When a high voltage is applied to the gate, the NMOS will
conduct.
• Similarly, when a low voltage is applied to the gate, NMOS will not
conduct. NMOS is considered to be faster than PMOS, since the
carriers in NMOS, which are electrons, travel twice as fast as the
holes.
NMOS Transist
 PMOS
• P- channel MOSFET consists of P-type Source and Drain
diffused on an N-type substrate.
• The majority of carriers are holes. When a high voltage is
applied to the gate, the PMOS will not conduct. When a low
voltage is applied to the gate, the PMOS will conduct.
• The PMOS devices are more immune to noise than NMOS
devices.
 CMOS Working Principle
• In CMOS technology, both N-type and P-type transistors are
used to design logic functions.
• The same signal which turns ON a transistor of one type is used
to turn OFF a transistor of the other type.
• This characteristic allows the design of logic devices using only
simple switches, without the need for a pull-up resistor.
• In CMOS logic gates a collection of n-type
MOSFETs is arranged in a pull-down network
between the output and the low voltage power
supply rail (Vss or quite often ground).
• Instead of the load resistor of NMOS logic
gates, CMOS logic gates have a collection of
p-type MOSFETs in a pull-up network
between the output and the higher-voltage rail
(often named Vdd).
CMOS using Pull Up & Pull Down
• Thus, if both a p-type and n-type transistor have their gates
connected to the same input, the p-type MOSFET will be ON
when the n-type MOSFET is OFF, and vice-versa.
• The networks are arranged such that one is ON and the other
OFF for any input pattern as shown in the figure below.
• CMOS offers relatively high speed, low power dissipation, high
noise margins in both states, and will operate over a wide range
of source and input voltages (provided the source voltage is
fixed).
 CMOS Inverter
• The inverter circuit as shown in the figure below. It
consists of PMOS and NMOS FET. The input A
serves as the gate voltage for both transistors.
• The NMOS transistor has input from Vss (ground)
and the PMOS transistor has input from Vdd.
• The terminal Y is output. When a high voltage (~
Vdd) is given at input terminal (A) of the inverter, the
PMOS becomes an open circuit, and NMOS
switched OFF so the output will be pulled down to
Vss.
CMOS Inverter
• When a low-level voltage (<Vdd, ~0v) applied to the
inverter, the NMOS switched OFF and PMOS switched
ON. So the output becomes Vdd or the circuit is pulled up
to Vdd.
INPUT LOGIC INPUT OUTPUT LOGIC OUTPUT
0 V 0 VDD 1
VDD 1 0 V 0
 CMOS NAND Gate
• figure shows a 2-input Complementary MOS
NAND gate. It consists of two series NMOS
transistors between Y and Ground and two
parallel PMOS transistors between Y and VDD.
• If either input A or B is logic 0, at least one of
the NMOS transistors will be OFF, breaking the
path from Y to Ground. But at least one of the
pMOS transistors will be ON, creating a path
from Y to VDD Two Input NAND Gate
• the output Y will be high. If both inputs are high, both of the
nMOS transistors will be ON and both of the pMOS transistors
will be OFF. Hence, the output will be logic low.
• The truth table of the NAND logic gate given in the below table.
A B Pull-Down Network Pull-up Network OUTPUT (Y)
0 0 OFF ON 1
0 1 OFF ON 1
1 0 OFF ON 1
1 1 ON ON 0
 CMOS NOR Gate
• A 2-input NOR gate is shown in the
figure below. The NMOS transistors are
in parallel to pull the output low when
either input is high.
• The PMOS transistors are in series to
pull the output high when both inputs are
low, as given in the below table. The
output is never left floating.
Two Input NOR Gate
The truth table of the NOR logic gate
A B Y
0 0 1
0 1 0
1 0 0
1 1 0
 CMOS Fabrication
• The fabrication of CMOS transistors can be done on the wafer
of silicon. The diameter of the wafer ranges from 20mm to
300mm. In this, the Lithography process is the same as the
printing press. On every step, different materials can be
deposited, etched otherwise patterned. This process is very
simple to understand by viewing the wafer’s top as well as
cross-section within a simplified assembling method.
• The fabrication of CMOS can be accomplished through using
three technologies namely N-well, P-well, Twin well, an SOI
(Silicon on Insulator).
 CMOS Characteristics
• The most important characteristics of CMOS are low static
power utilization, huge noise immunity. When the single
transistor from the pair of MOSFET transistor is switched OFF
then the series combination uses significant power throughout
switching among the two stated like ON & OFF.
• As a result, these devices do not generate waste heat as
compared with other types of logic circuits such as TTL or
NMOS logic, which usually use some standing current even
they don’t change their state.
• These CMOS characteristics will allow for integrating logic
functions with high density on an integrated circuit. Because
of this, CMOS has become the most frequently used
 The advantages of CMOS
• The main benefits of CMOS over TTL are good noise margin as
well as less power consumption. This is due to no straight
conducting lane from VDD to GND, fall times based on the
conditions of input, then the transmission of the digital signal will
become easy & low cost through CMOS chips.
• CMOS is used to explain the amount of memory on the
motherboard of the computer that will store in the settings of
BIOS. These settings mainly include the date, time, and settings
of hardware
TTL is a digital logic circuit where bipolar transistors work on
DC pulses. Several transistor logic gates are normally made-up
of a single IC.
• It uses a single power supply like + VDD
• These gates are very simple
• Input impedance is high
• CMOS logic uses less power whenever it is held in a set state
• Power dissipation is negligible
• Fan out is high
• TTL compatibility
• Stability of temperature
• Noise immunity is good
• Compact
• Designing is very well
• Robust mechanically
 The disadvantages of CMOS
• The cost will be increased once the processing steps increases,
however, it can be resolved.
• The packing density of CMOS is low as compared with NMOS.
• MOS chips should be secured from getting static charges by
placing the leads shorted otherwise; the static charges obtained
within leads will damage the chip. This problem can be solved
by including protective circuits otherwise devices.
• Another drawback of the CMOS inverter is that it utilizes two
transistors as opposed to one NMOS to build an inverter, which
means that the CMOS uses more space over the chip as
compared with the NMOS. These drawbacks are small due to
the progress within the CMOS technology.
 CMOS Applications
• CMOS technology has been used for the following digital IC
designs.
• Computer memories, CPUs
• Microprocessor designs
• Flash memory chip designing
• Used to design application-specific integrated circuits (ASICs)

More Related Content

Similar to cmoshssd-220105164535.pptx

18EC655_Module-1.pptx
18EC655_Module-1.pptx18EC655_Module-1.pptx
18EC655_Module-1.pptxJazzSameer
 
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.pdfUsha Mehta
 
CMOS Combinational_Logic_Circuits.pdf
CMOS Combinational_Logic_Circuits.pdfCMOS Combinational_Logic_Circuits.pdf
CMOS Combinational_Logic_Circuits.pdfSouravRoyElectronics
 
EC6601 VLSI Design CMOS Fabrication
EC6601 VLSI Design   CMOS FabricationEC6601 VLSI Design   CMOS Fabrication
EC6601 VLSI Design CMOS Fabricationchitrarengasamy
 
CMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuitsCMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuitsIkhwan_Fakrudin
 
Unit no. 5 cmos logic design
Unit no. 5 cmos logic designUnit no. 5 cmos logic design
Unit no. 5 cmos logic designswagatkarve
 
VLSI D PPT.pdf
VLSI D PPT.pdfVLSI D PPT.pdf
VLSI D PPT.pdfAMohan12
 
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.pptbasic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.pptlefohi9060
 
CMOS fabrication.pptx
CMOS fabrication.pptxCMOS fabrication.pptx
CMOS fabrication.pptxtemp2424
 
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITSSTUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITSMinh Anh Nguyen
 
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITSSTUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITSMinh Anh Nguyen
 

Similar to cmoshssd-220105164535.pptx (20)

18EC655_Module-1.pptx
18EC655_Module-1.pptx18EC655_Module-1.pptx
18EC655_Module-1.pptx
 
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
 
12BiCMOS Technology.ppt
12BiCMOS Technology.ppt12BiCMOS Technology.ppt
12BiCMOS Technology.ppt
 
CMOS Combinational_Logic_Circuits.pdf
CMOS Combinational_Logic_Circuits.pdfCMOS Combinational_Logic_Circuits.pdf
CMOS Combinational_Logic_Circuits.pdf
 
EC6601 VLSI Design CMOS Fabrication
EC6601 VLSI Design   CMOS FabricationEC6601 VLSI Design   CMOS Fabrication
EC6601 VLSI Design CMOS Fabrication
 
CMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuitsCMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuits
 
Unit no. 5 cmos logic design
Unit no. 5 cmos logic designUnit no. 5 cmos logic design
Unit no. 5 cmos logic design
 
Cmos
CmosCmos
Cmos
 
VLSI D PPT.pdf
VLSI D PPT.pdfVLSI D PPT.pdf
VLSI D PPT.pdf
 
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.pptbasic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
 
CMOS fabrication.pptx
CMOS fabrication.pptxCMOS fabrication.pptx
CMOS fabrication.pptx
 
cmos of metal oxide field effect tansistor
cmos of metal oxide field effect tansistorcmos of metal oxide field effect tansistor
cmos of metal oxide field effect tansistor
 
My VLSI.pptx
My VLSI.pptxMy VLSI.pptx
My VLSI.pptx
 
Vlsi ppt priyanka
Vlsi ppt priyankaVlsi ppt priyanka
Vlsi ppt priyanka
 
Presentationvlsi converted
Presentationvlsi convertedPresentationvlsi converted
Presentationvlsi converted
 
IC_Lectures_Updated.pdf
IC_Lectures_Updated.pdfIC_Lectures_Updated.pdf
IC_Lectures_Updated.pdf
 
CMOS Layout
CMOS LayoutCMOS Layout
CMOS Layout
 
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITSSTUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
 
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITSSTUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
 
MOS logic family
MOS logic familyMOS logic family
MOS logic family
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

cmoshssd-220105164535.pptx

  • 2.  CMOS • CMOS (complementary metal-oxide semiconductor) is the semiconductor technology used in the transistors that are manufactured into most of today's computer microchips. • In CMOS technology, both kinds of transistors are used in a complementary way to form a current gate that forms an effective means of electrical control.
  • 3. CMOS (Complementary Metal Oxide Semiconductor) • The main advantage of CMOS over NMOS and BIPOLAR technology is the much smaller power dissipation. • Unlike NMOS or BIPOLAR circuits, a Complementary MOS circuit has almost no static power dissipation. • Power is only dissipated in case the circuit actually switches. This allows integrating more CMOS gates on an IC than in NMOS or bipolar technology, resulting in much better performance. Complementary Metal Oxide Semiconductor transistor consists of P- channel MOS (PMOS) and N-channel MOS (NMOS). Please refer to the link to know more about the fabrication process of CMOS transistor. •
  • 4.
  • 5.  NMOS • NMOS is built on a p-type substrate with n-type source and drain diffused on it. In NMOS, the majority of carriers are electrons. • When a high voltage is applied to the gate, the NMOS will conduct. • Similarly, when a low voltage is applied to the gate, NMOS will not conduct. NMOS is considered to be faster than PMOS, since the carriers in NMOS, which are electrons, travel twice as fast as the holes. NMOS Transist
  • 6.  PMOS • P- channel MOSFET consists of P-type Source and Drain diffused on an N-type substrate. • The majority of carriers are holes. When a high voltage is applied to the gate, the PMOS will not conduct. When a low voltage is applied to the gate, the PMOS will conduct. • The PMOS devices are more immune to noise than NMOS devices.
  • 7.  CMOS Working Principle • In CMOS technology, both N-type and P-type transistors are used to design logic functions. • The same signal which turns ON a transistor of one type is used to turn OFF a transistor of the other type. • This characteristic allows the design of logic devices using only simple switches, without the need for a pull-up resistor.
  • 8. • In CMOS logic gates a collection of n-type MOSFETs is arranged in a pull-down network between the output and the low voltage power supply rail (Vss or quite often ground). • Instead of the load resistor of NMOS logic gates, CMOS logic gates have a collection of p-type MOSFETs in a pull-up network between the output and the higher-voltage rail (often named Vdd). CMOS using Pull Up & Pull Down
  • 9. • Thus, if both a p-type and n-type transistor have their gates connected to the same input, the p-type MOSFET will be ON when the n-type MOSFET is OFF, and vice-versa. • The networks are arranged such that one is ON and the other OFF for any input pattern as shown in the figure below. • CMOS offers relatively high speed, low power dissipation, high noise margins in both states, and will operate over a wide range of source and input voltages (provided the source voltage is fixed).
  • 10.  CMOS Inverter • The inverter circuit as shown in the figure below. It consists of PMOS and NMOS FET. The input A serves as the gate voltage for both transistors. • The NMOS transistor has input from Vss (ground) and the PMOS transistor has input from Vdd. • The terminal Y is output. When a high voltage (~ Vdd) is given at input terminal (A) of the inverter, the PMOS becomes an open circuit, and NMOS switched OFF so the output will be pulled down to Vss. CMOS Inverter
  • 11. • When a low-level voltage (<Vdd, ~0v) applied to the inverter, the NMOS switched OFF and PMOS switched ON. So the output becomes Vdd or the circuit is pulled up to Vdd. INPUT LOGIC INPUT OUTPUT LOGIC OUTPUT 0 V 0 VDD 1 VDD 1 0 V 0
  • 12.  CMOS NAND Gate • figure shows a 2-input Complementary MOS NAND gate. It consists of two series NMOS transistors between Y and Ground and two parallel PMOS transistors between Y and VDD. • If either input A or B is logic 0, at least one of the NMOS transistors will be OFF, breaking the path from Y to Ground. But at least one of the pMOS transistors will be ON, creating a path from Y to VDD Two Input NAND Gate
  • 13. • the output Y will be high. If both inputs are high, both of the nMOS transistors will be ON and both of the pMOS transistors will be OFF. Hence, the output will be logic low. • The truth table of the NAND logic gate given in the below table. A B Pull-Down Network Pull-up Network OUTPUT (Y) 0 0 OFF ON 1 0 1 OFF ON 1 1 0 OFF ON 1 1 1 ON ON 0
  • 14.  CMOS NOR Gate • A 2-input NOR gate is shown in the figure below. The NMOS transistors are in parallel to pull the output low when either input is high. • The PMOS transistors are in series to pull the output high when both inputs are low, as given in the below table. The output is never left floating. Two Input NOR Gate
  • 15. The truth table of the NOR logic gate A B Y 0 0 1 0 1 0 1 0 0 1 1 0
  • 16.  CMOS Fabrication • The fabrication of CMOS transistors can be done on the wafer of silicon. The diameter of the wafer ranges from 20mm to 300mm. In this, the Lithography process is the same as the printing press. On every step, different materials can be deposited, etched otherwise patterned. This process is very simple to understand by viewing the wafer’s top as well as cross-section within a simplified assembling method. • The fabrication of CMOS can be accomplished through using three technologies namely N-well, P-well, Twin well, an SOI (Silicon on Insulator).
  • 17.  CMOS Characteristics • The most important characteristics of CMOS are low static power utilization, huge noise immunity. When the single transistor from the pair of MOSFET transistor is switched OFF then the series combination uses significant power throughout switching among the two stated like ON & OFF. • As a result, these devices do not generate waste heat as compared with other types of logic circuits such as TTL or NMOS logic, which usually use some standing current even they don’t change their state. • These CMOS characteristics will allow for integrating logic functions with high density on an integrated circuit. Because of this, CMOS has become the most frequently used
  • 18.  The advantages of CMOS • The main benefits of CMOS over TTL are good noise margin as well as less power consumption. This is due to no straight conducting lane from VDD to GND, fall times based on the conditions of input, then the transmission of the digital signal will become easy & low cost through CMOS chips. • CMOS is used to explain the amount of memory on the motherboard of the computer that will store in the settings of BIOS. These settings mainly include the date, time, and settings of hardware TTL is a digital logic circuit where bipolar transistors work on DC pulses. Several transistor logic gates are normally made-up of a single IC.
  • 19. • It uses a single power supply like + VDD • These gates are very simple • Input impedance is high • CMOS logic uses less power whenever it is held in a set state • Power dissipation is negligible • Fan out is high • TTL compatibility • Stability of temperature • Noise immunity is good • Compact • Designing is very well • Robust mechanically
  • 20.  The disadvantages of CMOS • The cost will be increased once the processing steps increases, however, it can be resolved. • The packing density of CMOS is low as compared with NMOS. • MOS chips should be secured from getting static charges by placing the leads shorted otherwise; the static charges obtained within leads will damage the chip. This problem can be solved by including protective circuits otherwise devices. • Another drawback of the CMOS inverter is that it utilizes two transistors as opposed to one NMOS to build an inverter, which means that the CMOS uses more space over the chip as compared with the NMOS. These drawbacks are small due to the progress within the CMOS technology.
  • 21.  CMOS Applications • CMOS technology has been used for the following digital IC designs. • Computer memories, CPUs • Microprocessor designs • Flash memory chip designing • Used to design application-specific integrated circuits (ASICs)