diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-11-09 23:54:57 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-11-09 23:54:57 -0800 |
commit | 873c35018a5caa27be6670a13eeeacfc5479e66b (patch) | |
tree | b663e6f2c057ff173827f96c3434e701025d403c /src/base/abci/abc.c | |
parent | ac72d73dc6325410d2b69ee63eb727bfc42e46d9 (diff) | |
download | abc-873c35018a5caa27be6670a13eeeacfc5479e66b.tar.gz abc-873c35018a5caa27be6670a13eeeacfc5479e66b.tar.bz2 abc-873c35018a5caa27be6670a13eeeacfc5479e66b.zip |
Removing unauthorized printout in 'pdr'.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c0591571..d631d11c 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -26480,7 +26480,7 @@ int Abc_CommandAbc9Strash( Abc_Frame_t * pAbc, int argc, char ** argv ) pNew->pManTime = NULL; Gia_ManStop( pNew ); if ( !Abc_FrameReadFlag("silentmode") ) - printf( "Collapsed AIG with boxes with logic of the boxes.\n" ); + printf( "Collapsed AIG with boxes and logic of the boxes.\n" ); } else if ( pAbc->pGia->pMuxes ) { |