diff options
Diffstat (limited to 'src/base/cmd/cmdPlugin.c')
-rw-r--r-- | src/base/cmd/cmdPlugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/cmd/cmdPlugin.c b/src/base/cmd/cmdPlugin.c index 71adeec9..958dac40 100644 --- a/src/base/cmd/cmdPlugin.c +++ b/src/base/cmd/cmdPlugin.c @@ -560,8 +560,8 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv ) pAbc->Status = Abc_ManReadStatus( pFileOut, "result:" ); // get bug-free depth pAbc->nFrames = Abc_ManReadInteger( pFileOut, "bug-free-depth:" ); - if ( pAbc->nFrames == -1 ) - printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" ); +// if ( pAbc->nFrames == -1 ) +// printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" ); // get abstraction pAbc->pGia->vFlopClasses = Abc_ManReadBinary( pFileOut, "abstraction:" ); // get counter-example |