Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcircuit.h480 #define INST_NONETLIST 2 /* Instance is not netlistable */ macro
H A Dtclxcircuit.c5975 objPtr = Tcl_NewBooleanObj((pinst->style & INST_NONETLIST) ? in xctcl_instance()
6004 pinst->style &= ~INST_NONETLIST; in xctcl_instance()
6006 pinst->style |= INST_NONETLIST; in xctcl_instance()
H A Dfiles.c4893 (*newinst)->style |= INST_NONETLIST; in objectread()
6805 if (sobj->style & INST_NONETLIST) fprintf(ps, "/nn ");
H A Dnetlist.c1139 if (callinst->style & INST_NONETLIST) continue; in gencalls()