Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web


;-------------------------------------------------------
; CMOS NOTCH FILL
;-------------------------------------------------------

*description
cnames-csen = yes
primary = box ;;;
indisk = box.gdi ;;;
outdisk = box.gdo ;;;
outlib = box_gapfill ;;;
system = gds2
text-pri-only = yes
resolution = 0.05 microns
scale = 0.001 microns
scaleout = 0.001 microns
printfile = dracjob
mode = exec now
program-dir =  /software/cadence/tools/dracula/bin/
keepdata = yes
acute-clip = no
*end


*input-layer
 
metal1  = 21
metal2  = 25
metal3  = 30
metal4  = 35
metal5  = 41 

*end


*operation

; minimum metal1 spacing : 1.0 micron
; minimum metal2 spacing : 1.1 micron
; minimum metal3 spacing : 1.2 micron
; minimum metal4 spacing : 1.3 micron
; minimum metal5 spacing : 1.5 micron

ext[hr] metal1 lt 1.0 f1
ext[r]  metal1 lt 1.0 ff1
not f1 ff1 fillm1 output fillm1 21

; ext[hr] metal2 lt 1.1 f2
; ext[r]  metal2 lt 1.1 ff2
; not f2 ff2 fillm2 output fillm2 25
; 
; ext[hr] metal3 lt 1.2 f3
; ext[r]  metal3 lt 1.2 ff3
; not f3 ff3 fillm3 output fillm3 30 
; 
; ext[hr] metal4 lt 1.3 f4
; ext[r]  metal4 lt 1.3 ff4
; not f4 ff4 fillm4 output fillm4 35
;  
; ext[hr] metal5 lt 1.5 f5
; ext[r]  metal5 lt 1.5 ff5
; not f5 ff5 fillm5 output fillm5 41 
 
*end