Home
last modified time | relevance | path

Searched refs:NPWELL (Results 1 – 19 of 19) sorted by relevance

/dports/cad/electric/electric-7.00/src/misc/
H A Derc.c329 desiredcontact = NPWELL; in erc_analyzecell()
368 if (wc->fun == NPWELL) errormsg = _("P-Well contact is floating"); else in erc_analyzecell()
376 if (wc->fun == NPWELL) in erc_analyzecell()
397 if (wc->fun == NPWELL) errormsg = _("P-Well contacts are not connected"); else in erc_analyzecell()
421 if (wc->fun == NPWELL) break; in erc_analyzecell()
676 if (nfun == NPWELL || nfun == NPSUBSTRATE) in erc_gatherwells()
695 if (nfun == NPWELL) in erc_gatherwells()
798 if (welltype == 1) desiredcontact = NPWELL; else in erc_getpolygon()
/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h94 #define NPWELL 46 /* node is connected to well */ macro
/dports/cad/electric/electric-7.00/src/io/
H A Diolout.c240 if (i == NPWELL) type = x_("MNSUB"); in io_l_writecell()
H A Dioedifo.c379 fun != NPSUBSTRATE && fun != NPWELL && fun != NPART) in io_edifsearch()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetextract.c263 if (fun != NPCONTACT && fun != NPWELL && fun != NPSUBSTRATE) continue; in via_to_contact()
273 if (fun != NPCONTACT && fun != NPWELL && fun != NPSUBSTRATE) continue; in via_to_contact()
H A Dnetflat.c2050 case NPWELL: in net_getfunction()
H A Dnetwork.cpp9932 case NPWELL: in net_ncccellfunctiondlog()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimsim.cpp807 (type == NPWELL && np->firstportproto->temp1 != sim_gnd)) in sim_simprint()
1023 (type == NPWELL && np->firstportproto->temp1 != sim_gnd)) in sim_simprintcosmos()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecmocmosold.c1053 (NPWELL<<NFUNCTIONSH), /* userbits */
1807 mocmosold_psub.creation->userbits |= (NPWELL<<NFUNCTIONSH); in mocmosold_setmode()
1874 mocmosold_nsub.creation->userbits |= (NPWELL<<NFUNCTIONSH); in mocmosold_setmode()
H A Dteccmos.c627 (NPWELL<<NFUNCTIONSH), /* userbits */
H A Dtecrcmos.c781 (NPWELL<<NFUNCTIONSH)|NSQUARE, /* userbits */
H A Dteccmosdodn.c801 (NPWELL<<NFUNCTIONSH),
H A Dtecmocmos2.c828 (NPWELL<<NFUNCTIONSH),
H A Dtecbicmos.c1059 (NPWELL<<NFUNCTIONSH),
H A Dtecschem.c1044 (NPWELL<<NFUNCTIONSH), /* userbits */
H A Dtecmocmossub.c1732 (NPWELL<<NFUNCTIONSH), /* userbits */
H A Dtecmocmos.c2279 (NPWELL<<NFUNCTIONSH), /* userbits */
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmenu.c460 case NPSUBSTRATE: fun = NPWELL; break; in us_groupfunction()
H A Dusrctech.c472 case NPWELL: in us_tranismos()