mirror of https://github.com/YosysHQ/abc.git
Removing unused printouts.
This commit is contained in:
parent
0e5af861e0
commit
4757c7febc
|
|
@ -1799,12 +1799,11 @@ void Cec4_ManSimulateTest2( Gia_Man_t * p, int fVerbose )
|
|||
Cec4_ManSetParams( pPars );
|
||||
Cec4_ManPerformSweeping( p, pPars, NULL );
|
||||
pPars->fVerbose = fVerbose;
|
||||
//if ( fVerbose )
|
||||
if ( fVerbose )
|
||||
Abc_PrintTime( 1, "New choice computation time", Abc_Clock() - clk );
|
||||
}
|
||||
Gia_Man_t * Cec4_ManSimulateTest3( Gia_Man_t * p, int fVerbose )
|
||||
{
|
||||
abctime clk = Abc_Clock();
|
||||
Gia_Man_t * pNew = NULL;
|
||||
Cec_ParFra_t ParsFra, * pPars = &ParsFra;
|
||||
Cec4_ManSetParams( pPars );
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ p->timeSimInit = Abc_Clock() - clk;
|
|||
// free memory ahead of time
|
||||
p->timeTotal = Abc_Clock() - clkTotal;
|
||||
Dch_ManStop( p );
|
||||
//if ( pPars->fVerbose )
|
||||
if ( pPars->fVerbose )
|
||||
Abc_PrintTime( 1, "Old choice computation time", Abc_Clock() - clk2 );
|
||||
// create choices
|
||||
ABC_FREE( pAig->pTable );
|
||||
|
|
|
|||
Loading…
Reference in New Issue