placement 30 31

Upload: neha-pachauri

Post on 14-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/30/2019 Placement 30 31

    1/22

    Dr.Abhijit RAsatiEEEDepartment,BITS,Pilani

  • 7/30/2019 Placement 30 31

    2/22

    Placement

    solution in reasonable amount of computational time.

    ons ruc ve :

    Used to obtain initial solutionSequential, deterministic or probabilistic

    Iterative :

    Simulated annealing, simulated evolution, partitioning based

  • 7/30/2019 Placement 30 31

    3/22

    Problem statement :

    Input:B1,B2,B3Bn are blocks to be placed on chip .The block Bi has height hi&width wiN= N ,N ,N .N are set of nets re resentin interconnections between

    different blocks.

    Out ut :Q={Q1,Q2,Q3.Qk} represent rectangular empty area allocated for

    routing between blocks.L denote the estimated len th of net N .Find iso-oriented rectangle for each blockR={R1,R2.Rn} such that Ri has widthwi& height hi.

    rectangles overlap.Total wire length i.e. Li (i=1...m) is minimized.

    . . i i=1..mdriven placement).Placement is routable.

  • 7/30/2019 Placement 30 31

    4/22

    Constructive Algorithm:

    IOC method for Initial placement with minimum total routing length:

    IOC for each unplaced block is I-0.Where := .O=sum of signal net connectivity to all unplaced blocks.

    e oc s w e g es va ue s en se ec e or p acemen .

  • 7/30/2019 Placement 30 31

    5/22

    Routing Regions in Different Design Styles:

  • 7/30/2019 Placement 30 31

    6/22

    Initial placement and Rout-ability Analysis : (Global Routing)

    Block are placed anywhere such that it should provide 100%routing.After placement if it is found that 100% routing is not possible wema even alter lacement.

    A rough wiring analysis is performed for each placement refinementto determine :

    .

    Total routing length i.e. area occupied by routing

  • 7/30/2019 Placement 30 31

    7/22

    Grid-graph model:

    Each cell is given a vertex

    Filled circles: Occupied cellsEmpty circles: Unoccupied cells present at location.Edge weight represents channel capacity.

  • 7/30/2019 Placement 30 31

    8/22

    Channel intersection model:

    Channels are re resented as ed es.Channel intersections and terminals are represented as vertices.Edge weight represents channel capacity.

  • 7/30/2019 Placement 30 31

    9/22

    Global routing problem:

    Input:

    Net-list N = {n1, n2, , nm}

    A routing graph G(V,E), where V is a set of vertices, and E is a set ofed es

    Output: ' ' i X(ej) C(ej) for all ej Ewhere:

    ej = individual edgeC(ej) = capacity of edge ejX e = number of wires assin throu h e

    The total length of all the steiner trees is minimized.

  • 7/30/2019 Placement 30 31

    10/22

    Area-Routing:

    .Take into account gate area & routing area.

    e o a rou ng eng can e es ma e us ng o ow ng eur s calgorithms.

    Minimum spanning treeSteiner treeHalf perimeter method -Complete GraphSource to Sink Connection

  • 7/30/2019 Placement 30 31

    11/22

  • 7/30/2019 Placement 30 31

    12/22

    Design style specific placement problem :-

    u us om:

    Standard-cells:

    Gate-Arrays :

  • 7/30/2019 Placement 30 31

    13/22

    Classification of placement Algorithm:

    (1) Simulation-Based placement Algorithm:

    Simulated Annealin Al orithm

    Simulated Evolution Algorithm

    -

    Sequence-pair Technique

    (2) Partitioning-Based placement Algorithm:(Breuers Algorithm)

  • 7/30/2019 Placement 30 31

    14/22

    (2) Partitioning-Based placement Algorithm:(Breuers Algorithm)

    It performs the partitioning of the both i.e.

    given circuit and

    their simultaneous placement by partitioning layout area.

    C={c1,c2,c3.cn} =set of n cut-lines

    The order of cut lines which ives minimum routin -len th is thebest order.

  • 7/30/2019 Placement 30 31

    15/22

    Such reduction of net-cuts in sequential-manner is Greedy-

    Approach, may not yield optimal solution.

    Useful for standard-cell and gate-arrays.

  • 7/30/2019 Placement 30 31

    16/22

    Cut oriented min-cut placement :

    - .

    Easy to implement.Dose not always yield good results. u a e or e unequa s ze oc s.Blocks created by previous cut-line have to partitionedsimultaneously therefore may require more space.

  • 7/30/2019 Placement 30 31

    17/22

    Quandrature placement procedure:

    using horizontal and vertical cut lines.Most popular sequence of cut lines. oc s o equa s ze. eg.

  • 7/30/2019 Placement 30 31

    18/22

    Bisection placement procedure :

    - -

    consist of one row.Then Bisected by vertical cut-lines to place all cells/blocks. se or s an ar ce p acemen .Does not guarantee minimization of maximum net cut perchannels .

  • 7/30/2019 Placement 30 31

    19/22

    Slice-Bisection placement :

    First Bisected b horizontal cut-lines until each sub-re ion consistof a row assigned to a component/block.Then Bisected by vertical cut-lines to place all bit-slice in a

    .Suitable for circuits which have a high degree of interconnection at

    the periphery.

  • 7/30/2019 Placement 30 31

    20/22

  • 7/30/2019 Placement 30 31

    21/22

  • 7/30/2019 Placement 30 31

    22/22

    A Data-Path Compiler:

    y: =0;f or bi t - posi t i on: =0 upt o n_bi t s- 1 do begi nx: =0;

    f or al l dat a pat h el ement s ( e) do begi ncel l : =sel ect DPEcel l e bi t - osi t i onmakeI nst ance ( cel l , x, y) ;

    y: =y + hei ght of ( cel l ) ;

    x: =x + wi dt h of ( cel l ) ;end;