Commit 76f3e03c by Alan Mishchenko

Commenting out verbose statements.

parent 3634f60d
...@@ -1400,8 +1400,8 @@ void Gia_VtaSendAbsracted( Vta_Man_t * p, int fVerbose ) ...@@ -1400,8 +1400,8 @@ void Gia_VtaSendAbsracted( Vta_Man_t * p, int fVerbose )
{ {
extern int Gia_ManToBridgeAbsNetlist( FILE * pFile, Gia_Man_t * p ); extern int Gia_ManToBridgeAbsNetlist( FILE * pFile, Gia_Man_t * p );
Gia_Man_t * pAbs; Gia_Man_t * pAbs;
if ( fVerbose ) // if ( fVerbose )
Abc_Print( 1, "Sending abstracted model...\n" ); // Abc_Print( 1, "Sending abstracted model...\n" );
if ( !Abc_FrameIsBridgeMode() ) if ( !Abc_FrameIsBridgeMode() )
return; return;
// create obj classes // create obj classes
...@@ -1421,8 +1421,8 @@ void Gia_VtaSendAbsracted( Vta_Man_t * p, int fVerbose ) ...@@ -1421,8 +1421,8 @@ void Gia_VtaSendAbsracted( Vta_Man_t * p, int fVerbose )
void Gia_VtaSendCancel( Vta_Man_t * p, int fVerbose ) void Gia_VtaSendCancel( Vta_Man_t * p, int fVerbose )
{ {
extern int Gia_ManToBridgeBadAbs( FILE * pFile ); extern int Gia_ManToBridgeBadAbs( FILE * pFile );
if ( fVerbose ) // if ( fVerbose )
Abc_Print( 1, "Cancelling previously sent model...\n" ); // Abc_Print( 1, "Cancelling previously sent model...\n" );
if ( !Abc_FrameIsBridgeMode() ) if ( !Abc_FrameIsBridgeMode() )
return; return;
Gia_ManToBridgeBadAbs( stdout ); Gia_ManToBridgeBadAbs( stdout );
......
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