Design Technologies Custom Std Cell Performance Gate Array FPGA Cost.

Slides:



Advertisements
Similar presentations
ECE555 Lecture 5 Nam Sung Kim University of Wisconsin – Madison
Advertisements

Digital Integrated Circuits© Prentice Hall 1995 Combinational Logic COMBINATIONAL LOGIC.
Digital Integrated Circuits© Prentice Hall 1995 Devices The MOS Transistor.
Designing Combinational Logic Circuits: Part2 Alternative Logic Forms:
Lecture #24 Gates to circuits
Computer ArchitectureFall 2008 © August 20 th, Introduction to Computer Architecture Lecture 2 – Digital Logic Design.
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.
MOS Transistors The gate material of Metal Oxide Semiconductor Field Effect Transistors was original made of metal hence the name. Present day devices’
EE415 VLSI Design DYNAMIC LOGIC [Adapted from Rabaey’s Digital Integrated Circuits, ©2002, J. Rabaey et al.]
Ratioed Circuits Ratioed circuits use weak pull-up and stronger pull-down networks. The input capacitance is reduced and hence logical effort. Correct.
Complementary CMOS Logic Style Construction (cont.) Digital Integrated Circuits© Prentice Hall 1995 Introduction.
Notices You have 18 more days to complete your final project!
ECE442: Digital ElectronicsSpring 2008, CSUN, Zahid Static CMOS Logic ECE442: Digital Electronics.
EE141 © Digital Integrated Circuits 2nd Devices 1 Goal of this lecture  Present understanding of device operation  nMOS/pMOS as switches  How to design.
Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Properties of Complementary CMOS Gates.
Static CMOS Logic Seating chart updates
Dynamic Logic.
EE141 Combinational Circuits 1 Chapter 6 (I) Designing Combinational Logic Circuits Dynamic CMOS LogicDynamic CMOS Logic V1.0 5/4/2003.
EE 466/586 VLSI Design Partha Pande School of EECS Washington State University
CSE477 L06 Static CMOS Logic.1Irwin&Vijay, PSU, 2003 CSE477 VLSI Digital Circuits Fall 2003 Lecture 06: Static CMOS Logic Mary Jane Irwin (
Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Design Technologies.
Introduction to CMOS VLSI Design Lecture 0: Introduction.
COMP541 Transistors and all that… a brief overview
CHAPTER 4: MOS AND CMOS IC DESIGN
Introduction to VLSI Design
Digital Integrated Circuits A Design Perspective
Digital Integrated Circuits for Communication
THE CMOS INVERTER.
The MOS Transistor Figures from material provided with Digital Integrated Circuits, A Design Perspective, by Jan Rabaey, Prentice Hall, 1996.
IV UNIT : GATE LEVEL DESIGN
ECE2030 Introduction to Computer Engineering Lecture 4: CMOS Network
VLSI Testing Lecture 5: Logic Simulation
STICK Diagrams UNIT III : VLSI CIRCUIT DESIGN PROCESSES VLSI DESIGN
VLSI System Design Lecture: 1.3 COMS LOGICs
VLSI Testing Lecture 5: Logic Simulation
Instructor:Po-Yu Kuo 教師:郭柏佑
Vishwani D. Agrawal Department of ECE, Auburn University
CSE477 VLSI Digital Circuits Fall 2002 Lecture 06: Static CMOS Logic
Reading: Hambley Ch. 7; Rabaey et al. Sec. 5.2
ENG2410 Digital Design “CMOS Technology”
LOGIC FAMILIES UNIT IV.
Digital Integrated Circuits 17: CMOS III: Design and Scaling
COMBINATIONAL LOGIC.
Subject Name: Fundamentals Of CMOS VLSI Subject Code: 10EC56
Basic electrical properties
MOSFET POWERPOINT PRESENTATION BY:- POONAM SHARMA LECTURER ELECTRICAL
CMOS Combinational Gate
Prof. Hsien-Hsin Sean Lee
JC Technology Logic Gates.
VLSI Lay-out Design.
CSET 4650 Field Programmable Logic Devices
Instructor:Po-Yu Kuo 教師:郭柏佑
CMOS Combinational Gate
V.Navaneethakrishnan Dept. of ECE, CCET
COMBINATIONAL LOGIC DESIGN
Lecture 19 OUTLINE The MOS Capacitor (cont’d) The MOSFET:
Implementation Technology
Day 3: September 4, 2013 Gates from Transistors
EENG447 Digital IC Design Dr. Gürtaç Yemişcioğlu.
CMOS Combinational Gate
Lecture 19 OUTLINE The MOS Capacitor (cont’d) The MOSFET:
Circuits using NMOS and PMOS enhancement mode FETs
COMP541 Transistors and all that… a brief overview
FIGURE 5-1 MOS Transistor, Symbols, and Switch Models
Arithmetic Building Blocks
COMBINATIONAL LOGIC - 2.
Chapter 6 (I) CMOS Layout of Complexe Gate
Lecture 2 NMOS Technology VLSI, 2000
Presentation transcript:

Design Technologies Custom Std Cell Performance Gate Array FPGA Cost

Views / Abstractions / Hierarchies Structural Behavioral device Circuit Logic Architectural Physical D.Gajski, Silicon Compilation, Addison Wesley, 1988

N-Channel Enhancement mode MOS FET Four Terminal Device - substrate bias The “self aligned gate” - key to CMOS

The MOS Transistor Digital Integrated Circuits © Prentice Hall 1995 Introduction

MOS transistors Types and Symbols Digital Integrated Circuits © Prentice Hall 1995 Introduction D D G G S S NMOS Enhancement NMOS Depletion D D G G B S S NMOS with PMOS Enhancement Bulk Contact

The Basic Idea… Voltage on the Gate controls the current through the source/drain path N-Channel - N-Switches are ON when the Gate is HIGH and OFF when the Gate is LOW P-Channel - P-Switches are OFF when the Gate is HIGH and ON when the Gate is LOW (ON == Circuit between Source and Drain)

Transistors as Switches N Switch G S D 1 Passes “good zeros” P Switch G S D 1 Passes “good ones”

….The Rest of the Story... Put them in series - both must be on to complete the circuit Put them in parallel - either can be on to complete the circuit Generate all sorts of Switching Functions NOT the same as Boolean Functions.... Its RELAY logic - pin ball machines

Series Parallel Structures D 1 G S D D 1 1 G G D S S 1 G S N Channel: on=closed when gate is high

NMOS Transistors in Series/Parallel Connection Digital Integrated Circuits © Prentice Hall 1995 Introduction Transistors can be thought as a switch controlled by its gate signal NMOS switch closes when switch control input is high

Series Parallel Structures(2) D G S D D G G D S S G S P Channel: on=closed when gate is low

PMOS Transistors in Series/Parallel Connection Digital Integrated Circuits © Prentice Hall 1995 Introduction

Series Parallel Structures (3) N Switch G S D S 1 Passes “good zeros” G S D Passes “good ones” S’ 1 P Switch Open Circuit, High Z Bi-directional Switch

From Switches to Boolean Functions... Use the Switching Functions to provide paths to Vdd or GND Vdd is the source of all Truth (Vdd = = 1) GND is the source of all Falsehood (GND == 0) P-channel N-channel 1 1

The Inverter True to False / False to True Converter 1/0 0/1

…That’s it! This is Non-Trivial: it defines the basis for the logic abstraction which is essential for all Boolean functions. Provide a path to VDD for 1 Provide a path to GND for 0 For complex functions - provide complex paths

Four Views Logic Transistor Layout Physical

Cross-Section of CMOS Technology Digital Integrated Circuits © Prentice Hall 1995 Introduction

Magic Layout of Inverter

Magic “Palette” of Layers

Modern Interconnect

Chain of Inverters A B C D E Feedback loop

Which is which? A B C D E

CMOS logic structures Static (logic) structures Complementary structures Pass structures Pseudo-NMOS structures Dynamic (logic) structures precharged latched combinations Memory structures static quasi-static dynamic I/O structures

Complementary Structures Big -- 2 x N transistors for N inputs Use the “dual” for N and P chains Can/should be sized for maximum speed/minimum power-area Can use well known circuit minimization techniques Fast Low static power dissipation Possibly high dynamic power dissipation

Static CMOS Circuit Digital Integrated Circuits © Prentice Hall 1995 Introduction At every point in time (except during the switching transients) each gate output is connected to either V DD or ss via a low-resistive path. The outputs of the gates assume at all times the value of the Boolean function, implemented by the circuit (ignoring, once again, the transient effects during switching periods). This is in contrast to the dynamic circuit class, which relies on temporary storage of signal values on the capacitance of high impedance circuit nodes.

Static CMOS Digital Integrated Circuits © Prentice Hall 1995 Introduction

Complementary CMOS Logic Style Construction (cont.) Digital Integrated Circuits © Prentice Hall 1995 Introduction

Example Gate: NAND Digital Integrated Circuits © Prentice Hall 1995 Introduction

Example Gate: NOR Digital Integrated Circuits © Prentice Hall 1995 Introduction