0% found this document useful (0 votes)
15 views47 pages

Lec - 2 Final

This document discusses the VLSI physical design process and flow. It describes the key steps in physical design including partitioning, placement, clock tree synthesis, routing, and timing closure to transform a circuit design into a layout that meets timing and design rules.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
15 views47 pages

Lec - 2 Final

This document discusses the VLSI physical design process and flow. It describes the key steps in physical design including partitioning, placement, clock tree synthesis, routing, and timing closure to transform a circuit design into a layout that meets timing and design rules.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 47

VLSI Physical Design with Timing Analysis

Lecture – 2: Introduction to VLSI Physical Design

Bishnu Prasad Das


Department of Electronics and Communication Engineering

1
Contents
• VLSI Design Flow

• Physical Design Flow

• Physical Verification
– Design Rule Check(DRC)
– Layout vs. Schematic(LVS)
– Electrical Rule Check(ERC)
– Antenna Rule Check(ARC)

2
VLSI Design Flow
System Specification

System Specifications:
Functionality
Performance
Area
I/O
...

3
System Specification
• Define overall goals and high-level requirements.

• Specify functionality, performance targets, physical dimensions,


and production technology constraints.

• Involve chip architects, circuit designers, product marketers,


operation managers, and layout and library
designers.

4
VLSI Design Flow
System Specification
Top-level MIPS block diagram
Architectural Design

Picture Source: Weste, Neil and Harris, David: CMOS VLSI Design: A Circuits and Systems Perspective

5
Architectural Design
• Decide on the integration of analog and digital blocks.
• Establish memory management strategies.
• serial/parallel, addressing scheme
• Determine the number and types of computational cores
• processors, DSP units
• Choose communication protocols and support for standard interfaces.
• Consider using hard and soft intellectual property (IP)
blocks.

6
VLSI Design Flow
System Specification module Verilog_mod(out1, out2,…,in1, in2… )
input in1, in2;
Architectural Design
output out1, out2;
always@(posedge clk) begin
Functional Design and Logic Design
out1 = in1 + in2;

end
endmodule
RTL: Verilog Code

7
Functional and Logic Design
• Define the functionality and connectivity of each module.

• Perform functional design to specify high-level behavior.

• Logic design is done at the register-transfer level (RTL) using HDLs.

• Simulate and verify module behavior thoroughly.

• Utilize logic synthesis tools to convert HDL into


low-level circuits.

8
VLSI Design Flow
System Specification

Architectural Design

Functional Design and Logic Design

Circuit Design

Logic Circuit

9
Circuit Design
• Identify critical elements designed at the transistor level.

• Examples include static RAM blocks, analog circuits, and high-


speed functions.

• Use circuit simulation tools like SPICE to verify correctness.

• Consider factors like transistor size, power,


and manufacturing variability.

10
VLSI Design Flow
System Specification

Architectural Design

Functional Design and Logic Design

Circuit Design

Physical Design

Layout

11
Physical Design
• Instantiate design components with geometric representations.

• Assign spatial locations (placement) and routing connections


(routing) to components.

• Adhere to design rules representing fabrication constraints.

• Consider the impact on performance, area,

reliability, power, and yield.

12
VLSI Design Flow
System Specification

Architectural Design DRC


LVS
Functional Design and Logic Design
ERC
Circuit Design ARC

Physical Design

Physical Verification and Signoff

13
Physical Verification and Signoff
• Perform design rule checking (DRC) to ensure technology constraints
are met.
• Conduct layout vs. schematic (LVS) checking to verify functionality.
• Extract parasitic parameters and verify electrical characteristics.
• Check for potential antenna effects and proper
power/ground connections.
• Ensure minimal layout changes at this stage.

14
VLSI Design Flow
System Specification

Architectural Design

Functional Design and Logic Design

Circuit Design

Physical Design
Silicon Wafer
Physical Verification and Signoff

Fabrication

15
Fabrication
• DRC-clean layout is sent to a silicon foundry for manufacturing
(tape out).

• Use photomasks to define patterns on silicon wafers.

• Commonly used wafer sizes (e.g., 200mm to 300mm).

16
VLSI Design Flow
System Specification

Architectural Design

Functional Design and Logic Design

Circuit Design

Physical Design Chip in a 40-pin dual-inline package


Physical Verification and Signoff

Fabrication

Packaging and Testing


Picture Source: Weste, Neil and Harris, David: CMOS VLSI Design: A Circuits and Systems Perspective

17
Packaging and Testing
• Choose packaging types such as DIPs, PGAs, or BGAs based on
application and cost requirements.

• Describe packaging methods like wire bonding or solder bumps.

• Sequencing of manufacturing, assembly, and testing.

• Testing for functionality, timing, and power.

18
VLSI Design Flow
System Specification

Architectural Design

Functional Design and Logic Design

Circuit Design

Physical Design

Physical Verification and Signoff

Fabrication

Packaging and Testing

Chip

19
Physical Design Cycle
• Physical design cycle transforms a circuit diagram into a layout.

Logic Circuit Layout

20
Physical Design Flow
Partitioning

Chip Planning

Placement

Clock Tree Synthesis

Signal Routing

Timing Closure

21
Physical design Flow
• Partitioning breaks the circuit into smaller modules.

• Floor planning determines module shapes and


arrangements.

Source: A. B. Kahng et al., VLSI Physical Design: From Graph Partitioning to Timing Closure

22
Physical design Flow
• Placement finds spatial locations for cells within each module.

Source: A. B. Kahng et al., VLSI Physical Design: From Graph Partitioning to Timing Closure

23
Physical design Flow
• Clock Tree Synthesis:

– Determines buffering, gating, and routing of the clock signal.

– Meets prescribed skew and delay requirements.

Source: A. B. Kahng et al., VLSI Physical Design: From Graph Partitioning to Timing Closure

24
Physical design Flow
• Signal Routing:
– Power and ground routing distributes power and ground nets.

– Global routing allocates resources for connections.


• Example resources include routing tracks in channels and in switch
boxes.

Source: A. B. Kahng et al., VLSI Physical Design: From Graph Partitioning to Timing Closure

25
Physical design Flow
• Detailed routing assigns routes to specific metal layers and
routing tracks.

• Timing Closure:

– Optimizes circuit performance through placement and routing.

Source: A. B. Kahng et al., VLSI Physical Design: From Graph Partitioning to Timing Closure

26
Physical Verification
• To ensure correct electrical and logical functionality, the layout
must be fully verified after Physical Design.
– Design Rule Check(DRC)
– Layout vs Schematic Check(LVS)
– Electrical Rule Check(ERC)
– Antenna Rule Check(ARC)

27
Design Rule Check(DRC)
• Design Rules:

– Geometric constraints on layout to ensure successful fabrication.

– Must be followed to avoid any manufacturing defects.

– Minimum allowable drawing dimensions.

• DRC ensures layout data complies with fabrication

rules.

28
Design Rule Check(DRC)

Layout GDS DRC Rule file

DRC

DRC report

29
Design Rule Check
• Design Rule Examples:

1. Minimum Width

Violation Fixed

30
2. Minimum Spacing

Violation Fixed

31
3. Minimum Enclosure/Overlap

Violation Fixed

32
Layout vs Schematic (LVS)
• LVS checks that transistors in a layout are connected in the same
way as in the circuit schematic.

• Compares extracted netlist from the layout to the original


schematic netlist.

33
Layout vs Schematic (LVS)
Layout GDS
and
LVS Rule file
Schematic
netlist

LVS

Layout
LVS report generated
netlist

34
Layout vs Schematic (LVS)
• LVS Errors are classified into two main categories:

– Compare errors

• Device mismatch

• Net mismatch

• Property errors

• Port swap errors


35
Layout vs Schematic (LVS)

– Extraction errors
• Missing device terminal

• Extra device terminal

• Device extraction error

• Text short and open

36
Layout vs Schematic (LVS)

37
Electrical Rule Check(ERC)
• Verifies the correctness of power and ground connections

• Verifies that signal transition times (slew), capacitive loads, and


fanouts are appropriately bounded.

38
Antenna Rule Check(ARC)
• Antenna Effect:

– Plasma etching of a metal wire connected to a transistor gate


can lead to the accumulation of charge, which may damage
the gate oxide.

– This is also called


plasma-induced gate-oxide damage.

39
Antenna Rule Check(ARC)
• Consequences of Antenna Effect:

– Increases gate leakage.

– Changes the threshold voltage.

– Reduces the life expectancy of the transistor.

40
Antenna Rule Check(ARC)
• Longer wires accumulate more charge and are more likely to
damage the gates.

Long metal wire M1 is more likely to


have damaged gate
M1
oxide than M2

M2

41
Antenna Rule Check(ARC)
• Diodes formed by source and drain diffusions can conduct
significant current during the high-temperature plasma etch.

• These diodes help bleed off the charge from wires, preventing
gate oxide damage.

Helps to discharge
the wires.

42
Antenna Rule Check(ARC)
• Antenna Rules:

– Antenna rules specify the maximum metal area connected to a


gate without a source or drain connection to act as a discharge
element.

43
Antenna Rule Check(ARC)
• Antenna Rule Violations:

Metal 2
Metal 1

• Long metal 1 connected to the gate of MOSFET


can cause damage.

44
Antenna Rule Check(ARC)
• Fixing Violation:
1. By adding a metal-2 jumper.
Metal 2
Metal 1

Metal-2 Jumper

45
Antenna Rule Check(ARC)
• Fixing Violation:
2. By adding a diode.
Metal 2
Metal 1

Diode

46
Thank You

47

You might also like