今天要介紹的數(shù)字后端基本概念是boundary cell,也被稱(chēng)為endcap Cell。Endcap是一種特殊的標(biāo)準(zhǔn)單元。在后端物理設(shè)計(jì)中,除了與,非,或等一些常見(jiàn)的標(biāo)準(zhǔn)單元外,還有一些特殊的物理單元(physical cell),它們通常沒(méi)有邏輯電路,不存在與netlist當(dāng)中,但是對(duì)整個(gè)芯片的運(yùn)行,穩(wěn)定卻起著舉足輕重的作用。那endcap cell就是其中一種,它俗稱(chēng)為拐角單元,作用是確保每個(gè)nwell都是nwell enclosed,類(lèi)似一個(gè)封閉環(huán)。主要加在row的結(jié)尾(兩邊都要加) , 以及memory 或者其他block的周?chē)?,如下圖所示:
使用方法:
命令
create_boundary_cells
使用前需要指定放在left_boundary,right_boundary,top_boundary,bottom_boundary等cell,可以查詢所用工藝庫(kù)的工藝手冊(cè),如下圖所示:
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 "_"
-
數(shù)字后端
+關(guān)注
關(guān)注
0文章
11瀏覽量
3092
原文標(biāo)題:數(shù)字后端基本概念介紹
文章出處:【微信號(hào):IC_Physical_Design,微信公眾號(hào):數(shù)字后端IC芯片設(shè)計(jì)】歡迎添加關(guān)注!文章轉(zhuǎn)載請(qǐng)注明出處。
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
數(shù)字IC后端設(shè)計(jì)介紹,寫(xiě)給哪些想轉(zhuǎn)IC后端的人!
數(shù)字后端設(shè)計(jì)工程師主要干什么?
數(shù)字后端設(shè)計(jì)流程
數(shù)字后端關(guān)于Litho Grid基本概念介紹詳解
數(shù)字后端基本概念介紹——Placement Blockage的9中人為約束
介紹數(shù)字后端概念--Shape Blockage
數(shù)字后端G cell概念介紹

淺談數(shù)字后端工程師的工作
時(shí)序設(shè)計(jì)基本概念之collection
什么是數(shù)字后仿?淺談芯片數(shù)字后仿的那些事
數(shù)字后端基本概念介紹—FinFET Grid

評(píng)論