Dracula LPE 介紹
這篇主要講解dracula LPE部分,其中LPE—Layout Parasitic Extraction即版圖寄生提取,開始為介紹LPE中用到的dracula命令,接著是LPE Dracula command file的例子,最后是實(shí)例操作與結(jié)果分析。
本文引用地址:http://butianyuan.cn/article/190572.htmLPE提取過程大概分三個(gè)階段,LVS比對(duì)與器件匹配、器件創(chuàng)建與提取、輸出格式文件。LPE應(yīng)該是有選擇性的,對(duì)整個(gè)chip講,LPE會(huì)產(chǎn)生很大的netlist同時(shí)也消耗大量的仿真時(shí)間,所以選擇有需要的部分進(jìn)行提取是十分有用的。
(一)、LPE 常用dracula 命令
PARSET=pname, param1, param2…paramn
命名一個(gè)參數(shù)集合,參數(shù)可以是幾何單元或者數(shù)值參數(shù)。在提取參數(shù)時(shí),LEXTRACT和EQUATION會(huì)用到這些參數(shù)。通常名稱最長(zhǎng)4個(gè)字符或數(shù)字,開關(guān)必須為字母,不允許出現(xiàn)MOSD、DIOD、DIO2、DIO3、CAPD、CAPF、BJTD、RESD,默認(rèn)為CAPO。集合最多包含18個(gè)參數(shù),前10個(gè)用于SPICE,后8個(gè)用于LPE。
參數(shù)可以有三種類型:
幾何單元(線段、多邊形等),提取的值與每個(gè)LEXTRACT中的layer-a(device layer)相關(guān),這些值不能被等式所改變。字元具體含義如下:
ANG: total internal angle
AREA: area
PERI: perimeter
W1: overlapped perimeter to node1 of second layer
W2: overlapped perimeter to node2 of second layer
OVAR: overlapped area to second layer
OVPR: overlapped perimeter to second layer
WIDT: distance that the geometries on the layer run parallel
DEPT: distance between the parallel geometries
TPR: perimeter of touching geometries that case fringe effect
CLL: sum of fringe effect related to TPR
保留字參數(shù),這些參數(shù)與特定的device 相關(guān),其值可以使用EQUATION 命令來改變。
W: MOS, BJT and RES channel Width
L: MOS, BJT and RES channel Length
AD/ PD/ AS/ PS : MOS
A1/ A2/ A3: DIO area
P1/ P2/ P3: DIO perimeter
C: CAP value
R: RES value
CA: BJT collector area
CP: BJT collector perimeter
BA: BJT base area
BP: BJT base perimeter
EA: BJT emitter area
EP: BJT emitter perimeter
K: fringe capacitance, attribute 2
評(píng)論