Experiments with inductive don't-cares.

This commit is contained in:
Alan Mishchenko 2014-02-11 20:46:48 -08:00
parent 56110efaad
commit 646b2169f0
1 changed files with 4 additions and 0 deletions

View File

@ -464,6 +464,10 @@ int Abc_NtkMfsAfterICheck( Abc_Ntk_t * p, int nFrames, Vec_Int_t * vFlops, Sfm_P
}
Abc_NtkDelete( pNtk );
Sfm_NtkFree( pp );
// perform final sweep
Abc_NtkSweep( p, 0 );
if ( !Abc_NtkHasSop(p) )
Abc_NtkToSop( p, 0 );
return 1;
}