1 / 22

Optimal Bus Sequencing for Escape Routing in Dense PCBs

Optimal Bus Sequencing for Escape Routing in Dense PCBs. H.Kong, T.Yan, M.D.F.Wong and M.M.Ozdal Department of ECE, University of Illinois at U-C. ICCAD 07. Outline. Introduction Problem Formulation Optimal LCIS Algorithm Experimental Results Conclusions. Introduction.

Télécharger la présentation

Optimal Bus Sequencing for Escape Routing in Dense PCBs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Optimal Bus Sequencing for Escape Routing in Dense PCBs H.Kong, T.Yan, M.D.F.Wong and M.M.Ozdal Department of ECE, University of Illinois at U-C ICCAD 07

  2. Outline • Introduction • Problem Formulation • Optimal LCIS Algorithm • Experimental Results • Conclusions

  3. Introduction • The shrinkage of die sizes and the increase in functional complexities have made circuit designs more and more dense. • Boards and packages have reduced in size while the pin counts have been increasing. • Traditional routing algorithms cannot handle the new challenges effectively.

  4. Introduction • The PCB routing problem can be decomposed into two separate problems: (1) routing nets from pin terminals to component (MCM, memory, etc.) boundaries, which is called escape routing. (2) routing nets between component boundaries, which is called area routing. • Only discuss the escape routing problem for a single layer.

  5. Introduction (1) (2) (1)

  6. Introduction • Previous escape routing algorithms are net-centric. • However, in industrial routing solutions, nets are usually organized in bus structures, and nets in a bus are expected to be routed together without foreign wires in between. • Directly applying the net-centric algorithms to all the buses will result in mixing nets of different buses together.

  7. Introduction A sample net-centric escape routing solution for a problem with two buses. Nets of these two buses are mixed up.

  8. Introduction • The escape routing problem is bus-centric and can be divided into two subproblems: • Finding a subset of buses that can be routed on the same layer without net mixings and crossings, which is the bus sequencing problem.. • Finding the escape routing solution for each chosen bus, which can be solved by a net-centric escape router.

  9. Problem Formulation • A bus is a group of 2-pin nets, and it has a pin cluster in each component. • For each bus, its projection interval on a component can be obtained by projecting the bounding box of its pin cluster onto the component boundary. • The nets of a bus typically escape a component from its projection interval.

  10. Problem Formulation • For the buses chosen to be routed together, their intervals in each component should have no overlapping. • Intervals of buses B, C and D overlap in component 1, so they do not form a sequence. • But intervals of buses B, D and E do form a sequence in component 1.

  11. Problem Formulation • The two sequences of intervals should have the same ordering; otherwise their nets have crossings. • <A,B,D> in component 1, but those in component 2 correspond to <B,A,D>. • A common interval sequence is a bus interval sequence existing on both components, such as <A,D,E>.

  12. Problem Formulation • The weight of a bus is the number of its nets. • Problem definition: • Given a bus set B={b1,b2,…,bn}, its corresponding intervals on the left side are L={l1,l2,…,ln} and the intervals on the right side are R={r1,r2,…,rn}. Each bus bi also has a weight wi. • The Longest Common Interval Sequence(LCIS) problem is to find a common interval sequence of L and R such that the total weight of the corresponding buses is maximized. This total weight is denoted as LCIS(L, R).

  13. Problem Formulation • The net-centric algorithm is applied to the buses chosen by the bus sequencing algorithm one by one. • A net-centric escape routing solution for bus D.

  14. Optimal LCIS Algorithm • Assume all intervals are parallel with the y axis, where the y coordinates increase from top to bottom. • Each interval : lower endpoint. : upper endpoint.

  15. Optimal LCIS Algorithm • For a bus bi, define the set of buses above its lower endpoints on both sides as its above set Ai: • Define the set of buses above its upper endpoints on both sides as its strictly above set SAi:

  16. Optimal LCIS Algorithm • For a bus bi, define the longest common interval sequence length LCIS(bi) as the longest length of the common interval sequence that are above the lower endpoint of bi. A2 = {b1,b3,b6} SA2 = {b1,b6}

  17. Optimal LCIS Algorithm

  18. Optimal LCIS Algorithm max bjSAi LCIS(bj) UPPER[j] max bkAi LCIS(bk) Compare max bjSAi LCIS(bj)+wi with max bkAi LCIS(bk) max LCIS(bi)

  19. An Example 8>5, 3<5

  20. Experimental Results

  21. Experimental Results

  22. Conclusion • Introduce a new optimization problem called the Longest Common Interval Sequence (LCIS) problem and formulated the bus sequencing problem as an LCIS problem. • The LCIS algorithm can find an optimal solution in O(nlogn) which is a lower-bound for this problem.

More Related