summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index acdfb9f8..1620dcf9 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -15017,8 +15017,8 @@ int Abc_CommandIf( Abc_Frame_t * pAbc, int argc, char ** argv )
// enable truth table computation if choices are selected
if ( (c = Abc_NtkGetChoiceNum( pNtk )) )
{
- if ( !Abc_FrameReadFlag("silentmode") )
- Abc_Print( 0, "Performing LUT mapping with %d choices.\n", c );
+// if ( !Abc_FrameReadFlag("silentmode") )
+// Abc_Print( 0, "Performing LUT mapping with %d choices.\n", c );
pPars->fExpRed = 0;
}
@@ -29749,8 +29749,8 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
// enable truth table computation if choices are selected
if ( Gia_ManHasChoices(pAbc->pGia) )
{
- if ( !Abc_FrameReadFlag("silentmode") )
- Abc_Print( 0, "Performing LUT mapping with choices.\n" );
+// if ( !Abc_FrameReadFlag("silentmode") )
+// Abc_Print( 0, "Performing LUT mapping with choices.\n" );
pPars->fExpRed = 0;
}