diff options
Diffstat (limited to 'src/base/abci/abcAuto.c')
-rw-r--r-- | src/base/abci/abcAuto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcAuto.c b/src/base/abci/abcAuto.c index 3b307ac2..40212c17 100644 --- a/src/base/abci/abcAuto.c +++ b/src/base/abci/abcAuto.c @@ -74,7 +74,7 @@ void Abc_NtkAutoPrint( Abc_Ntk_t * pNtk, int Output, int fNaive, int fVerbose ) // print the size of the BDDs if ( fVerbose ) - printf( "The shared BDD size is %d nodes.\n", Cudd_ReadKeys(dd) - Cudd_ReadDead(dd) ); + printf( "Shared BDD size = %6d nodes.\n", Cudd_ReadKeys(dd) - Cudd_ReadDead(dd) ); // allocate additional variables for ( i = 0; i < nInputs; i++ ) |