mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 02:37:25 +02:00
Renamed reference counting APIs in GIA package.
This commit is contained in:
@@ -301,7 +301,7 @@ Vec_Int_t * Abc_ManExpandCex( Gia_Man_t * pGia, Vec_Int_t * vCex )
|
||||
{
|
||||
Gia_ManForEachPi( pGia, pObj, i )
|
||||
{
|
||||
if ( Gia_ObjRefs(pGia, pObj) == 0 )
|
||||
if ( Gia_ObjRefNum(pGia, pObj) == 0 )
|
||||
Vec_IntPush( vCexNew, 0 );
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user