mirror of https://github.com/YosysHQ/abc.git
Corner-case bug fix in PDR.
This commit is contained in:
parent
6a0dca4535
commit
61f8112da0
|
|
@ -552,7 +552,7 @@ int Pdr_ManBlockCube( Pdr_Man_t * p, Pdr_Set_t * pCube )
|
|||
int Pdr_ManSolveInt( Pdr_Man_t * p )
|
||||
{
|
||||
int fPrintClauses = 0;
|
||||
Pdr_Set_t * pCube;
|
||||
Pdr_Set_t * pCube = NULL;
|
||||
Aig_Obj_t * pObj;
|
||||
int k, RetValue = -1;
|
||||
int nOutDigits = Abc_Base10Log( Saig_ManPoNum(p->pAig) );
|
||||
|
|
|
|||
Loading…
Reference in New Issue