The same bug fix in 'scorr -c' (signal correspondence with constraints).

This commit is contained in:
Alan Mishchenko 2016-07-28 10:49:59 -07:00
parent 1bb918167e
commit 0f1624e5d2
1 changed files with 4 additions and 2 deletions

View File

@ -533,8 +533,10 @@ clk = Abc_Clock();
continue;
}
Ssw_NodesAreConstrained( p, pObjNew, Aig_ManConst0(p->pFrames) );
}
}
// sweep flops
Saig_ManForEachLo( p->pAig, pObj, i )
p->fRefined |= Ssw_ManSweepNodeConstr( p, pObj, f, 1 );
// sweep internal nodes
Aig_ManForEachNode( p->pAig, pObj, i )
{