+ All Categories
Home > Documents > L1_1_Overview.ppt

L1_1_Overview.ppt

Date post: 23-Jan-2016
Category:
Upload: lim-hy
View: 215 times
Download: 0 times
Share this document with a friend
Popular Tags:
28
Overview • Why VLSI? • Moore’s Law. • The VLSI design process.
Transcript
Page 1: L1_1_Overview.ppt

Overview

• Why VLSI?• Moore’s Law.• The VLSI design process.

Page 2: L1_1_Overview.ppt

Why VLSI?

• Integration improves the design:– lower parasitics = higher speed;– lower power;– physically smaller.

• Integration reduces manufacturing cost-(almost) no manual assembly.

Page 3: L1_1_Overview.ppt

VLSI and you

• Microprocessors:– personal computers;– microcontrollers.

• DRAM/SRAM.• Special-purpose processors.

Page 4: L1_1_Overview.ppt

Moore’s Law

• Gordon Moore: co-founder of Intel.• Predicted that number of transistors per chip

would grow exponentially (double every 18 months).

• Exponential improvement in technology is a natural trend: steam engines, dynamos, automobiles.

Page 5: L1_1_Overview.ppt

Moore’s Law plot

Page 6: L1_1_Overview.ppt

The cost of fabrication

• Current cost: $2-3 billion.• Typical fab line occupies about 1 city block,

employs a few hundred people.• Most profitable period is first 18 months-2

years.

Page 7: L1_1_Overview.ppt

Cost factors in ICs

• For large-volume ICs:– packaging is largest cost;– testing is second-largest cost.

• For low-volume ICs, design costs may swamp all manufacturing costs.

Page 8: L1_1_Overview.ppt

The VLSI design process

• May be part of larger product design.• Major levels of abstraction:– specification;– architecture;– logic design;– circuit design;– layout.

Page 9: L1_1_Overview.ppt

Challenges in VLSI design

• Multiple levels of abstraction: transistors to CPUs.

• Multiple and conflicting constraints: low cost and high performance are often at odds.

• Short design time: Late products are often irrelevant.

Page 10: L1_1_Overview.ppt

Dealing with complexity

• Divide-and-conquer: limit the number of components you deal with at any one time.

• Group several components into larger components:– transistors form gates;– gates form functional units;– functional units form processing elements;– etc.

Page 11: L1_1_Overview.ppt

Hierarchical name

• Interior view of a component:– components and wires that make it up.

• Exterior view of a component = type:– body;– pins.

Fulladder

a

bcin

sum

cout

Page 12: L1_1_Overview.ppt

Instantiating component types

• Each instance has its own name:– add1 (type full adder)– add2 (type full adder).

• Each instance is a separate copy of the type:

Add1(Fulladder)

a

bcin

sum

cout

Add2(Fulladder)

a

bcin

sumAdd1.a

Add2.a

Page 13: L1_1_Overview.ppt

A hierarchical logic design

z

box1 box2 x

Page 14: L1_1_Overview.ppt

Net lists and component lists

• Net list:net1: top.in1 in1.innet2: i1.out xxx.Btopin1: top.n1 xxx.xin1topin2: top.n2 xxx.xin2botin1: top.n3 xxx.xin3net3: xxx.out i2.inoutnet: i2.out top.out

• Component list:top: in1=net1 n1=topin1

n2=topin2 n3=topine out=outnet

i1: in=net1 out=net2xxx: xin1=topin1

xin2=topin2 xin3=botin1 B=net2 out=net3

i2: in=net3 out=outnet

Page 15: L1_1_Overview.ppt

Component hierarchy

top

i1 xxx i2

Page 16: L1_1_Overview.ppt

Hierarchical names

• Typical hierarchical name:– top/i1.foo

component pin

Page 17: L1_1_Overview.ppt

Layout and its abstractions

• Layout for dynamic latch:

Page 18: L1_1_Overview.ppt

Stick diagram

Page 19: L1_1_Overview.ppt

Transistor schematic

Page 20: L1_1_Overview.ppt

Mixed schematic

inverter

Page 21: L1_1_Overview.ppt

Levels of abstraction

• Specification: function, cost, etc.• Architecture: large blocks.• Logic: gates + registers.• Circuits: transistor sizes for speed, power.• Layout: determines parasitics.

Page 22: L1_1_Overview.ppt

Circuit abstraction

• Continuous voltages and time:

Page 23: L1_1_Overview.ppt

Digital abstraction

• Discrete levels, discrete time:

Page 24: L1_1_Overview.ppt

Register-transfer abstraction

• Abstract components, abstract data types:

+

+

0010

0001

0100

0011

Page 25: L1_1_Overview.ppt

Top-down vs. bottom-up design

• Top-down design adds functional detail.– Create lower levels of abstraction from upper

levels.

• Bottom-up design creates abstractions from low-level behavior.

• Good design needs both top-down and bottom-up efforts.

Page 26: L1_1_Overview.ppt

Design abstractions

specification

behavior

register-transfer

logic

circuit

layout

English

Executableprogram

Sequentialmachines

Logic gates

transistors

rectangles

Throughput,design time

Function units,clock cycles

Literals, logic depth

nanoseconds

microns

function cost

Page 27: L1_1_Overview.ppt

Design validation

• Must check at every step that errors haven’t been introduced-the longer an error remains, the more expensive it becomes to remove it.

• Forward checking: compare results of less- and more-abstract stages.

• Back annotation: copy performance numbers to earlier stages.

Page 28: L1_1_Overview.ppt

Manufacturing test

• Not the same as design validation: just because the design is right doesn’t mean that every chip coming off the line will be right.

• Must quickly check whether manufacturing defects destroy function of chip.

• Must also speed-grade.