Commit c27556c5 by Alan Mishchenko

New MFS package.

parent 0cad45fa
......@@ -256,7 +256,7 @@ int Sfm_NtkPerform( Sfm_Ntk_t * p, Sfm_Par_t * pPars )
int i, k, Counter = 0;
p->timeTotal = clock();
if ( pPars->fVerbose )
printf( "Performing MFS with %d fixed objected.\n", Vec_StrSum(p->vFixed) );
printf( "Performing MFS with %d fixed objects.\n", Vec_StrSum(p->vFixed) );
p->pPars = pPars;
Sfm_NtkPrepare( p );
// Sfm_ComputeInterpolantCheck( p );
......
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