summaryrefslogtreecommitdiffstats
path: root/src/base/cmd
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-07-29 15:38:44 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-07-29 15:38:44 +0700
commitce38474c74176b25bb244f7d17777517f0e9e6e4 (patch)
tree33f18a4147bf9a65677b9807a74bb9655f42ed04 /src/base/cmd
parent581daaeade7e3b7bfef4bf90b5f3ace0e7fb4a5e (diff)
downloadabc-ce38474c74176b25bb244f7d17777517f0e9e6e4.tar.gz
abc-ce38474c74176b25bb244f7d17777517f0e9e6e4.tar.bz2
abc-ce38474c74176b25bb244f7d17777517f0e9e6e4.zip
Improving and updating the abstraction code.
Diffstat (limited to 'src/base/cmd')
-rw-r--r--src/base/cmd/cmdPlugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/cmd/cmdPlugin.c b/src/base/cmd/cmdPlugin.c
index 5617e75d..45533589 100644
--- a/src/base/cmd/cmdPlugin.c
+++ b/src/base/cmd/cmdPlugin.c
@@ -560,8 +560,6 @@ 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" );
// get abstraction
pAbc->pGia->vFlopClasses = Abc_ManReadBinary( pFileOut, "abstraction:" );
// get counter-example