summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abc.rc2
-rw-r--r--src/aig/gia/giaAiger.c2
-rw-r--r--src/base/cmd/cmdPlugin.c4
-rw-r--r--src/base/io/ioReadAiger.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/abc.rc b/abc.rc
index 9a062332..194b9945 100644
--- a/abc.rc
+++ b/abc.rc
@@ -21,7 +21,7 @@ set gnuplotwin wgnuplot.exe
set gnuplotunix gnuplot
# Niklas Een's commands
-load_plugin C:\_projects\abc\_TEST\bip\bip_2011-04-15.exe "BIP"
+load_plugin C:\_projects\abc\_TEST\bip\bip_2011-04-26.exe "BIP"
# standard aliases
alias b balance
diff --git a/src/aig/gia/giaAiger.c b/src/aig/gia/giaAiger.c
index 132bf18c..2b9eea45 100644
--- a/src/aig/gia/giaAiger.c
+++ b/src/aig/gia/giaAiger.c
@@ -756,7 +756,7 @@ Gia_Man_t * Gia_ReadAigerFromMemory( char * pContents, int nFileSize, int fCheck
// check terminal type
if ( *pCur != 'i' && *pCur != 'o' && *pCur != 'l' )
{
- fprintf( stdout, "Wrong terminal type.\n" );
+// fprintf( stdout, "Wrong terminal type.\n" );
fBreakUsed = 1;
break;
}
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
diff --git a/src/base/io/ioReadAiger.c b/src/base/io/ioReadAiger.c
index 61d2967b..a5f6fb1d 100644
--- a/src/base/io/ioReadAiger.c
+++ b/src/base/io/ioReadAiger.c
@@ -407,7 +407,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck )
vTerms = pNtkNew->vPos;
else
{
- fprintf( stdout, "Wrong terminal type.\n" );
+// fprintf( stdout, "Wrong terminal type.\n" );
return NULL;
}
// get the terminal number