Updating cost function in &save/&load.

This commit is contained in:
Alan Mishchenko 2021-05-08 14:02:51 -07:00
parent 13a0bb97b5
commit 45acbef882
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void Gia_ManLutParams( Gia_Man_t * p, int * pnCurLuts, int * pnCurEdges, int * p
pLevels[i] = Abc_MaxInt( pLevels[i], pLevels[Gia_ObjFaninId1(pObj, i)] );
}
*pnCurLevels = Abc_MaxInt( *pnCurLevels, pLevels[i] );
*pnCurEdges++;
(*pnCurEdges)++;
//nMuxF++;
continue;
}