18
Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence.

Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

  • View
    214

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Joanna Ellis-Monaghan, St. Michaels College

Paul Gutwin, Principal Technical Account Manager, Cadence.

Page 2: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 2

• A set S of nodes ( the pins) hundreds of thousands.

• A partition P1 of the pins (the gates) 2 to 1000 pins per gate, average of about 3.5.

• A partition P2 of the pins (the wires) again 2 to 1000 pins per wire, average of about 3.5.

• A maximum permitted delay between each pair of pins (infinite unless there is a wire between the pins).

Netlist

,d x y

Page 3: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 3

Example

Gate Pin Wire

Page 4: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 4

The Wires

Page 5: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 5

The Wiring Space

Placement layer-gates/pins go here

Vias (vertical connectors)

Horizontal wiring layer

Vertical wiring layer

Up to 12 or so layers

Page 6: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 6

Netlist Layout

• Place the pins so that pins are in their gates on the placement layer with non-overlapping gates.

• Place the wires in the wiring space so that the delay constrains on pairs of pins are met, where delay is proportional to minimum distance within the wiring, and via delay is negligible

Page 7: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 7

Placement

Page 8: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 8

A Few Basic Questions

• Partition the netlist

• Leverage the hierarchy

• Identify congestion

• Automate small configurations

Page 9: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 9

PartitioningDivide the pins/gates into k roughly equal parts,

minimizing the number of hyperedges in the cutset.

• Optimal hypergraph bisection is NP

• Approximation heuristics—e.g. ‘coarsen’ the hypergraph by merging vertices, bisect, then ‘uncoarsen’ and refine.

(See Karypis, Aggarwal, Kumar, Shekhar: Multilevel Hypergraph Partitioning: Application in VLSI Domain)

Page 10: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 10

Leverage the Hierarchy• Designers think in ‘modules’

• Use the hierarchy tree to inform the partitioning.

* * * * * * * * * * (Netlist Level) * * * * * * *

Page 11: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 11

Identify Congestion• Identify dense substructures from the netlist

• Develop a congestion ‘metric’

• Brambles and tree width may be appropriate tools for this.

A

B

C

D

F

G

E H

Congested area

Routing

Page 12: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 12

Congested area

What often happens

What would be good

Real Life Congestion Examples

Page 13: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 13

Automate Wiring Small Configurations

Some are easy to place and route•Simple left to right logic•No / few loops (circuits)•Uniform, low fan-out•Statistical models work

Some are very difficult•E.g. ‘Crossbar Switches’•Many loops (circuits)•Non-uniform fan-out•Statistical models don’t work

Page 14: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 14

Control Signals

Crossbar Switch

Page 15: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 15

Control Signals

Single Direction Crossbar Switch

Page 16: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 16

Control Signals

Substructure

(Minimal layouts established for very regular structures: Mathukrishanan, Paterson, Sahinalp, Suel: Compact Grid Layouts of Multi-Level Networks, but no general heuristic)

Page 17: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 17

Some Possible Models• (Di)graph: pins = vertices, edges between pins which are

connected.

• Graph: gates = vertices, edges between gates which are connected.

• Two Hypergraphs: pins = vertices, H1=pins on the same gates, H2

= connected pins. (each vertex is in exactly one hyperedge in each of H1 and H2,, and a hyperedge in H1 intersects a hyperedge in H2 in at most one vertex)

• Single Hypergraph: gates = vertices, H = connected gates (ie contract H1 in the model above).

Page 18: Joanna Ellis-Monaghan, St. Michaels College Paul Gutwin, Principal Technical Account Manager, Cadence

Netlist Layout, Boca Raton '03 18

Some Potential Tools

• Grid graphs

• Geometric thickness

• Graph drawing algorithms

• Hypergraph embeddings

Need to translate results to the wiring space!!