diff options
Diffstat (limited to 'src/aig/saig/saigAbsStart.c')
-rw-r--r-- | src/aig/saig/saigAbsStart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/saig/saigAbsStart.c b/src/aig/saig/saigAbsStart.c index ff813c98..ec933512 100644 --- a/src/aig/saig/saigAbsStart.c +++ b/src/aig/saig/saigAbsStart.c @@ -196,7 +196,7 @@ int Saig_ManCexRefineStep( Aig_Man_t * p, Vec_Int_t * vFlops, Abc_Cex_t * pCex, if ( fVerbose ) { printf( "Adding %d registers to the abstraction. ", Vec_IntSize(vFlopsNew) ); - Abc_PrintTime( 0, "Time", clock() - clk ); + Abc_PrintTime( 1, "Time", clock() - clk ); } // vFlopsNew contains PI number that should be kept in pAbs // add to the abstraction |