Home
last modified time | relevance | path

Searched refs:vWireLoadSels (Results 1 – 3 of 3) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclLib.h227 Vec_Ptr_t vWireLoadSels; // NamedSet<SC_WireLoadSel> member
265 …EachWireLoadSel( p, pWLS, i ) Vec_PtrForEachEntry( SC_WireLoadSel *, &p->vWireLoadSels, pWLS, i )
451 Vec_PtrErase( &p->vWireLoadSels ); in Abc_SclLibFree()
H A DsclLibScl.c276 Vec_PtrPush( &p->vWireLoadSels, pWLS ); in Abc_SclReadLibrary()
526 Vec_StrPutI( vOut, Vec_PtrSize(&p->vWireLoadSels) ); in Abc_SclWriteLibrary()
H A DsclLibUtil.c390 if ( i == Vec_PtrSize(&p->vWireLoadSels) ) in Abc_SclFindWireLoadModel()