• 沒有找到結果。

Novel Full-Chip Gridless Routing Considering Double-Via Insertion

N/A
N/A
Protected

Academic year: 2021

Share "Novel Full-Chip Gridless Routing Considering Double-Via Insertion"

Copied!
44
0
0

加載中.... (立即查看全文)

全文

(1)

Huang-Yu Chen†, Mei-Fang Chiang, Yao-Wen Chang

Lumdo Chen‡, and Brian Han‡

Novel Full-Chip Gridless Routing

Considering Double-Via Insertion

The Electronic Design Automation Laboratory

Graduate Institute of Electronics Engineering Department of Electrical Engineering

National Taiwan University Taiwan

(2)

Outline

Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Experimental Result

(3)

Outline

Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Experimental Result

(4)

Redundant-Via Insertion

Via-open defects are one of the dominant failures due Via-open defects

to the low-k, copper metal process in the nanometer era

Redundant-via insertion is highly recommended Redundant-via insertion

by foundries to improve via yield and reliability

 Double vias have 10X 100X smaller failure rates than single vias

90nm copper interconnect (source: TSMC) double-via insertion metal 1 metal 2 via redundant via

(5)

Dead, Alive, and Critical Vias

For a via, a redundant-via candidate is its adjacent redundant-via candidate

position where a redundant via can be inserted

Via categories:

Dead via: the via with no redundant-via candidateDead via:

Alive via: the via with at least one redundant-via candidateAlive via: Critical via: the via with exactly one redundant-via candidateCritical via:

critical via dead via alive vias metal 1 metal 2 via redundant-via candidate

(6)

S S T T S S T T

Redundant-Via Aware Routing

Traditionally, double-via insertion is focused on the

post-layout stage

Minimizing dead and critical vias during routing can Minimizing dead and critical vias during routing

increase the post-layout double-via insertion rate by 15 25%

 Dead vias cannot be paired with redundant vias

 Critical vias may not be paired due to competition with others

S

S

T

T

(7)

Outline

Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Experimental Result

(8)

Multilevel Routing

Billions of transistors may be fabricated in a single chip

Multilevel routing has demonstrated the superior Multilevel routing

capability of handling large-scale designs

Already-routed net

To-be-routed net

coarsening uncoarsening

‧global routing ‧detailed routing

‧failed nets rerouting ‧refinement

(9)

Observations

In the coarsening stage, global and detailed routing global and detailed routing

are intertwined with each other

are intertwined with each other at each level

Advantage:

 Routing resource estimation is accurate

 Information of previously routed nets is exactly

known

Disadvantage:

 Optimization freedom is limited

 Refinement takes a lot of efforts and the solution

easily falls into local optima

Need more flexibility to address

Need more flexibility to address

nanometer electrical effects

nanometer electrical effects

(10)

Separate global routing and detailed routingSeparate

 Effectively perform global and detailed routing optimization

Pre-analyze Pre-analyze congestion to assist resource estimationcongestion

 Apply bottom-up routing approaches to handle local bottom-up

circuit effects

 Better for routability, congestion, and via minimization  Redundant-via planning is a local effect

Maximize the optimization freedom

Ideas for Improvements

(11)

Our Two-Pass, Bottom-Up Routing Framework

To-be-routed net Already-routed net

G0

G1

G2

coarsening

First Pass Stage

First Pass Stage Second Pass StageSecond Pass Stage Prerouting Stage Prerouting Stage high low coarsening G0 G1 G2 coarsening coarsening

Apply global routing global routing

for local nets and iteratively refine the solution

Use detailed routing detailed routing

for local nets, reroute failed nets, and

estimate resources level by level

Identify congestion congestion hot spots

hot spots based on

the routing topology of each net

(12)

Redundant-Via Aware Routing

Congestion-Prediction Prerouting

Congestion-Prediction Prerouting

Congestion-Prediction Prerouting

Congestion-Prediction Prerouting

Via-Minimization Global Routing

Via-Minimization Global Routing

Via-Minimization Global Routing

Via-Minimization Global Routing

Redundant-Via Aware Detailed Routing

Redundant-Via Aware Detailed Routing

Redundant-Via Aware Detailed Routing

(13)

congestion-prediction prerouting

Congestion-Prediction Prerouting

Predict congestion hot spots to guide the following routing

for better congestion minimization

Help to reduce detours and thus the via count

 Alleviate post-layout double-via insertion efforts

global tile

congestion-minimization global routing

routing topology

(14)

S

S

T

T

Probabilistic Congestion Model

Predict congestions based on the probabilistic distribution

of 1- and 2-bend global routes

probabilistic congestions S S T T +3/5 +1/5 +1/5 +2/5 +1/5 +2/5 +1/5 +1/5 +3/5 +1/5 +1/5 +1/5 +2/5 +1/5 +1/5 +2/5 +1/5

five 1- and 2-bend global routes

(15)

Via-Minimization Global Routing

Apply congestion-driven global pattern routing pattern routing

[TCAD’02] to reduce via counts

 Uses L-shaped (1-bend) and Z-shaped (2-bend) connections

to route nets

 Has lower time complexity than maze routing

(16)

The objective is to minimize dead and critical vias

Router should select a path that passes through the

fewest redundant-via candidates in the routing graph

 It may incur more detours and thus more vias

Must consider (1) redundant-via planning and (2) via

minimization simultaneously

Take the via count and via count redundant-via related penalty redundant-via related penalty

as the cost to guide the detailed maze routing

Redundant-Via Aware Detailed Routing

Cost function for a net n:

Vn: #via, Pn: redundant-via related penalty.n n

V

P

(17)

Redundant-Via Related Penalty

Degree of Freedom of via v (DoFv):

# of redundant-via candidates of v

Set the cost of redundant-via candidate r as

S T 1/3 1/3 1/3 1/4 1/4 1/4 1/4 1/2 1/2 S T penalty = 5/6 penalty = 1/4

?

?

1 i v DoF

(18)

Outline

 Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Experimental Result

(19)

Post-Layout Double-Via Insertion Problem

Given a post-routing layout, pair each via with one

redundant via as many as possible without incurring any design-rule violation

Different approaches may affect the insertion result

2 vias are paired 3 vias are paired

metal 1 metal 2 via redundant via Better Yield

(20)

Previous Work

Yao et al. [GLSVLSI’05] mentioned that post-layout

double-via insertion can be solved by maximum bipartite matching

Lee and Wang [ASPDAC’06] showed that maximum maximum

bipartite matching formulation is incorrect for some

bipartite matching formulation is incorrect for some

cases

cases

Lee and Wang used maximum independent set (MIS) maximum independent set (MIS)

to solve the problem and applied heuristics to speed up

MIS is NP-complete,

MIS is NP-complete,

high time complexity

high time complexity

(21)

A Troublesome Example

v2 v3 v1 v1 v2 v3 V2 and V3 cannot be paired simultaneously

(horizontal design-rule conflict)

v2 v3 v1 v1 r2 v2 v3 v2 v3 v1 v1 r1 v2 v3 V1 and V3 cannot be paired simultaneously (vertical design-rule conflict)

routing layout cross-section view

metal 1 metal 2 via12 redundant-via candidate metal 3 via13

(22)

Bipartite Graph Formulation Problem

V2 and V3 cannot be paired simultaneously v1 r2 v2 v3 v1 r1 v2 v3 V1 and V3 cannot be paired simultaneously v1 r1 r2 v2 v3 a bipartite formulation v2 v3 v1 v2 v3 v1 v2 v3 v1 v1 r1,2 v2 v3 another bipartite formulation v1 r1 v2 v3 v1 r2 v2 v3 Lack best result

?

(23)

Outline

 Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Optimal Algorithm for up to 3 Routing LayersOptimal Algorithm for up to 3 Routing Layers  On-Track/Stack Redundant-Via Enhancement  Two-Stage Double-Via Insertion (TDVI) Algorithm

Experimental Result

(24)

Our Bipartite Formulation

If stack via is treated as one unit via, the double-via stack via is treated as one unit via

insertion for designs with up to 3 layers can be optimally up to 3 layers

solved by maximum bipartite matchingmaximum bipartite matching

 A polynomial-time optimal algorithm for the restricted case

The troublesome example can be accurately formulated

v1 v2

routing layout redundant-via candidate

metal 1 metal 2 via12 metal 3 via13 r2 v2 v3 r v1 v2 v1 v2 cross-section view v2 v1 r2 v2 v3 r v1 v2 v2 v1

(25)

r4,5 v1 v2 r1 r2 r3 r6 Alive Vias Redundant-Via Candidates v3 r9 r7,8

final bipartite graph

Optimal Algorithm for up to 3 Layers

v1 v2 r1 r2 r3 r4 r5 r6 Alive Vias Redundant-Via Candidates v3 r7 r8 r9 v1 v2 r1 r6 v3 r8 r2 r3 r4 r7 r9 r5 r8 v2 r7 v3 design-rule conflict between r7 and r8 routing layout

(26)

Outline

 Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

 Optimal Algorithm for up to 3 Routing Layers

On-Track/Stack Redundant-Via EnhancementOn-Track/Stack Redundant-Via Enhancement  Two-Stage Double-Via Insertion (TDVI) Algorithm

Experimental Result

(27)

Preference for On-Track/Stack Redundant Via

Redundant vias can be placed on-track or off-track.

 If a redundant via is placed on the wire segment of its

corresponding via, it is on-track; otherwise, it is off-track

Prefer on-track andon-track stack redundant vias for double- stack

via insertion

 On-track redundant vias consume fewer routing resources  Better to protect stack vias which have lower yield than

single vias r1 r2 r3 r4 r6 r5 v1 v2 on-track metal 1 metal 2 via12 redundant-via candidate metal 3 via23 off-track

(28)

On-Track/Stack Redundant-Via Enhancement

Construct the weighted bipartite graph and use weighted bipartite graph

minimum weighted bipartite matching

minimum weighted bipartite matching to solve

For via v and its redundant-via candidate r, define

weight w(v, r) as follows:

stack redundant via preference

on-track redundant via preference

w(v,r) = tr/N, if v is a stack via containing N single vias;

tr, if v is a single via.

(29)

Double-Via Insertion with Preference

routing layout r1 r2 r3 r4,5 r6 r7,8 r9 1 2 2 1/2 1 1/2 1 2 2 v1 v2 v3

weighted bipartite graph

redundant via r4 v1 v2 r1 r2 r3 r6 r7 v3 r9 r8 r5 metal 3 metal 1 metal 2 redundant-via candidate via23 via12 via24 metal 4 insertion result with preference v1 v2 v3 r1 r6 r9

(30)

Outline

 Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

 Optimal Algorithm for up to 3 Routing Layers  On-Track/Stack Redundant-Via Enhancement

Two-Stage Double-Via Insertion (TDVI) AlgorithmTwo-Stage Double-Via Insertion (TDVI) Algorithm

Experimental Result

(31)

Lb

Lb

Lt

Lt

Two-Stage Double-Via Insertion Algorithm

1. Partition the layout into sublayouts with at most 3 layers, s.t. # of design-rule conflicts between sublayouts is

minimized v1 v2 v3 v4 r3 r7 v6 r4 r8

metal 1 metal 2 via

r1 r2

r6 r5

v5

(32)

criticality = 2 criticality = 0

Two-Stage Double-Via Insertion Algorithm

2. Decide the priority of each sublayout by criticalitycriticality

For redundant-via candidate r that has design-rule conflicts with

the different sublayout, criticality cr = # of induced dead vias after

inserting r; otherwise, cr = 0

Criticality of sublayout L = Σ cr, where r is inside L

v1 r1 r4 v5 v2 v3 v4 r7 r5 v6 r8 Criticality: 0 r2 r3 r6 L Criticality: 2 b Lb Lt Lt

(33)

Two-Stage Double-Via Insertion Algorithm

3. Solve sublayouts in the non-decreasing order of criticality

 If one sublayout is solved, update its adjacent sublayouts by

removing the infeasible redundant-via candidates

v1 r1

r4

v3

r3

r6 r5

metal 1 metal 2 via

Criticality: 0 Criticality: 2 Lb Lb r1 r2 v1 v2 v3 v4 v5 v r7,8 r4,5 r3 v5 conflict Lt Lt v2 v4 r7 v6 r8 r2

(34)

Outline

 Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Experimental Result

(35)

35

Experimental Setting

Platforms

Routing system: 1.2 GHz Sun Blade 2000

Double-via insertion algorithm: 3.2 GHz Intel Pentium 4

DRC verification: Cadence SoC Encounter

MCNC benchmark:

Circuit Size (um2) #Layer #Net #Pin

Mcc1 45000 × 39000 4 1693 3101 Mcc2 152400 × 152400 4 7541 25024 Struct 4903 × 4904 3 3551 5471 Primary 1 7522 × 4988 3 2037 2941 Primary 2 10438 × 6488 3 8197 11226 S5378 435 × 239 3 3124 4818 S9234 404 × 225 3 2774 4260 S13207 660 × 365 3 6995 10776 S15850 705 × 389 3 8321 12793 S38417 1144 × 619 3 21035 32344

(36)

Gridless Routing Comparison

Compared with the gridless router

 Reduce the via count 20% over MGR [ASPDAC’05]  Reduce the via count 24% over VMGR [ASPDAC’06]

(37)

Redundant-Via Aware Detailed Routing

Consider redundant vias during detailed routing

 1.4X fewer dead vias and 1.1X fewer critical vias  2% slight increase in the via count

(38)

Post-Layout Double-Via Insertion

Compared with H3K [ASPDAC’06]

 71X runtime speedup

(39)
(40)
(41)

Outline

Introduction

Redundant-Via Aware Two-Pass Routing System

Post-Layout Double-Via Insertion Algorithm

Experimental Result

(42)

Conclusion

We have developed a redundant-via aware gridless

routing system

 Reduced via counts

 Obtained fewer dead vias and critical vias

We have proposed a post-layout double-via insertion

algorithm

 Resulted in a higher insertion rate  Resulted in a higher on-track rate

(43)
(44)

參考文獻

相關文件

Application via internet: Please use the on-line application function in Work Permit Application Webpage for Foreign Professional, the address:

Application via internet: Please use the on-line application function in Work Permit Application Webpage for Foreign Professional, the address:

Application via internet: Please use the on-line application function in Work Permit Application Webpage for Foreign Professional, the address:

The main advantages of working with continuous designs are (i) the same method- ology can be essentially used to find continuous optimal designs for all design criteria and

From Remark 3.4, there exists a minimum kernel scale σ min , such that the correspondence produced by the HD model with the kernel scale σ ≥ σ min is the same as the correspondence

[CIY4], Analytic Study for the String Theory Landscapes via Matrix Models, Phys.Rev... THEME:

 High-speed sectioning images (up to 200 Hz) via temporal focusing-based widefield multiphoton microscopy.  To approach super-resolution microscopy

Compensates for deep fades via diversity techniques over time, frequency and space. (Glass is