Lec - 2 Final
Lec - 2 Final
1
Contents
• VLSI 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.
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.
8
VLSI Design Flow
System Specification
Architectural Design
Circuit Design
Logic Circuit
9
Circuit Design
• Identify critical elements designed at the transistor level.
10
VLSI Design Flow
System Specification
Architectural Design
Circuit Design
Physical Design
Layout
11
Physical Design
• Instantiate design components with geometric representations.
12
VLSI Design Flow
System Specification
Physical Design
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
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).
16
VLSI Design Flow
System Specification
Architectural Design
Circuit Design
Fabrication
17
Packaging and Testing
• Choose packaging types such as DIPs, PGAs, or BGAs based on
application and cost requirements.
18
VLSI Design Flow
System Specification
Architectural Design
Circuit Design
Physical Design
Fabrication
Chip
19
Physical Design Cycle
• Physical design cycle transforms a circuit diagram into a layout.
20
Physical Design Flow
Partitioning
Chip Planning
Placement
Signal Routing
Timing Closure
21
Physical design Flow
• Partitioning breaks the circuit into smaller modules.
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:
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.
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:
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:
rules.
28
Design Rule Check(DRC)
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.
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
– Extraction errors
• Missing device terminal
36
Layout vs Schematic (LVS)
37
Electrical Rule Check(ERC)
• Verifies the correctness of power and ground connections
38
Antenna Rule Check(ARC)
• Antenna Effect:
39
Antenna Rule Check(ARC)
• Consequences of Antenna Effect:
40
Antenna Rule Check(ARC)
• Longer wires accumulate more charge and are more likely to
damage the gates.
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:
43
Antenna Rule Check(ARC)
• Antenna Rule Violations:
Metal 2
Metal 1
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