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

This commit is contained in:
Alan Mishchenko 2011-09-08 08:53:52 +07:00
parent a525dfba6c
commit 70694628d2
1 changed files with 1 additions and 1 deletions

View File

@ -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 );