printf("Current network contains unsupported gate types (for example, see node \"%s\").\n",Abc_ObjName(Abc_NtkObj(pNtk,iObj)));
returnNULL;
}
vTypes=Abc_NtkFinComputeTypes(pNtk);
}
elseif(Abc_NtkIsMappedLogic(pNtk))
{
iObj=Abc_NtkFinCheckTypesOk2(pNtk);
if(iObj)
{
printf("Current network has mismatch between mapped gate size and fault gate size (for example, see node \"%s\").\n",Abc_ObjName(Abc_NtkObj(pNtk,iObj)));