mirror of https://github.com/YosysHQ/abc.git
New abstraction code (bug fix).
This commit is contained in:
parent
9ec9d9f315
commit
88c36d9d65
|
|
@ -352,6 +352,7 @@ int Aig_GlaFetchVar( Aig_GlaMan_t * p, Aig_Obj_t * pObj, int k )
|
|||
Vec_IntPush( p->vVar2Inf, Aig_ObjId(pObj) );
|
||||
Vec_IntPush( p->vVar2Inf, k );
|
||||
Vec_IntWriteEntry( p->vVec2Var, iVecId * p->nFrames + k, iSatVar );
|
||||
sat_solver_setnvars( p->pSat, iSatVar + 1 );
|
||||
}
|
||||
return iSatVar;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue