VLSI System Design Lecture: 1.3 COMS LOGICs

Slides:



Advertisements
Similar presentations
Modern VLSI Design 3e: Chapter 3 Copyright 1998, 2002 Prentice Hall PTR Topics n Combinational logic functions. n Static complementary logic gate structures.
Advertisements

Digital Integrated Circuits© Prentice Hall 1995 Combinational Logic COMBINATIONAL LOGIC.
Introduction to Computer Engineering ECE/CS 252, Fall 2010 Prof. Mikko Lipasti Department of Electrical and Computer Engineering University of Wisconsin.
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
VLSI lecture, 2000 Lecture 4 MOS Circuits Department of Computer Engineering, Prince of Songkla University by Wannarat Suntiamorntut.
Sahar Mosleh PageCalifornia State University San Marcos 1 Introductory Concepts This section of the course introduces the concept of digital circuits and.
Lecture: 1.6 Tri-states, Mux, Latches & Flip Flops
EE 4271 VLSI Design, Fall 2011 CMOS Combinational Gate.
Digital Integrated Circuits© Prentice Hall 1995 Combinational Logic COMBINATIONAL LOGIC.
Combinational Logic Chapter 4.
Modern VLSI Design 4e: Chapter 3 Copyright  2008 Wayne Wolf Topics n Combinational logic functions. n Static complementary logic gate structures.
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):
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
EE210 Digital Electronics Class Lecture 9 April 08, 2009.
1 Contents Reviewed Rabaey CH 3, 4, and 6. 2 Physical Structure of MOS Transistors: the NMOS [Adapted from Principles of CMOS VLSI Design by Weste & Eshraghian]
Logic Gates M. AL-Towaileb1. Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device.
Solid-State Devices & Circuits
1 ECE2030 Introduction to Computer Engineering Lecture 4: CMOS Network Prof. Hsien-Hsin Sean Lee School of ECE Georgia Institute of Technology.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Design Technologies.
Implementation of LFSR Counter Using CMOS VLSI Technology.
Logic Gates Unit 16.
COMP541 Transistors and all that… a brief overview
Logic gates.
CHAPTER 4: MOS AND CMOS IC DESIGN
Instructor:Po-Yu Kuo 教師:郭柏佑
Basics of Logic gates - Part 1
Transistors and Logic - II
Subject Name: Fundamentals Of CMOS VLSI Subject Code: 10EC56
COMP541 Transistors and all that… a brief overview
The MOS Transistor Figures from material provided with Digital Integrated Circuits, A Design Perspective, by Jan Rabaey, Prentice Hall, 1996.
Lecture 19: SRAM.
IV UNIT : GATE LEVEL DESIGN
ECE2030 Introduction to Computer Engineering Lecture 4: CMOS Network
STICK Diagrams UNIT III : VLSI CIRCUIT DESIGN PROCESSES VLSI DESIGN
CMOS technology and CMOS Logic gate
Instructor:Po-Yu Kuo 教師:郭柏佑
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Reading: Hambley Ch. 7; Rabaey et al. Sec. 5.2
ENG2410 Digital Design “CMOS Technology”
COMBINATIONAL LOGIC.
Subject Name: Fundamentals Of CMOS VLSI Subject Code: 10EC56
LEC 3.2 LAYOUT D E S I G N R U L E S & DESIGN RULE CHECKER (DRC)
Design Technologies Custom Std Cell Performance Gate Array FPGA Cost.
CMOS Combinational Gate
Layout of CMOS VLSI Circuits
Layout of CMOS VLSI Circuits
Design of Combinational Logic
JC Technology Logic Gates.
CSET 4650 Field Programmable Logic Devices
Instructor:Po-Yu Kuo 教師:郭柏佑
CMOS Combinational Gate
COMBINATIONAL LOGIC DESIGN
KS4 Electricity – Electronic systems
EENG447 Digital IC Design Dr. Gürtaç Yemişcioğlu.
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.
Implementing a generic logic function in CMOS
CMOS Combinational Gate
Digital Logic Experiment
COMP541 Transistors and all that… a brief overview
Combinational Circuits
FIGURE 5-1 MOS Transistor, Symbols, and Switch Models
Logic Gates AIM: To know the different types of logic gate
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Lecture 2 Platform 0 revisited
Chapter 6 (I) CMOS Layout of Complexe Gate
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

VLSI System Design Lecture: 1.3 COMS LOGICs Engr. Anees ul Husnain ( anees.buzdar@gmail.com ) Department of Computer Systems Engineering, College of Engineering & Technology, IUB

CMOS Logic The Inverter 1 n-MOS, 1 p-MOS When the inputs is '0,' the n-MOS transistor is OFF and the p-MOS transistor is ON. Thus the output Y is pulled up to '1' because it is connected to VDD but not to GND. Conversely, when A is '1/ the n-MOS is ON, the p-MOS is OFF, and the Y is pulled down to '0.'

CMOS Logic The NAND Gate It consists of two series n-MOS transistors between Y and GND and two parallel p-MOS transistors between Y and VDD. If either inputs or B is '0,' at least one of the n-MOS transistors will be OFF, breaking the path from Y to GND. But at least one of the p-MOS transistors will be ON, creating a path from Y to VDD. Hence, the output Y will be '1.‘ If both inputs are '1,' both of the n-MOS transistors will be ON and both of the p-MOS transistors will be OFF. Hence, the output will be '0.'

CMOS Logic The NAND Gate k-input NAND gates are constructed using k series n-MOS transistors and k parallel p-MOS transistors. TASKs !! Make the CMOS layout for Y = A . B . C Make the CMOS layout for Y = A + B + C

CMOS Logic The Combinational Logic In general when we join a pull-up network to a pull-down network to form a logic gate as shown in Figure 1.13, they both will attempt to exert a logic level at the output. When both try to exert a logic simultaneously than what happens ??

CMOS Logic The Combinational Logic The possible levels at the output are shown in Table 1.3. From this table it can be seen that the output of a CMOS logic gate can be in four states. The '1' and ‘0’ levels have been encountered with the inverter and NAND gates, where either the pull-up or pull-down is OFF the other structure is ON. When both pull-up and pull-down are OFF, the high-impedance or floating ‘Z’ output state results. This is of importance in multiplexers, memory elements, and bus drivers. The ‘crowiarred’ X level exists when both pull-up and pull-down are simultaneously turned ON. This causes an indeterminate level and also static power to be dissipated. It is usually an unwanted condition in any CMOS digital circuit.

CMOS Logic Connection & Behavior of Series & Parallel Transistors

Next… Compound Gates Pass Transistors & Transmission Gates Various implementations of a logic