Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h54 #define NPTRADMOS 6 /* node is MOS depletion transistor */ macro
/dports/cad/electric/electric-7.00/src/io/
H A Diolout.c265 if (i == NPTRADMOS) type = x_("TD"); in io_l_writecell()
288 if (i == NPTRANMOS || i == NPTRADMOS || i == NPTRAPMOS) in io_l_writecell()
504 if (i == NPTRANMOS || i == NPTRADMOS || i == NPTRAPMOS) return(TRANSISTOR); in io_l_nodetype()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimmossim.c285 if (type != NPTRANMOS && type != NPTRADMOS && type != NPTRAPMOS && type != NPTRANS) in sim_writemossimcell()
308 addtoinfstr(infstr, (CHAR)(type == NPTRANMOS ? 'n' : (type == NPTRADMOS ? 'd' : 'p'))); in sim_writemossimcell()
H A Dsimspice.cpp991 case NPTRADMOS: in sim_spice_writecell()
1054 case NPTRADMOS: in sim_spice_writecell()
1610 case NPTRADMOS: /* DMOS (Depletion) transistor */ in sim_spice_writecell()
1715 if (state == NPTRANMOS || state == NPTRADMOS || state == NPTRAPMOS || in sim_spice_writecell()
1725 if (state != NPTRANMOS && state != NPTRADMOS && state != NPTRAPMOS && in sim_spice_writecell()
1734 if (state == NPTRANMOS || state == NPTRADMOS || state == NPTRAPMOS || in sim_spice_writecell()
1744 if (state != NPTRANMOS && state != NPTRADMOS && state != NPTRAPMOS && in sim_spice_writecell()
1809 if (state == NPTRANMOS || state == NPTRADMOS || state == NPTRAPMOS || in sim_spice_writecell()
1814 case NPTRADMOS: in sim_spice_writecell()
2271 function == NPTRADMOS || function == NPTRA4DMOS || in sim_spice_nodearea()
H A Dsimsim.cpp814 if (type == NPTRANMOS || type == NPTRADMOS || type == NPTRAPMOS || type == NPTRANS) in sim_simprint()
836 } else if (type == NPTRADMOS) in sim_simprint()
1030 if (type == NPTRANMOS || type == NPTRADMOS || type == NPTRAPMOS || type == NPTRANS) in sim_simprintcosmos()
1054 if (type == NPTRADMOS) xprintf(f, x_("d")); else in sim_simprintcosmos()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcflat.cpp478 if (!(type == NPTRANMOS || type == NPTRADMOS || type == NPTRAPMOS || 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/net/
H A Dnetflat.c739 case NPTRADMOS: case NPTRA4DMOS: in net_buildpseudo()
827 case NPTRADMOS: in net_buildpseudo()
1275 case NPTRADMOS: case NPTRA4DMOS: in net_mergeparallel()
1489 if (pc->function != NPTRANMOS && pc->function != NPTRADMOS && in net_mergeseries()
2020 case NPTRA4DMOS: fun = NPTRADMOS; break; in net_getfunction()
2161 case NPTRANMOS: case NPTRADMOS: case NPTRAPMOS: in net_initnetflattening()
H A Dnetwork.cpp9937 case NPTRADMOS: in net_ncccellfunctiondlog()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrctech.c227 case NPTRADMOS: schemni->userbits |= TRANDMOS; break; in us_tran_logmakenodes()
243 if (type == NPTRAPMOS || type == NPTRANMOS || type == NPTRADMOS || in us_tran_logmakenodes()
457 case NPTRADMOS: case NPTRA4DMOS: in us_tranismos()
H A Dusrmenu.c419 case NPTRADMOS: case NPTRA4DMOS: in us_groupfunction()
H A Dusredtecg.c482 if ((func == NPTRANMOS || func == NPTRAPMOS || func == NPTRADMOS) && in us_tecedmakelibfromtech()
H A Dusrcomrs.c2648 if (fun == NPTRANMOS || fun == NPTRADMOS || fun == NPTRAPMOS) in us_show()
3315 if (fun == NPTRANMOS || fun == NPTRADMOS || fun == NPTRAPMOS) in us_size()
H A Dusrdiacom.cpp13052 if (fun == NPTRANMOS || fun == NPTRADMOS || fun == NPTRAPMOS) in us_getnodedisplaysize()
13374 case NPTRADMOS: case NPTRA4DMOS: us_widlendlog(ni); return; in us_getinfonode()
13977 if (fun == NPTRANMOS || fun == NPTRADMOS || fun == NPTRAPMOS) in refill()
14009 if ((fun == NPTRANMOS || fun == NPTRADMOS || fun == NPTRAPMOS) && serpwidth < 0) in refill()
14159 case NPTRADMOS: case NPTRA4DMOS: i = 1; break; in refill()
H A Dusredtecp.c1453 if (nfunction == NPTRANMOS || nfunction == NPTRADMOS || nfunction == NPTRAPMOS || in us_tecedmakenodes()
H A Dusrnet.c10585 if (fun == NPTRANMOS || fun == NPTRAPMOS || fun == NPTRADMOS) in us_disttoobject()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c1360 case TRANDMOS: type = NPTRADMOS; break; /* Transistor is Depletion MOS */ in nodefunction()
1515 case NPTRADMOS: case NPTRA4DMOS: in isfet()
1589 case NPTRADMOS: case NPTRA4DMOS: in transistorsize()
/dports/cad/electric/electric-7.00/src/misc/
H A Derc.c503 case NPTRADMOS: case NPTRA4DMOS: in erc_analyzecell()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecnmos.c891 NODESHRINK|(NPTRADMOS<<NFUNCTIONSH)|HOLDSTRACE, /* userbits */
/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdl.c1709 case NPTRADMOS: case NPTRA4DMOS: in vhdl_primname()