Home
last modified time | relevance | path

Searched refs:LFCONDIFF (Results 1 – 9 of 9) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h216 #define LFCONDIFF 0200000 /* layer contacts diffusion */ macro
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecrcmos.c368 LFCONTACT2|LFCONMETAL, LFOVERGLASS, LFCONTACT1|LFCONPOLY, LFCONTACT1|LFCONDIFF,
H A Dtecmocmos2.c323 LFCONTACT1|LFCONDIFF, LFDIFF|LFPTYPE|LFTRANS3, LFMETAL1|LFPSEUDO|LFTRANS1,
H A Dtecmocmosold.c525 LFCONTACT1|LFCONPOLY, LFCONTACT1|LFCONDIFF,
H A Dtecmocmossub.c843 LFCONTACT1|LFCONPOLY, LFCONTACT1|LFCONDIFF, /* poly/act cut */
H A Dtecmocmos.c851 LFCONTACT1|LFCONPOLY, LFCONTACT1|LFCONDIFF, /* poly/act cut */
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcbatch.c2932 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in drcb_activeontransistor()
2937 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in drcb_activeontransistor()
H A Ddrcquick.c3083 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in dr_quickactiveontransistor()
3088 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in dr_quickactiveontransistor()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecc.c138 {x_("connects-diff"), x_("LFCONDIFF"), LFCONDIFF},