Commit a93699f6 by Alan Mishchenko

New way of blasting complex flops.

parent fea47821
...@@ -2283,8 +2283,8 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn ) ...@@ -2283,8 +2283,8 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn )
ABC_FREE( pNameGeneric ); ABC_FREE( pNameGeneric );
printf( "Dumped two parts of the miter into files \"%s\" and \"%s\".\n", pFileName0, pFileName1 ); printf( "Dumped two parts of the miter into files \"%s\" and \"%s\".\n", pFileName0, pFileName1 );
} }
Wlc_NtkPrintNameArray( pNew->vNamesIn ); //Wlc_NtkPrintNameArray( pNew->vNamesIn );
Wlc_NtkPrintNameArray( pNew->vNamesOut ); //Wlc_NtkPrintNameArray( pNew->vNamesOut );
if ( pPar->vBoxIds ) if ( pPar->vBoxIds )
{ {
Vec_PtrFreeFree( pNew->vNamesIn ); pNew->vNamesIn = NULL; Vec_PtrFreeFree( pNew->vNamesIn ); pNew->vNamesIn = NULL;
......
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