mirror of https://github.com/YosysHQ/abc.git
Not calling a changed API until it is fixed.
This commit is contained in:
parent
584d52ba85
commit
96c5b56245
|
|
@ -459,7 +459,7 @@ void Seg_ManComputeDelay( Gia_Man_t * pGia, int DelayInit, int nFanouts, int fTw
|
|||
sat_solver_set_runtime_limit( p->pSat, nTimeOut ? nTimeOut * CLOCKS_PER_SEC + Abc_Clock(): 0 );
|
||||
sat_solver_set_random( p->pSat, 1 );
|
||||
sat_solver_set_polarity( p->pSat, Vec_IntArray(p->vPolars), Vec_IntSize(p->vPolars) );
|
||||
sat_solver_set_var_activity( p->pSat, NULL, p->nVars );
|
||||
//sat_solver_set_var_activity( p->pSat, NULL, p->nVars );
|
||||
// increment delay gradually
|
||||
for ( Delay = p->DelayMax; Delay >= 0; Delay-- )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -637,7 +637,7 @@ void Sle_ManDeriveCnf( Sle_Man_t * p, int nBTLimit, int fDynamic )
|
|||
sat_solver_set_runtime_limit( p->pSat, nTimeOut ? nTimeOut * CLOCKS_PER_SEC + Abc_Clock(): 0 );
|
||||
sat_solver_set_random( p->pSat, 1 );
|
||||
sat_solver_set_polarity( p->pSat, Vec_IntArray(p->vPolars), Vec_IntSize(p->vPolars) );
|
||||
sat_solver_set_var_activity( p->pSat, NULL, p->nVarsTotal );
|
||||
//sat_solver_set_var_activity( p->pSat, NULL, p->nVarsTotal );
|
||||
|
||||
// set drivers to be mapped
|
||||
Gia_ManForEachCoDriverId( p->pGia, iObj, i )
|
||||
|
|
|
|||
Loading…
Reference in New Issue