Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Introduction to VLSI Design l Instructor: Steven P. Levitan l TA:

Similar presentations


Presentation on theme: "Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Introduction to VLSI Design l Instructor: Steven P. Levitan l TA:"— Presentation transcript:

1 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Introduction to VLSI Design l Instructor: Steven P. Levitan levitan@ee.pitt.edu l TA: Jeremiah Cessna jecst40@pitt.edu l Book: Digital Integrated Circuits: A Design Perspective; Jan Rabaey l Lab Notes: at Copycat l http://kona.ee.pitt.edu/steve/EE1192 l http://infopad.EECS.Berkeley.EDU/~icdesign/

2 Jan M. Rabaey Digital Integrated Circuits A Design Perspective

3 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Course Outline (approximate) –Introduction and Motivation –The VLSI Design Process –Details of the MOS Transistor –Device Fabrication –Design Rules –CMOS circuits –VLSI Structures –System Timing –Real Circuits and Performance

4 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Reference Books –Principles of CMOS VLSI Design: Neil Weste and Kamran Eshraghian –CMOS: Baker, Li, Boyce –Application Specific Integrated Circuits: Smith –The Design and Analysis of VLSI – Circuits: Lance Glasser and Daniel Dobberpuhl –Introduction to VLSI Systems: Carver Mead & Lynn Conway –NewsGroups: comp.lsi, comp.lsi.cad

5 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Software –Magic l Unix Based l Interactive Design Rule Checking l Circuit Extraction l Supported Technology files –Spice l Well known and disliked l Spice 3 allows user models l Good support/documentation l Interface with Magic extraction –Irsim l Switch / Switched - Resistor level l Fast functional validation l Good interface with Magic

6 The First Computer Digital Integrated Circuits© Prentice Hall 1995 Introduction

7 ENIAC - The first electronic computer (1946) Digital Integrated Circuits© Prentice Hall 1995 Introduction

8 Evolution in Complexity Digital Integrated Circuits© Prentice Hall 1995 Introduction

9 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction What is “CMOS VLSI”? –MOS = Metal Oxide Semiconductor (This used to mean a Metal gate over Oxide insulation) –Now we use polycrystalline silicon which is deposited on the surface of the chip as a gate. We call this “poly” or just “red stuff” to distinguish it from the body of the chip, the substrate, which is a single crystal of silicon. –We do use metal (aluminum) for interconnection wires on the surface of the chip.

10 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction CMOS:Complementary MOS –Means we are using both N-channel and P- channel type enhancement mode Field Effect Transistors (FETs). –Field Effect- NO current from the controlling electrode into the output l FET is a voltage controlled current device l BJT is a current controlled current device –N/P Channel - doping of the substrate for increased carriers (electrons or holes)

11 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction N-Channel Enhancement mode MOS FET –Four Terminal Device - substrate bias –The “self aligned gate” - key to CMOS

12 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction VLSI:Very Large Scale Integration l Integration: Integrated Circuits »multiple devices on one substrate l How large is Very Large? –SSI (small scale integration) l 7400 series, 10-100 transistors –MSI (medium scale) l 74000 series 100-1000 –LSI 1,000-10,000 transistors –VLSI > 10,000 transistors –ULSI/SLSI (some disagreement)

13 Intel 4004 Micro-Processor Digital Integrated Circuits© Prentice Hall 1995 Introduction

14 Evolution in Transistor Count Digital Integrated Circuits© Prentice Hall 1995 Introduction

15 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Scale Example l Consider a chip size of 20mm X 20mm l Consider a transistor size of 2um X 2um »With area for wires, etc. l 1x10 8 transistors / chip l Or - plot at 1 transistor : 1 mm –1 chip : 20 meter x 20 meter plot

16 Intel Pentium (II) microprocessor Digital Integrated Circuits© Prentice Hall 1995 Introduction

17 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction VLSI Design –But the real issue is that VLSI is about designing systems on chips. –The designs are complex, and we need to use structured design techniques and sophisticated design tools to manage the complexity of the design. –We also accept the fact that any technology we learn the details of will be out of date soon. –We are trying to develop and use techniques that will transcend the technology, but still respect it.

18 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction The Process of VLSI Design: Consists of many different representations/Abstractions of the system (chip) that is being designed. –System Level Design –Architecture / Algorithm Level Design –Digital System Level Design –Logical Level Design –Electrical Level Design –Layout Level Design –Semiconductor Level Design (possibly more) Each abstraction/view is itself a Design Hierarchy of refinements which decompose the design.

19 Design Abstraction Levels Digital Integrated Circuits© Prentice Hall 1995 Introduction

20 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Help from Computer Aided Design tools l Tools »Editors »Simulators »Libraries »Module Synthesis »Place/Route »Chip Assemblers »Silicon Compilers l Experts »Logic design »Electronic/circuit design »Device physics »Artwork »Applications - system design »Architectures

21 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction New Design Methodologies l Methodologies which are based on: »System Level Abstractions v.s. Device Characteristic Abstractions –Logic structures and circuitry change slowly over time l trade-offs do change, but the choices do not »Scalable Designs –Layout techniques also change slowly. l But the minimum feature size steadily decreases with time (also Voltage, Die Size, etc.)

22 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Design Approaches –Custom l full control of design l best results, slowest design time. –Semi-custom (std cell) l use Cell libraries from vendor l cad tools, faster design time –Gate Array l fastest design time l worst speed/power/density l best low volume (worst high volume) –EPLA/EPLD - FPGA - electrically programmable (in the field) -

23 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Close up of Intel Chip? Time Magazine, July 1998

24 Evolution in Speed/Performance Digital Integrated Circuits© Prentice Hall 1995 Introduction

25 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Technologies –Bipolar (BJT) l TTL, Schottky l ECL l I^2 L –Dual Junction, current controlled devices l MOS (FET unipolar) »NMOS, PMOS »CMOS <== our course –Single Junction voltage controlled devices l GaAs (typically JFET’s) l OEIC’s - MQW’s, Integrated Lasers,?

26 Silicon in 2010 Die Area:2.5x2.5 cm Voltage:0.6 V Technology:0.07  m Digital Integrated Circuits© Prentice Hall 1995 Introduction

27 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction SIA -National Technology Roadmap for Semiconductors

28 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction SIA -National Technology Roadmap for Semiconductors 8 inch18 inch

29 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction SIA -National Technology Roadmap for Semiconductors

30 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction SIA -National Technology Roadmap for Semiconductors

31 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction SIA -National Technology Roadmap for Semiconductors

32 Introduction to VLSI Design© Steven P. Levitan 1998 Introduction SIA -National Technology Roadmap for Semiconductors


Download ppt "Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Introduction to VLSI Design l Instructor: Steven P. Levitan l TA:"

Similar presentations


Ads by Google