mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 11:11:19 +02:00
Added restarts to PDR.
This commit is contained in:
@@ -432,7 +432,7 @@ int Pdr_ManBlockCube( Pdr_Man_t * p, Pdr_Set_t * pCube )
|
||||
return 0; // SAT
|
||||
if ( p->nQueLim && p->nQueCur >= p->nQueLim )
|
||||
{
|
||||
p->nQueLim = p->nQueLim * 11 / 10;
|
||||
p->nQueLim = p->nQueLim * 3 / 2;
|
||||
Pdr_QueueStop( p );
|
||||
return 1; // restart
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user