Commit 631b50aa by Alan Mishchenko

Commented out debug messages.

parent 970200b9
...@@ -21,7 +21,7 @@ set gnuplotwin wgnuplot.exe ...@@ -21,7 +21,7 @@ set gnuplotwin wgnuplot.exe
set gnuplotunix gnuplot set gnuplotunix gnuplot
# Niklas Een's commands # 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 # standard aliases
alias b balance alias b balance
......
...@@ -756,7 +756,7 @@ Gia_Man_t * Gia_ReadAigerFromMemory( char * pContents, int nFileSize, int fCheck ...@@ -756,7 +756,7 @@ Gia_Man_t * Gia_ReadAigerFromMemory( char * pContents, int nFileSize, int fCheck
// check terminal type // check terminal type
if ( *pCur != 'i' && *pCur != 'o' && *pCur != 'l' ) if ( *pCur != 'i' && *pCur != 'o' && *pCur != 'l' )
{ {
fprintf( stdout, "Wrong terminal type.\n" ); // fprintf( stdout, "Wrong terminal type.\n" );
fBreakUsed = 1; fBreakUsed = 1;
break; break;
} }
......
...@@ -560,8 +560,8 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -560,8 +560,8 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv )
pAbc->Status = Abc_ManReadStatus( pFileOut, "result:" ); pAbc->Status = Abc_ManReadStatus( pFileOut, "result:" );
// get bug-free depth // get bug-free depth
pAbc->nFrames = Abc_ManReadInteger( pFileOut, "bug-free-depth:" ); pAbc->nFrames = Abc_ManReadInteger( pFileOut, "bug-free-depth:" );
if ( pAbc->nFrames == -1 ) // if ( pAbc->nFrames == -1 )
printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" ); // printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" );
// get abstraction // get abstraction
pAbc->pGia->vFlopClasses = Abc_ManReadBinary( pFileOut, "abstraction:" ); pAbc->pGia->vFlopClasses = Abc_ManReadBinary( pFileOut, "abstraction:" );
// get counter-example // get counter-example
......
...@@ -407,7 +407,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck ) ...@@ -407,7 +407,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck )
vTerms = pNtkNew->vPos; vTerms = pNtkNew->vPos;
else else
{ {
fprintf( stdout, "Wrong terminal type.\n" ); // fprintf( stdout, "Wrong terminal type.\n" );
return NULL; return NULL;
} }
// get the terminal number // get the terminal number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment