Removing useless printout in &resim.

This commit is contained in:
Alan Mishchenko 2011-03-02 18:48:51 -08:00
parent de984d7f90
commit e881eaf693
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ int Cec_ManSeqResimulateCounter( Gia_Man_t * pAig, Cec_ParSim_t * pPars, Abc_Cex
Vec_PtrFree( vSimInfo );
if ( pPars->fVerbose )
ABC_PRT( "Time", clock() - clkTotal );
if ( RetValue )
if ( RetValue && pPars->fCheckMiter )
Abc_Print( 1, "Cec_ManSeqResimulateCounter(): An output of the miter is asserted!\n" );
return RetValue;
}