Home
last modified time | relevance | path

Searched refs:NPTRANS (Results 1 – 14 of 14) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h63 #define NPTRANS 15 /* node is undetermined transistor */ macro
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimtexsim.c388 case NPTRANS: in sim_writetexcell()
530 if (f == NPTRANS && namesamen(pp->protoname, x_("s"), 1) == 0) continue; in sim_texwritesignals()
692 if (((pp->userbits&STATEBITS) == INPORT) && f != NPTRANS) continue; in sim_textdlinst()
693 if (f == NPTRANS && namesamen(pp->protoname, x_("g"), 1) == 0) continue; in sim_textdlinst()
933 case NPTRANS: in sim_texproto()
H A Dsimmossim.c285 if (type != NPTRANMOS && type != NPTRADMOS && type != NPTRAPMOS && type != NPTRANS) in sim_writemossimcell()
289 if (type == NPTRANS) in sim_writemossimcell()
H A Dsimsim.cpp814 if (type == NPTRANMOS || type == NPTRADMOS || type == NPTRAPMOS || type == NPTRANS) in sim_simprint()
816 if (type == NPTRANS) in sim_simprint()
1030 if (type == NPTRANMOS || type == NPTRADMOS || type == NPTRAPMOS || type == NPTRANS) in sim_simprintcosmos()
1032 if (type == NPTRANS) in sim_simprintcosmos()
H A Dsimirsim.c567 if (type == NPTRANS || type == NPTRANS4) in sim_irsimrecurse()
H A Dsimspice.cpp1046 case NPTRANS: in sim_spice_writecell()
1676 case NPTRANS: /* special transistor */ in sim_spice_writecell()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcflat.cpp479 type == NPTRANS)) return; in dr_transistor_hack()
482 if (type == NPTRANS) in dr_transistor_hack()
507 if (type == NPTRANMOS || type == NPTRADMOS || type == NPTRAPMOS || type == NPTRANS) in dr_transistor_hack()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrctech.c734 if (((ni->proto->userbits&NFUNCTION) >> NFUNCTIONSH) == NPTRANS) in us_tranplacenode()
845 if (oldfun == NPTRANS && isfet(newni->geom)) in us_convport()
H A Dusrmenu.c427 case NPTRANSREF: fun = NPTRANS; break; in us_groupfunction()
/dports/cad/electric/electric-7.00/src/misc/
H A Derc.c512 case NPTRANS: in erc_analyzecell()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetflat.c2006 case NPTRANS: in net_getfunction()
2169 case NPTRANS: in net_initnetflattening()
H A Dnetwork.cpp9946 case NPTRANS: in net_ncccellfunctiondlog()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c1356 case NPTRANS: /* undefined transistor: look at its transistor type */ in nodefunction()
1640 case NPTRANS: in transistorsize()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecschem.c944 (NPTRANS<<NFUNCTIONSH), /* userbits */