From 0e57e953062cd2d97573d8428f6f77853ba8535e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 3 Mar 2006 08:01:00 -0800 Subject: Version abc60303 --- src/base/abci/abcMiter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/abci/abcMiter.c') diff --git a/src/base/abci/abcMiter.c b/src/base/abci/abcMiter.c index 30fc3a79..c0658d5e 100644 --- a/src/base/abci/abcMiter.c +++ b/src/base/abci/abcMiter.c @@ -414,7 +414,7 @@ Abc_Ntk_t * Abc_NtkMiterQuantify( Abc_Ntk_t * pNtk, int In, int fExist ) /**Function************************************************************* - Synopsis [Derives the miter of two cofactors of one output.] + Synopsis [Quantifies all the PIs existentially from the only PO of the network.] Description [] @@ -470,7 +470,7 @@ int Abc_NtkMiterIsConstant( Abc_Ntk_t * pMiter ) if ( !Abc_ObjIsComplement(pChild) ) { // if the miter is constant 1, return immediately - printf( "MITER IS CONSTANT 1!\n" ); +// printf( "MITER IS CONSTANT 1!\n" ); return 0; } } -- cgit v1.2.3