今天要介紹的數字后端基本概念是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文章
11瀏覽量
3078
原文標題:數字后端基本概念介紹
文章出處:【微信號:IC_Physical_Design,微信公眾號:數字后端IC芯片設計】歡迎添加關注!文章轉載請注明出處。
發布評論請先 登錄
相關推薦
評論