Commit 70694628 by Alan Mishchenko

Sequential cleanup with symbolic/ternary simulation (bug fix).

parent a525dfba
......@@ -499,7 +499,7 @@ Aig_Man_t * Aig_ManConstReduce( Aig_Man_t * p, int fUseMvSweep, int nFramesSymb,
{
Aig_Man_t * pTemp;
Vec_Ptr_t * vMap;
while ( 1 )
while ( Aig_ManRegNum(p) > 0 )
{
if ( fUseMvSweep )
vMap = Saig_MvManSimulate( p, nFramesSymb, nFramesSatur, fVerbose, fVeryVerbose );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment