mirror of https://github.com/YosysHQ/abc.git
Two small fixes.
This commit is contained in:
parent
bef247a4cb
commit
0de189f4db
|
|
@ -167,7 +167,7 @@ Vec_Wec_t * Eso_ManCoverDerive( Eso_Man_t * p, Vec_Ptr_t * vCover )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert( Abc_MaxInt(Vec_WecSize(vRes), 8) == Vec_WecCap(vRes) );
|
//assert( Abc_MaxInt(Vec_WecSize(vRes), 8) == Vec_WecCap(vRes) );
|
||||||
return vRes;
|
return vRes;
|
||||||
}
|
}
|
||||||
Gia_Man_t * Eso_ManCoverConvert( Eso_Man_t * p, Vec_Ptr_t * vCover )
|
Gia_Man_t * Eso_ManCoverConvert( Eso_Man_t * p, Vec_Ptr_t * vCover )
|
||||||
|
|
|
||||||
|
|
@ -18385,7 +18385,7 @@ int Abc_CommandDsdFilter( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||||
if ( fInvMarks )
|
if ( fInvMarks )
|
||||||
If_DsdManInvertMarks( pDsd, fVerbose );
|
If_DsdManInvertMarks( pDsd, fVerbose );
|
||||||
#ifdef ABC_USE_CUDD
|
#ifdef ABC_USE_CUDD
|
||||||
else
|
else if ( nLimit == 0 )
|
||||||
Id_DsdManTuneThresh( pDsd, fUnate, fThresh, fThreshHeuristic, fVerbose );
|
Id_DsdManTuneThresh( pDsd, fUnate, fThresh, fThreshHeuristic, fVerbose );
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue