Home
last modified time | relevance | path

Searched refs:Wlc_ObjIsRead (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcMem.c1230 Wlc_NtkForEachObjVec( vMemObjsClean, p, pObjR, i ) if ( Wlc_ObjIsRead(pObjR) ) in Wlc_NtkFindReachablePiFo()
1311 if ( Wlc_ObjIsRead(pObj) || Wlc_ObjIsCi(pObj) ) in Wlc_NtkCreateMemoryConstr()
1419 assert( Wlc_ObjIsRead(pObj) ); in Wlc_NtkAbstractMem()
1443 if ( !Wlc_ObjIsRead(pObj) ) in Wlc_NtkAbstractMem()
H A Dwlc.h294 static inline int Wlc_ObjIsRead( Wlc_Obj_t * p ) { return p->Typ… in Wlc_ObjIsRead() function