mirror of https://github.com/YosysHQ/abc.git
Debugging a proof error.
This commit is contained in:
parent
0f82d82ba0
commit
4051572726
|
|
@ -440,7 +440,7 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
|
|||
// compact the nodes
|
||||
Vec_PtrForEachEntry( satset *, vUsed, pNode, i )
|
||||
{
|
||||
int X = sizeof(word)*Proof_NodeWordNum(pNode->nEnts);
|
||||
int X = Proof_NodeWordNum(pNode->nEnts);
|
||||
hTemp = pNode->Id; pNode->Id = 0;
|
||||
assert( hTemp > 1 );
|
||||
memmove( Vec_SetEntry(vProof, hTemp), pNode, sizeof(word)*Proof_NodeWordNum(pNode->nEnts) );
|
||||
|
|
|
|||
Loading…
Reference in New Issue