hsiu-yu lai ting-chi wang a tpl-friendly legalizer for standard cell based design sasimi ‘15

23
Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Upload: dortha-conley

Post on 22-Dec-2015

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Hsiu-Yu Lai

Ting-Chi Wang

A TPL-Friendly Legalizer for Standard Cell Based Design

SASIMI ‘15

Page 2: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Outline

Introduction Problem Formulation The Legalizer Experimental Results Conclusion

Page 3: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Introduction

As the shrinking of the feature size patterning lithography (DPL) is no longer enough for 14/10nm technology node

Triple patterning lithography (TPL) is a nature extension from DPL

Page 4: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

The TPL decomposition problem in two types of standard cell based design pre-colored design

Foundries

Page 5: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

un-colored design Design houses

Page 6: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Most of the related work focus on minimal conflicts and stitches for TPL layout decomposition during or after the routing stage

TPL-friendly standard cell legalization problem in order to move the TPL layout decomposition issue to an earlier design stage

Page 7: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Problem Formulation

No prior work on standard cell legalization considers the possibility of reordering cells and inserting white space to help resolve TPL conflicts

Page 8: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Given Global placement of standard cells

Do Produce a legal placement

Objective Primary objective is to minimize the total number

of TPL coloring conflicts Secondary objective is to minimize the total

amount of cell displacement

Page 9: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

The Legalizer

Page 10: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Cell Reordering

Since each standard cell from the cell library has a fixed layout

Pre-construct a table to store the minimum number of sites that has to keep between any two cells such that no pair of polygons cells has a TPL coloring violation

Page 11: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Cell Reordering by Grouping

Divide a row of cells into small groups and consider all cell permutations in each group

For each cell permutation, a cost measuring the difference between the permutation and the original cell order is calculated

The total amount of white space it needs to reserve between each pair of adjacent cells in the permutation is also calculated

Page 12: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

To consider cell displacement The amount of position change from the original

order as the cost

EX:

Original : ABCDE

A permutation : BADCE

Page 13: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

To consider the amount of white space that needs to be reserved for a permutation

Page 14: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

A reordering graph

Page 15: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Amplify the amount of white space on each node or edge in the graph

Multiplying it by a constant to minimize the number of sites reserved for avoiding any TPL spacing violation

Find a shortest path from a node in the first group to a node in the last group

Page 16: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Refinement

After reordering cells in a row, there may still leave room for further reducing required white space by swapping cells

Swapping a cell that has white space reserved to its left or right with another cell

Page 17: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15
Page 18: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

White Space Insertion

If a row has enough space for all of white spaces we reserve, we will insert all of them in the row

Dynamic programming based linear placement algorithm to place the cells and blank cells

Try to further minimize the total displacement

Page 19: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

When a row is not wide enough, we need to choose which white space should we insert

In order to reduce TPL conflicts as many as possible

First sort the set of white spaces reserved in adjacent cells in a non-decrease order of their amounts

Page 20: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Experimental Results

Implemented in C++ Linux workstation with an Intel Xeon 2.4

GHz and 12G memory

Page 21: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Comparisons of Algorithm

Page 22: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Comparisons of Group Size

Page 23: Hsiu-Yu Lai Ting-Chi Wang A TPL-Friendly Legalizer for Standard Cell Based Design SASIMI ‘15

Conclusion

Presented a TPL-friendly legalizer that adopts cell reordering and white space insertion

A possible future work is to combine our legalizer and a TPL-aware detailed placer, to achieve a TPL conflict-free placement