home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Electronics for your PC
/
pcelectronics.bin
/
_archive
/
LASI515B.ZIP
/
TUTOR.ZIP
/
TUTOR.DRC
< prev
next >
Wrap
Text File
|
1996-05-20
|
3KB
|
127 lines
;This is a sample check file that should show how check sequences are written.
;Its parameters correspond to the tutorial opamp circuit included with LASI.
title=Layer MET Overlap
resolution=.5
operators=
{
ovrlap,8 ;overlap metal
testr ;test results
dsp,0,8,2 ;display metal in map 0 in gray
dspr,14,1 ;display overlaps in yellow
pause ;optional pause after display
hcpy ;optional hardcopy
}
title=Find MET Gaps <=.1um
resolution=.05
distance=.1
operators=
{
map,8 ;map metal
push,8 ;push on stack
jmpr0 ;nothing to do
expr ;expand it
testr ;test results
dsp,8,8,1 ;display metal in gray
dspr,14,1 ;display results in yellow
pause ;pause after display
hcpy ;optional hardcopy
}
title=Fail MET Spacing <=9.5um
resolution=.5
distance=9.5
ops=
{
map,8 ;map metal
push,8 ;push on stack
jmpr0 ;nothing to do
expr ;expand it
testr ;test results
dsp,8,8,2 ;display metal in gray
dspr,14,1 ;display results
pause ;optional pause after display
hcpy ;optional hardcopy
}
ti=Fail MET Width <=9.5um
resolution=.5
distance=9.5
ops=
{
map,8 ;map metal
push,8 ;push it
jmpr0 ;nothing to do
notr ;invert metal
expr ;expand inverse metal
testr ;test results
dsp,8,8,2
dspr,14,1
pause
hcpy
}
ti=Fail ISL to ISO Spacing <=9.5um
di=9.5
re=.5
ops=
{
map,1 ;map island
map,2 ;map isolation
push,1 ;push island
jmpr0 ;no island
push,2 ;push isol
jmpr0 ;no isolation
exprs ;expand one into the other
testr ;test results
dsp,1,1,2 ;display island in blue
dsp,2,4,2 ;display iso in red
dspr,14,1 ;display results in yellow
pause
hcpy
}
ti=Fail MET over CONT Coverage <=1.75um
di=1.75
re=.25
ops=
{
map,7 ;map contacts
push,7 ;push them
jmpr0 ;no contacts to do
map,8 ;map metal
push,8 ;push metal
xorrs ;xor them
notr ;invert
expr ;expand result
testr ;test results
dsp,8,8,2 ;display metal in gray
dsp,7,7,2 ;display contacts in white
dspr,14,1 ;display results
pause
hcpy
}
ti=Check CONT in BASE or EMIT
re=.25
ops=
{
map,7 ;map contacts
push,7 ;push contacts
jmpr0 ;no contacts to do
map,2 ;map iso
map,4 ;map base P
map,6 ;map emitter N+
push,4 ;push base P
push,2 ;push iso
notr ;invert iso
andrs ;AND base with inverted iso
push,6 ;push emitter N+
orrs ;OR them
notr ;invert them
push,7 ;push contact
andrs ;AND contact with P or N+
testr ;test results
dsp,4,4,2 ;display P in red
dsp,6,1,2 ;display N+in blue
dspr,14,1 ;display results in yellow
pause
hcpy
}