EENG447 Digital IC Design Dr. Gürtaç Yemişcioğlu.

Slides:



Advertisements
Similar presentations
Digital Integrated Circuits© Prentice Hall 1995 Combinational Logic COMBINATIONAL LOGIC.
Advertisements

CT455: Computer Organization Logic gate
Sahar Mosleh PageCalifornia State University San Marcos 1 Introductory Concepts This section of the course introduces the concept of digital circuits and.
CSET 4650 Field Programmable Logic Devices
COMP541 Transistors and all that… a brief overview
ECE C03 Lecture 41 Lecture 4 Combinational Logic Implementation Technologies Prith Banerjee ECE C03 Advanced Digital Design Spring 1998.
EE 4271 VLSI Design, Fall 2011 CMOS Combinational Gate.
Lecture #24 Gates to circuits
Lecture #25 Timing issues
Digital Integrated Circuits© Prentice Hall 1995 Combinational Logic COMBINATIONAL LOGIC.
Field-Effect Transistors 1.Understand MOSFET operation. 2. Understand the basic operation of CMOS logic gates. 3. Make use of p-fet and n-fet for logic.
CSET 4650 Field Programmable Logic Devices
ECE 331 – Digital System Design Transistor Technologies, and Realizing Logic Gates using CMOS Circuits (Lecture #23)
MOS Transistors The gate material of Metal Oxide Semiconductor Field Effect Transistors was original made of metal hence the name. Present day devices’
Chapter 3 Digital Logic Structures. 3-2 Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2000):
Complementary CMOS Logic Style Construction (cont.) Digital Integrated Circuits© Prentice Hall 1995 Introduction.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
ECE442: Digital ElectronicsSpring 2008, CSUN, Zahid Static CMOS Logic ECE442: Digital Electronics.
EE210 Digital Electronics Class Lecture 9 April 08, 2009.
EE141 © Digital Integrated Circuits 2nd Devices 1 Goal of this lecture  Present understanding of device operation  nMOS/pMOS as switches  How to design.
Static CMOS Logic Seating chart updates
Solid-State Devices & Circuits
Logic Gates Unit 16.
Logic Families There are several different families of logic gates. Each family has its capabilities and limitations, its advantages and disadvantages.
COMP541 Transistors and all that… a brief overview
ENG2410 Digital Design “Cont .. Combinational Logic Circuits”
CHAPTER 4: MOS AND CMOS IC DESIGN
COMP541 Transistors and all that… a brief overview
IV UNIT : GATE LEVEL DESIGN
ECE2030 Introduction to Computer Engineering Lecture 4: CMOS Network
STICK Diagrams UNIT III : VLSI CIRCUIT DESIGN PROCESSES VLSI DESIGN
VLSI System Design Lecture: 1.3 COMS LOGICs
Introduction Molecules: made up of atoms of individual elements.
Transistors and Logic Circuits
Instructor:Po-Yu Kuo 教師:郭柏佑
Exclusive OR Gate.
CSE477 VLSI Digital Circuits Fall 2002 Lecture 06: Static CMOS Logic
Principles & Applications and Simple Interfacing
Montek Singh Oct 25, 2017 Lecture 9
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Principles & Applications
Reading: Hambley Ch. 7; Rabaey et al. Sec. 5.2
ENG2410 Digital Design “CMOS Technology”
Intro to Engineering Electronics
Chapter 12 : Field – Effect Transistors
Lecture 19 OUTLINE The MOSFET: Structure and operation
COMBINATIONAL LOGIC.
Subject Name: Fundamentals Of CMOS VLSI Subject Code: 10EC56
Design Technologies Custom Std Cell Performance Gate Array FPGA Cost.
Intro to Engineering Electronics
MOSFET POWERPOINT PRESENTATION BY:- POONAM SHARMA LECTURER ELECTRICAL
CMOS Combinational Gate
Design of Combinational Logic
Prof. Hsien-Hsin Sean Lee
CSET 4650 Field Programmable Logic Devices
Instructor:Po-Yu Kuo 教師:郭柏佑
CMOS Combinational Gate
COMBINATIONAL LOGIC DESIGN
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
CMOS Combinational Gate
Circuits using NMOS and PMOS enhancement mode FETs
Lecture #18 OUTLINE Reading Continue small signal analysis
Introductory Concepts
COMP541 Transistors and all that… a brief overview
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Logic Gates AIM: To know the different types of logic gate
ECE 352 Digital System Fundamentals
Chapter 6 (I) CMOS Layout of Complexe Gate
Presentation transcript:

EENG447 Digital IC Design Dr. Gürtaç Yemişcioğlu

CHAPTER #2 CAD TOOLS & DESIGN ENTRY Schematic Fundamentals 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Logic circuits are built with transistors. Transistors is the smallest building block or device. Transistor operates as a simple switch. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS The most popular type of transistor for implementing a simple switch is the Complementary Metal Oxide Semiconductor (CMOS). In CMOS there are two types of transistors, PMOS and NMOS and together they complement each other. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS DEVICES NMOS PMOS x = “high”/ “1” x = “low”/ “0” x = “low”/ “0” x = “high”/ “1” 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS DEVICES NMOS PMOS VD VD = 0 V VD VS = VDD VDD VG = VDD VG = vDD VS = 0V VD VD VD = VDD Closed switch when VG = VDD Open switch when VG = 0 Closed switch when VG = 0V Open switch when VG = VDD 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS A simpler way to visualise the operation of the transistors is a resistor when it is ON. The amount of current that flows through the transistor is limited by the equivalent resistance of the transistor. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS The first schemes for building logic gates with MOSFETs became popular in the 1970s and relied on either PMOS or NMOS transistors, but not both. Since the early 1980s, a combination of both NMOS and PMOS transistors has been used. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS NMOS CIRCUITS When Vx = 0 V, the NMOS is OFF. No current flows through the resistor R, and Vf = 5V. When Vx = 5 V, the NMOS is ON Pulls Vf to a low voltage level. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS The exact voltage level of Vf in this case depends on the amount of current that flows through the resistor and transistor. If Vf is viewed as a function of Vx, then the circuit is an NMOS implementation of a NOT gate. The purpose of the resistor in the NOT gate circuit is to limit the amount of current that flows when Vx = 5V. Rather than using a resistor for this purpose, a transistor is normally used. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS NMOS CIRCUITS If Vx1 = Vx2 = 5 V, both transistors will be ON. Vf will be close to 0V. If either Vx1 or Vx2 is 0, then no current will flow through the series-connected transistors. Vf will be pulled up to 5V. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS NMOS CIRCUITS If either Vx1 or Vx2 is 5 V, then Vf will be close to 0V. If both Vx1 = Vx2 = 0 V, then Vf will be pulled up to 5 V. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS For each of the circuits that has been presented, it is possible to derive an equivalent circuit that uses PMOS transistors. But it is more interesting to consider how both NMOS and PMOS transistors can be used together. In NMOS circuits the logic functions realised by arrangements of NMOS transistors, combined with pull-up device that acts as a resistor. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS The part of the circuit that involves NMOS transistors is known as pull-down network (PDN). The concept of CMOS circuits is based on replacing the pull-up device with a pull-up network (PUN) that is built using PMOS transistors. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS The functions realised by the PDN and PUN networks are complements of each other. Then a logic circuit can be implemented . For any given valuation of the input signals, either PDN pull Vf down to Gnd or the PUN pulls Vf up to VDD. The PDN and the PUN have equal number of transistors, which are arranged so that the two networks are duals of one another. Wherever the PDN has NMOS transistors in series, the PUN has PMOS transistors in parallel, and vice versa. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS INVERTER The inverter is the simplest logic gate. Its function is to invert the signal received on the input node to the opposite polarity to the output node. CMOS logic by its very own nature is always inverting. The NMOS and PMOS are never “ON” at the same time. This is why CMOS is a low-power style of circuit design. Once the gate switches state, there is no DC current path between VDD and GND 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS INVERTER VDD P1 = off P1 = on x = 0 x = 1 f = 1 f = 0 N1 = on N1 = off 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS NAND Gate VDD x1 x2 x1 x2 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS AND Gate ? Draw, 2 – input AND gate Schematic Diagram. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS NOR Gate VDD x1 x2 x1 x2 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS OR Gate ? Draw, 2 – input OR gate Schematic Diagram. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS XOR Gate ? Draw, 2 – input XOR gate Schematic Diagram. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Complex Circuits F = ((A+B+C)D)’ 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Complex Circuits F = A’+(B’+C’)D’ 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Transmission Gates This configuration allows for noninverting propagation of the input signal, blocking of the input signal when both control signals disabled the PMOS and NMOS transistors. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Transmission Gates PMOS transistors are connected to generate logical “1” levels and NMOS logical “0” and almost never reverse the reverse. in A B out 0* 1 X 1* 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Transmission Gates *PMOS transistors are able to pass “0” levels, but degrade the “0” level (weak 0). NMOS transistors are able to pass “1” levels, but degrade “1 level” (weak 1). in A B out 0* 1 X 1* 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS Transmission Gates Usually both controls are implemented such that the transmission gate is either completely “ON” or “OFF” (both transistors) but not halfway. in A B out 0* 1 X 1* 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS XOR Gate_v2 ? Draw, 2 – input XOR gate Schematic Diagram Using Transmission Gate. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS XNOR Gate ? Draw, 2 – input XNOR gate Schematic Diagram Using Transmission Gate. 17/01/2019 Digital IC Design

SCHEMATIC FUNDAMENTALS 2-to-1 MUX ? Draw, 2-to-1 MUX Schematic Diagram Using Transmission Gate. S Y D0 1 D1 17/01/2019 Digital IC Design

Thank You! Any Question? 17/01/2019 Digital IC Design