今天要介绍的数字后端基本概念是boundary cell,也被称为endcap Cell。Endcap是一种特殊的标准单元。在后端物理设计中,除了与,非,或等一些常见的标准单元外,还有一些特殊的物理单元(physical cell),它们通常没有逻辑电路,不存在与netlist当中,但是对整个芯片的运行,稳定却起着举足轻重的作用。那endcap cell就是其中一种,它俗称为拐角单元,作用是确保每个nwell都是nwell enclosed,类似一个封闭环。主要加在row的结尾(两边都要加) , 以及memory 或者其他block的周围包边,如下图所示:
使用方法:
命令
create_boundary_cells
使用前需要指定放在left_boundary,right_boundary,top_boundary,bottom_boundary等cell,可以查询所用工艺库的工艺手册,如下图所示:
create_boundary_cells \
-left_boundary_cell $left_boundary_cell \
-right_boundary_cell $right_boundary_cell \
-top_boundary_cells $top_boundary_cells \
-bottom_boundary_cells $bottom_boundary_cells \
-top_right_outside_corner_cell $top_XXX_cell \
-top_left_outside_corner_cell $top_XXX_cell \
-bottom_right_outside_corner_cell $bottom_XXX_cell \
-bottom_left_outside_corner_cell $bottom_XXX_cell \
-bottom_left_inside_corner_cells $bottom_XXX_cells \
-bottom_right_inside_corner_cell $bottom_XXX_cell \
-top_left_inside_corner_cell $top_XXX_cell \
-top_right_inside_corner_cell $top_XXX_cell \
-prefix "ENDFILL" \
-separator "_"
全部0条评论
快来发表一下你的评论吧 !