mirror of https://github.com/YosysHQ/abc.git
New way of blasting complex flops.
This commit is contained in:
parent
fea47821f5
commit
a93699f696
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue