Home
last modified time | relevance | path

Searched refs:CAPMIM (Results 1 – 4 of 4) sorted by relevance

/dports/cad/alliance/alliance/src/mbk/src/
H A Dmlo.h175 #define CAPMIM 0 /* Metal-Inter-Metal type */ macro
178 #define IsCapMIM(type) ((type == CAPMIM) ? 1 : 0)
H A Dalc_driv_l.c299 (pcap -> TYPE == CAPMIM)?"MIM":"POLY_NWELL",
H A Dmbk_lo.c1293 …( "(C%s : %s) ",((locap_list*)((locon_list*)ptchain->DATA)->ROOT)->TYPE==CAPMIM?"CAPMIM":"CAPPNWEL… in viewlosig()
1755 if((type != CAPMIM) && (type != CAPPNWELL)) in addlocap()
1795 … (void)fprintf(stdout,"--- mbk --- addlocap : %s\n",type == CAPMIM ? "CAPMIM" : "CAPPNWELL") ; in addlocap()
H A Dalc_pars_l6.c550 type = CAPMIM ; in decode_locap()