mirror of https://github.com/YosysHQ/abc.git
Complier fix.
This commit is contained in:
parent
22406e7101
commit
720d025234
|
|
@ -470,7 +470,7 @@ static inline int Fxch_ManCreateCube( Fxch_Man_t* pFxchMan,
|
||||||
void Fxch_ManUpdate( Fxch_Man_t* pFxchMan,
|
void Fxch_ManUpdate( Fxch_Man_t* pFxchMan,
|
||||||
int iDiv )
|
int iDiv )
|
||||||
{
|
{
|
||||||
int i, iCube0, iCube1,
|
int i, k, iCube0, iCube1,
|
||||||
Lit0 = -1,
|
Lit0 = -1,
|
||||||
Lit1 = -1,
|
Lit1 = -1,
|
||||||
iVarNew;
|
iVarNew;
|
||||||
|
|
@ -534,7 +534,7 @@ void Fxch_ManUpdate( Fxch_Man_t* pFxchMan,
|
||||||
if ( iCube0 < Vec_IntSize(pFxchMan->pSCHashTable->vCubeLinks) )
|
if ( iCube0 < Vec_IntSize(pFxchMan->pSCHashTable->vCubeLinks) )
|
||||||
Fxch_ManDivDoubleCube( pFxchMan, iCube0, 0, 1 ); /* remove (fAdd = 0) - fUpdate = 1 */
|
Fxch_ManDivDoubleCube( pFxchMan, iCube0, 0, 1 ); /* remove (fAdd = 0) - fUpdate = 1 */
|
||||||
|
|
||||||
int k = 0;
|
k = 0;
|
||||||
if ( Fxch_DivIsNotConstant1( pFxchMan->vDiv ) )
|
if ( Fxch_DivIsNotConstant1( pFxchMan->vDiv ) )
|
||||||
{
|
{
|
||||||
iVarNew = Fxch_ManCreateCube( pFxchMan, Lit0, Lit1 );
|
iVarNew = Fxch_ManCreateCube( pFxchMan, Lit0, Lit1 );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue