From a93699f6964f64002b0a224ca1d45044333a0126 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 24 Sep 2018 21:38:12 -0700 Subject: New way of blasting complex flops. --- src/base/wlc/wlcBlast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/base/wlc/wlcBlast.c b/src/base/wlc/wlcBlast.c index 29522b8a..b77f3211 100644 --- a/src/base/wlc/wlcBlast.c +++ b/src/base/wlc/wlcBlast.c @@ -2283,8 +2283,8 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn ) ABC_FREE( pNameGeneric ); printf( "Dumped two parts of the miter into files \"%s\" and \"%s\".\n", pFileName0, pFileName1 ); } - Wlc_NtkPrintNameArray( pNew->vNamesIn ); - Wlc_NtkPrintNameArray( pNew->vNamesOut ); + //Wlc_NtkPrintNameArray( pNew->vNamesIn ); + //Wlc_NtkPrintNameArray( pNew->vNamesOut ); if ( pPar->vBoxIds ) { Vec_PtrFreeFree( pNew->vNamesIn ); pNew->vNamesIn = NULL; -- cgit v1.2.3