其他分享
首页 > 其他分享> > Physical Cell 介绍——Boundary Cell (End-CAP Cell)

Physical Cell 介绍——Boundary Cell (End-CAP Cell)

作者:互联网

本公众号【读芯树:duxinshu_PD】主要介绍数字集成电路物理设计相关知识,才疏学浅,如有错误,欢迎指正交流学习。

这是集成电路物理设计的第一个系列【physical cell】的第一篇文章,也是本公众号的第一篇文章,从boundary cell说起:

 

1,什么是boundary cell?

 

2,为什么需要insert boundary cell?

3,boundary cell的layout是什么样的?

图片

4,如何在floor plan阶段insert boundary cell?

FC/ICC2 cmd:
>set_boundary_cell_rules \        -top_boundary_cells        "BOUNDARYPROW*   \        -bottom_boundary_cells "BOUNDARYPROW*   \        -left_boundary_cell "BOUNDARYLEFT*"   \        -right_boundary_cell    "BOUNDARYRIGHT*"   \       -top_right_outside_corner_cell   "BOUNDARYPCORNE*"  \       -bottom_right_outside_corner_cell  "BOUNDARYPCORNER*"   \       -top_left_outside_corner_cell   "BOUNDARYPCORNER*"   \       -bottom_left_outside_corner_cell   "BOUNDARYPCORNER*"   \        -top_right_inside_corner_cells "BOUNDARYPINCORNER*"  \        -bottom_right_inside_corner_cells "BOUNDARYPINCORNER*"   \        -top_left_inside_corner_cells  "BOUNDARYPINCORNER*  \        -bottom_left_inside_corner_cells   "BOUNDARYPINCORNER*"   \       -top_left_inside_horizontal_abutment_cells "BOUNDARYPROWLGAP*"  \       -bottom_left_inside_horizontal_abutment_cells    "BOUNDARYPROWLGAP*" \       -top_right_inside_horizontal_abutment_cells        "BOUNDARYPROWRGAP*" \       -bottom_right_inside_horizontal_abutment_cells  "BOUNDARYPROWRGAP*"\       -mirror_left_inside_corner_cell \       -mirror_left_outside_corner_cell \       -segment_parity {horizontal_odd vertical_even} \       -min_vertical_jog 0.042 \       -min_horizontal_jog 0.612 \       -min_vertical_jog 0.042 \       -min_horizontal_jog 0.612 \       -min_vertical_separation 0.21 \       -min_horizontal_separation 2.397>compile_boundary_cells
>check_boundary_cell

Innovus cmd:>setEndCapMode -reset>setEndCapMode \   
       -rightEdge        BOUNDARYLEFT* \                                                                                                     -leftEdge         BOUNDARYRIGHT*\                                                                                                     -leftTopCorner    BOUNDARYPCORNER*\                                                                                         -leftBottomCorner BOUNDARYPCORNER* \                                                                                        -rightTopCorner    BOUNDARYPCORNER*\                                                                                           -rightBottomCorner BOUNDARYPCORNER* \                                                                            -topEdge {BOUNDARYPROW8* BOUNDARYPROW4*BOUNDARYPROW2* BOUNDARYPROW1*}  -bottomEdge {BOUNDARYPROW8* BOUNDARYPROW4* BOUNDARYPROW2*  BOUNDARYPROW1*}               -rightTopEdge     BOUNDARYPINCORNER* \                                                                                       -rightBottomEdge  BOUNDARYPINCORNER* \                                                                                   -leftTopEdge     BOUNDARYPINCORNER* \                                                                                       -leftBottomEdge  BOUNDARYPINCORNER* \                                                                                      -rightTopEdgeNeighbor    BOUNDARYPROWRGAP*\                                                                          -rightBottomEdgeNeighbor BOUNDARYPROWRGAP*\                                                                       -leftTopEdgeNeighbor    BOUNDARYPROWLGAP*\                                                                            -leftBottomEdgeNeighbor BOUNDARYPROWLGAP*\                                                             >addEndCap  >verifyEndCap -report   endcap.rpt    

      

图片

5, 什么是阱临近效应(WPE: Well Proximity Effect)

 

 

6,参考文献

1,fusion compiler/ IC Compiler 2 user guide
2,innovus user guide

标签:cell,End,cells,CAP,Cell,corner,boundary,inside,left
来源: https://www.cnblogs.com/duxinshupd/p/15925167.html