Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S....

22
Escape Routing of Mixed- Pattern Signals Based on Staggered-Pin-Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Scienc e & Technology, Tsinghua Univ ersity, China ISPD 2013

Transcript of Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S....

Page 1: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin-Array PCBs

K. Wang, H. Wang and S. Dong

Department of Computer Science & Technology, Tsinghua University, China

ISPD 2013

Page 2: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Outline

Introduction Preliminaries Problem Formulation The Mixed-Pattern Escape Routing Algorithm Experimental Results Conclusion

Page 3: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Introduction

High speed PCB routing has become more and more difficult for manual design due to increased pin count and dwindling routing resource.

Pin array Grid pin array (GPA) Staggered pin array (SPA)

SPA can increase pin density greatly under the same area.

Page 4: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Introduction

GPA

Single-pattern escape routing

SPA

Single-pattern escape routing

SPA

Mixed-pattern escape routing

Page 5: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Introduction

Solve differential-pair routing and single-signal routing separately

Optimize both differential-pair and single-signal routing

Page 6: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Preliminaries

Tile network

Staggered pin array Tile network

Page 7: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Problem Formulation

Given An mxn staggered pin array Differential pairs and single signals to be routed to the bou

ndary Design rules including wire length matching of differential

pairs, non-crossing rules Capacity constraints

Objective Escape all marked pins to the array boundary with minimiz

ed total wire length. No design rule is violated.

Page 8: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

The mixed-pattern escape routing algorithm

Page 9: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Differential Pair Pre-conditioning

Different from single signals, the pins of differential pairs have more constraints

The routing of differential pairs should satisfy the length-matching rule.

Differential pair protection constraint: In order to avoid signal crosstalk, before the two wires from the two pins of differential pair meet with each other, no other signal is allowed to be close to.

Page 10: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Differential Pair Pre-conditioning

illegal legal

Page 11: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Median point searching algorithm

Case 1:

ya=yb

Case 2:

xa=xb

|ya-yb| is not

multiple of 4

Case 3:

xa=xb

|ya-yb| is multi

ple of 4

Page 12: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Median point searching algorithm

Page 13: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Median point searching algorithm

Page 14: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Simultaneously median point and shortest pin-median-point path determination

The differential pairs can be classified into K groups according to the crossing possibility of path candidates.

Page 15: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Routing Network

S0

SS

SD

Median point

St

1

1|TD|

|PS|

|TD|+|PS|

|TD|+|PS|

1

Page 16: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

ILP formulation

Source constraint

Sink constraint

Page 17: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

ILP formulationDP flow conservation constraint

Single signals flow conservation constraint

Capacity constraint

DP protection constraint

Page 18: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Slice-based MPER Algorithm

Page 19: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Slice-based MPER Algorithm

Partition into apartNum regions

DPs and single signals are classified into each region

Generate routing network for each region and solve the ILP

Failed signals will be redistributed into nearby region which has the most routing resource

Page 20: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Experimental Results

Page 21: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Experimental Results

Page 22: Escape Routing of Mixed-Pattern Signals Based on Staggered-Pin- Array PCBs K. Wang, H. Wang and S. Dong Department of Computer Science & Technology, Tsinghua.

Conclusion

This paper proposed an algorithm for escape routing of simultaneously differential pairs and single signals on staggered pin array based PCB.

Experimental results show that the proposed method can solve both single-pattern and mixed-pattern effectively.