analytical mixed-cell-height legalization …1 analytical mixed-cell-height legalization considering...

39
1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1 Minnan Normal University 2 Fuzhou University 3 National Taiwan University Xingquan Li 1 , Jianli Chen 2 , Wenxing Zhu 2 , and Yao-Wen Chang 3 International Symposium on Physical Design 2019 San Francisco, California, USA

Upload: others

Post on 26-Jun-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

1

Analytical Mixed-Cell-Height Legalization

Considering Average and Maximum

Movement Minimization

1Minnan Normal University2Fuzhou University

3National Taiwan University

Xingquan Li1, Jianli Chen2, Wenxing Zhu2, and Yao-Wen Chang3

International Symposium on Physical Design 2019

San Francisco, California, USA

Page 2: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

2

Introduction

The Problem

Model and Algorithm

Experimental Results

Conclusions

Outline

Page 3: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

3

Mixed-Cell-Height Legalization

● Given: Global placement

● Objective: Minimize cell displacement

● Constraints:

⎯ 1) Chip region

⎯ 2) No cell overlaps

⎯ 3) Placement sites on rows

⎯ 4) Power-rail alignment

● Power-rail constraint

NP-hard problem!

VSS

VDD

VSS

VDD

A B C

Global placement:

Place cells to desired positions,

ignoring cells overlaps

Legalization:

Place cells into rows & removes

overlaps

VSS

VDD

VSS

VDD

VSS

A

BC

B

C

AAB

C

Page 4: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

4

Motivation

● For the tiny routability gap before and after legalization, a desirable

legalization result should be with minimized average cell

movement and minimized maximum cell movement

1 2

3

1

2

3

1

2

3

A circuit

Minimizing average movement

Minimizing average Movement and maximum movement

Page 5: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

5

Motivation

● Previews works spread cell in the vertical or horizontal directions

separately

⎯ Shifting a cell may cause cell overlaps in other rows

⎯ Large cell total movement or maximum movement

⎯ Cell may be placed outside the placement region

● In this work, we design an analytical algorithm to spread cells in both

the vertical and horizontal directions simultaneously

After 𝑥- legalization

1

3

4

8

6

5

2 7

After 𝑥- and y- legalization

1

3

4

8

6

5

2 7

Page 6: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

6

Our Contributions

● Consider not only the average cell movement, but also the maximum

cell movement

● Spread cells in both the vertical and horizontal directions

simultaneously

● Mixed integer quadratic program (MIQP) formulation for mixed-cell-

height legalization

⎯ Analyze and remodel the objective function and constraints

● Relax the MIQP into a quadratic programming problem (QP)

⎯ Relax discrete constraints to linear ones

Page 7: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

7

Introduction

The Problem

Model and Algorithm

Experimental Results

Conclusions

Outline

Page 8: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

8

The Problem

● Given: a global placement result of 𝑛 standard cells 𝐶 = {𝑐1, 𝑐2, … , 𝑐𝑛}, where each cell 𝑐𝑖 has the respective height and width ℎ𝑖 and 𝑤𝑖, and

its bottom-left coordinate (𝑥𝑖0, 𝑦𝑖

0), ∀ 𝑖, 1 ≤ 𝑖 ≤ 𝑛, and each even-row-

height cell has a boundary power-rail type VDD or VSS

● The objective of the multi-deck cell legalization is placing each cell 𝑐𝑖to a coordinate (𝑥𝑖, 𝑦𝑖), such that the average cell movement and the

maximum cell movement are minimized, and the following constraints

are satisfied:

⎯ 1) cells must be non-overlapping

⎯ 2) cells must be placed inside the placement region

⎯ 3) cells must be located at placement sites on rows

⎯ 4) cells must be aligned to correct power rails

⎯ 5) others, e.g., pin access, pin short, edge spacing

Page 9: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

9

Integer Program Formulation

Site width 𝑆𝑤 and site height 𝑅ℎ are two given constants. The place region is a

regular sheet with (0,0)X(W,H)

(1)

Page 10: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

10

Our Legalization Flow

Preprocessing

Cell alignment with VDD/VSS constraints

H-direction legalization

H- and V-direction legalization

Problem transformation to an LCP

MMSIM solving

Graph match based illegal cell handling

Cell orientation setting & cell splitting

Row allocation

Row assignment & cell restoration

Align each cell to the nearest correct

row and set an orientation for each

cell

Handle illegal cells by graph

matching and use Tetris to align

cells to nearest placement sites

Duplicate variables to ensure MMSIM

convergence & solve the linear

system efficiently

Formulate the H- and V- legalization

to a MIQP and relax it as a QP and

further convert it to LCP,

Page 11: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

11

Introduction

The Problem

Model and Algorithm

Experimental Results

Conclusions

Outline

Page 12: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

12

● The objective is minimizing the weighted sum of the average cell

movement and the maximum cell movement, which is transformed as:

● 𝛼𝑖 can be seen as a weight on the movement of cell 𝑐𝑖 . In fact, if 𝛼𝑖 is

assigned a proper value, above function includes minimizing the

maximum cell movement

1. Objective Reformulation

min1

𝑛′

𝑖

( 𝑥𝑖 − 𝑥𝑖0 + |𝑦𝑖 − 𝑦𝑖

0|) + 𝜔 max( 𝑥𝑖 − 𝑥𝑖0 + 𝑦𝑖 − 𝑦𝑖

0 )𝑖

𝑥, 𝑦

Page 13: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

13

● The parameter 𝜅 ≥ −1 is used to make a trade-off between the average

cell movement and the maximum cell movement.

⎯ If 𝜅 ≫1, it focuses on minimizing the maximum cell movement;

⎯ if 𝜅 = −1, it focuses on minimizing the average cell movement.

● xi and yi are set as the latest iteration results (coordinates) of cell ci in

our algorithm.

1. Objective Reformulation

Page 14: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

14

2. VSS/VDD Alignment

● Cells should be aligned to correct VDD/VSS rails:

● First align each cell to its nearest correct VSS/VDD lines

1 2 4

5

3 8

6 71 2 4

5

3 8

6 7

Page 15: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

15

● After aligning cells to nearest VSS/VDD, if cells densely distribute in

some rows, some cells should be realigned to adjacent rows

● Range of cell movement in the vertical direction:

● Further, we preset the orientation of cell movement

2. VSS/VDD Alignment

Page 16: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

16

3. Cell Balance Aware Orientation Presetting

● Moving orientation of a cell is determined by row density

● Circuit layout is split into 𝐼 × 𝐽 bins, (𝑟𝑜𝑤𝑖)𝐼 × (𝑐𝑜𝑙𝑗)𝐽

⎯ Bin size: 1 𝑆𝑖𝑡𝑒ℎ × 20 𝑆𝑖𝑡𝑒𝑤⎯ Density 𝑑𝑖,𝑗 of bin 𝑏𝑖,𝑗 : (the total width of cells in 𝑏𝑖,𝑗) / (20 𝑆𝑖𝑡𝑒𝑤)

● Cells may be moved up or down to adjacent rows, such that max{𝑑𝑖,𝑗}-

min{𝑑𝑖,𝑗} is minimized for 𝑐𝑜𝑙𝑗

1 2

4

5

3

8

6

7

1.1 0.6

0.8

0.5

1.2

0.4

1.5

0.40

1

2

3

0 1

Page 17: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

17

3. Cell Balance Aware Orientation Presetting

● If moving cell ck up (or down) is good for minimizing the value of max{𝑑𝑖,𝑗}-

min{𝑑𝑖,𝑗}, then the orientation of cell ck is set as upward (or downward)

● For example, moving cell 8 down can reduce the value of max{𝑑𝑖,𝑗}-

min{𝑑𝑖,𝑗} from 1.1 to 0.4, then the orientation of cell 8 is set as downward

1 2

4

5

3 8

6

7

1.1 0.6

0.8

0.5

1.2

1.0

0.9

0.40

1

2

3

0 1

Page 18: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

18

4. 𝒙- and 𝒚- Non-verlapping Constraints

● Cells spread out along 𝑥-coordinate until non-overlapping

⎯ If 𝑥𝑖0 ≤ 𝑥𝑗

0, then 𝑥𝑖 + 𝑤𝑖 ≤ 𝑥𝑗𝑧𝑖𝑗 = 1, 𝑖𝑓 𝑐𝑒𝑙𝑙 𝑖 𝑎𝑛𝑑 𝑗 𝑎𝑟𝑒 𝑖𝑛 𝑡ℎ𝑒 𝑠𝑎𝑚𝑒 𝑟𝑜𝑤; 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒 = 0.

● 𝑧𝑖𝑗𝑅ℎ reflects the overlapping length of sub-cells sci and scj in the

vertical direction

⎯ If 𝑧𝑖𝑗 = 1, i.e., |𝑦𝑖 − 𝑦𝑗 | = 0, then the vertical overlapping length is 𝑅ℎ;

⎯ if 𝑧𝑖𝑗 = 0, i.e., |𝑦𝑖 − 𝑦𝑗 | ≥ 𝑅ℎ, then the vertical overlapping length is 0

Page 19: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

19

4. 𝒙- and 𝒚- Overlap Constraints

● The maximum value of 𝑦𝑖 ⊝𝑦𝑗 is (𝑘𝑖+𝑘𝑗)𝑅ℎ

sci scjsci scj

row1

row2

scj

sci sci

scj

Case (1) Case (2) Case (3) Case (4)

Page 20: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

20

5. Multiple-Row-Height Cell and Range Constraints

● Range constraints

⎯ All 𝑥𝑖 should be not less than 0, and all 𝑥𝑖 + 𝑤𝑖 should be not greater

than W

● Multiple-row-height cell constraints

⎯ A multiple-row-height cell 𝑐𝑙 is split into single-row-height sub-cells

𝑐𝑙1, 𝑐𝑙2 , … , 𝑐𝑙𝑟𝑖⎯ The 𝑥-coordinates of these sub-cells should be equal, i.e., 𝑥𝑙1 =

𝑥𝑙2 = ⋯ = 𝑥𝑙𝑟𝑖⎯ The 𝑦-coordinates of these sub-cells should satisfy: 𝑦𝑙1 + (𝑟 −

1)𝑅ℎ = 𝑦𝑙2 + (𝑟 − 2)𝑅ℎ = ⋯ = 𝑦𝑙𝑟𝑖

Page 21: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

21

6. Quadratic Programming (QP)

Objective function

x- and y- overlap constraint

VSS/VDD alignment constraint

Range constraint

Multiple-height-cell constraint

(2)

Page 22: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

22

6. Quadratic Programming (QP)

● Let 𝑥 = (𝑥1, 𝑥2, … , 𝑥𝑛 )𝑇, 𝑦 = (𝑦1, 𝑦2, … , 𝑦𝑛 )

𝑇 , and 𝜇 = [𝑥, 𝑦]𝑇

● Q is a diagonal matrix with its elements qi,i=qn+i,n+i =𝛼𝑖

𝑟𝑖

● p is a vector with 𝑝𝑖= −𝛼𝑖𝑥𝑖

0

𝑟𝑖(i=1,2..n), and 𝑝𝑖= −

𝛼𝑖𝑦𝑖0

𝑟𝑖−𝑛(i=n+1,n+2..2n)

● A is the overlap constraint matrix with only four nonzero elements 1, -1, 𝛽𝑖𝑗(𝑤𝑖+𝑤𝑗)

(𝑘𝑖+𝑘𝑗)𝑅ℎ, and −

𝛽𝑖𝑗(𝑤𝑖+𝑤𝑗)

(𝑘𝑖+𝑘𝑗)𝑅ℎin each row

ത𝑦 = 𝑦 − 𝑑,ҧ𝜇 = [𝑥, ത𝑦]𝑇

(3)(4)

Page 23: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

23

6. Quadratic Programming (QP)

● To guarantee that the constraint matrix is of full row rank, we

increase the number of variables by duplicating ത𝑦 to 𝑦 with ത𝑦 = 𝑦.

● Let

(6)

(5)

Page 24: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

24

6. Quadratic Programming (QP)

Proposition 𝟏: In above problem, ෨𝑄 + 𝜆 ෨𝐸𝑇 ෨𝐸 is a symmetric positive

definite matrix.

Proposition 𝟐: In above problem, if 𝑘𝑖𝑙 = 𝑘𝑖

𝑢 = 1 for all sub-cells, then

matrix ሚ𝐴 if of full row rank.

(6)

Page 25: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

25

7. Linear Complementarity Problem (LCP)

● QP is converted into an LCP

⎯ LCP gives the optimal solution of the QP

● LCP(𝐵, 𝑡):

⎯ Given: a large, sparse & real matrix 𝐵 = (𝑏𝑖𝑗)𝑛×𝑛, and a real vector t=

(𝑡1, 𝑡2, … , 𝑡𝑛)𝑇∈ 𝑅𝑛

⎯ Goal: find a pair of real vectors 𝑤 and 𝑧 ∈ 𝑅𝑛 s. t.

● The Modulus-based Matrix Splitting Iteration Method (MMSIM) is the

most effective, efficient method for solving LCP 𝐵, 𝑡 [1]

𝑤 = 𝐵𝑧 + 𝑡 ≥ 0, 𝑧 ≥ 0 and 𝑧𝑇𝑤 = 0.

[1] J. Chen, Z. Zhu, W. Zhu, and Y.-W. Chang. Toward optimal legalization for mixed-cell-height circuit designs. In Proceedings of ACM/IEEE Design Automation Conference, 2017.

Page 26: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

26

8. Horizontal- and Vertical-Direction Legalization

Use previous iteration

results to update 𝛼

MMSIM

Page 27: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

27

8. Horizontal- and Vertical-Direction Legalization

Align cell to the

nearest correct row

Page 28: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

28

Introductions

Problem Formulation

Model and Algorithm

Experimental Results

Conclusions

Outline

Page 29: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

29

Experimental Settings

⚫ Platform and parameters

⎯ C++ programming language

⎯ Unix machine with Intel Core 2.70 GHz CPU and 8 GB memory

⎯ IP solver: CPLEX

⎯ Parameter λ was set as 500. β* and θ* in the splitting matrices M and N were both

set as 0.5, and γ, σ, and κ were set as 1, 0.4, and 1, respectively

⚫ Sixteen Benchmarks

⎯ Modified from ICCAD-2017 CAD Contest on Multi-Deck Standard-Cell Legalization

by omitting the fence-region constraints and the soft constraints

⚫ Algorithms

⎯ DAC’17: Total cell movement, spread cell along row, MMSIM

⎯ MIQP: Total and maximum cell movement, global cell spreading, IP solver

⎯ LCP: Total and maximum cell movement, global cell spreading, MMSIM

⚫ Indicators

⎯ HPWL(%), Average movement(sites), maximum movement(sites), CPU(s)

Page 30: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

30

The Number of Cells

⚫ The numbers of cells of benchmarks range from thirty thousand to one

hundred and thirty thousand.

Page 31: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

31

Total Experimental Results

Page 32: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

32

Comparison: HPWL

⚫ Compared with “DAC’17,” “LCP” achieves 32% improvement on HPWL

⚫ Compared with optimal “MIQP”, “LCP” loses only 2% on HPWL

Page 33: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

33

Comparison: Average Movement

⚫ Compared with “DAC’17,” “LCP” achieves 14% improvement on Avg. Move.

⚫ Compared with optimal “MIQP”, “LCP” loses only 2% on Avg. Move.

Page 34: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

34

Comparison: Maximum Movement

⚫ Compared with “DAC’17” and “MIQP”, “LCP” achieves 61% and 2%

improvement on Max. Move.

Page 35: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

35

Comparison: Runtime

⚫ “LCP” is 158X faster than “MIQP”, and “DAC’17” is 1.5X faster than “LCP”

Page 36: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

36

An Example

• Legalization result of the benchmark “ t_2_md2” from our algorithm• Cells are in blue, and movement in red• All cells are legalized and the total movement is small

Page 37: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

37

Introductions

Problem Formulation

Model and Algorithm

Experimental Results

Conclusions

Outline

Page 38: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

38

Conclusions

● We formulate the mixed-cell-height standard-cell legalization problem

as a mixed integer quadratic program (MIQP),

⎯ Average cell movement, Maximum cell movement

● By relaxing discrete constraints to linear ones, we convert the MIQP to

a quadratic programming problem (QP),

⎯ Spreading cells continuously in both the horizontal and vertical directions

● We apply a series of operations to guarantee convergence of the

MMSIM.

● Experimental results show that our analytical legalization method is

effective in reducing the average and maximum cell movements.

Page 39: Analytical Mixed-Cell-Height Legalization …1 Analytical Mixed-Cell-Height Legalization Considering Average and Maximum Movement Minimization 1Minnan Normal University 2Fuzhou University

39

Thank You!