mirror of https://github.com/YosysHQ/abc.git
Added restarts to PDR.
This commit is contained in:
parent
77b5dc261e
commit
faa934e2e6
|
|
@ -432,7 +432,7 @@ int Pdr_ManBlockCube( Pdr_Man_t * p, Pdr_Set_t * pCube )
|
||||||
return 0; // SAT
|
return 0; // SAT
|
||||||
if ( p->nQueLim && p->nQueCur >= p->nQueLim )
|
if ( p->nQueLim && p->nQueCur >= p->nQueLim )
|
||||||
{
|
{
|
||||||
p->nQueLim = p->nQueLim * 11 / 10;
|
p->nQueLim = p->nQueLim * 3 / 2;
|
||||||
Pdr_QueueStop( p );
|
Pdr_QueueStop( p );
|
||||||
return 1; // restart
|
return 1; // restart
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue