Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcDar.c1007 assert( Gia_ObjCellId(p, iLitNot) > 0 ); in Abc_NtkFromCellMappedGia()
1011 …Mio_LibraryReadGateByName( (Mio_Library_t *)pNtkNew->pManFunc, pCells[Gia_ObjCellId(p, iLitNot)].p… in Abc_NtkFromCellMappedGia()
1027 assert( Gia_ObjCellId(p, iLit) >= 0 ); in Abc_NtkFromCellMappedGia()
1031 …Mio_LibraryReadGateByName( (Mio_Library_t *)pNtkNew->pManFunc, pCells[Gia_ObjCellId(p, iLit)].pNam… in Abc_NtkFromCellMappedGia()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A Dgia.h1111 static inline int Gia_ObjCellId( Gia_Man_t * p, int iLit ) { return Gia_ObjCellFan… in Gia_ObjCellId() function